/* 
Theme Name: SHB SWISS
Theme URI: https://github.com/elementor/hello-theme-child/
Description: SHB SWISS is a child theme of Hello Elementor, created by Elementor team
Author: Niix Dev
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: SHB SWISS
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.logo-txt {
	pointer-events: none !important;
}
body .logo-txt {
    -webkit-text-stroke: 0.5px #ffffff52;
    color: transparent !important;
    opacity: 0.6;
}
body .picto-mouse {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 99999;
}
body .picto-mouse .mouse-move {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  font-family: "Manrope", Sans-serif;
  vertical-align: middle;
  color: #fff !important;
  background-color: transparent;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  font-size: 0;
  text-align: center;
  background-color: #D90B47 !important;	
  transition: all .4s !important;
}
.grid-box-move-1 {
	position: relative;
	z-index: 3;
}
.grid-box-move-1 .bloc-item {
	position: relative;
	z-index: 3;
}
.grid-box-move-1 .bloc-move {
    border-radius: 15px !important;
	z-index: -1;
}
body .picto-mouse.view .mouse-move {
    width: 95px;
    height: 95px;
    background-color: #00000096 !important;
    pointer-events: none;
    border-radius: 50%;
    background-image: none !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px) !important;
    transition: all .4s !important;
}
body .picto-mouse.sm-view .mouse-move {
	width: 60px !important;
    height: 60px !important;
    font-size: 0 !important;
    background-color: #00000096 !important;
    pointer-events: none;
    border-radius: 50%;
    background-image: none !important;
    font-weight: 300 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px) !important;
    transition: all .4s !important;
}
body .picto-mouse.xs-view .mouse-move {
    width: 95px;
    height: 95px;
    background-color: #00000096 !important;
    pointer-events: none;
    border-radius: 50%;
    background-image: none !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(5px) !important;
    transition: all .4s !important;
}
.header .menu-header ul.sub-menu>li>a {
    margin-left: 0 !important;
    border: none !important;
}
.team-item img {
	transition: all .4s !important;
}
.team-item:hover img {
	transform: scale(1.08) !important;
}
canvas {
	pointer-events: none !important;
}
.testimonial-slider .elementor-swiper-button {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0 !important;
	right: 0 !important;
    top: 110% !important;
    transform: none !important;
}
.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
	left: -60px !important;
}
.testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
	right: -60px !important;
}
.btn-cta-footer a.elementor-button {
	border: 1px solid #fff !important;
}
.btn-cta-footer a.elementor-button:hover {
    border: 1px solid #fff;
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important;
}
.section-article {
    margin: 0;
    overflow: hidden;
    background: black;
    z-index: 0;
}
.section-article canvas {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    pointer-events: none !important;
}
.article-list-hp .elementor-post__excerpt {
	margin-bottom: 15px !important;
}
.article-list-hp .elementor-post__card {
	position: relative;
	z-index: 0;
}
.article-list-hp:hover .elementor-post__read-more {
	color: #fff !important;
}
.article-list-hp .elementor-post__card:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #D90B47 -11.84%, #2A3771 102.65%);
    border-radius: 10px;
    opacity: 0;
    transition: all .4s !important;
    z-index: -1;
}
.article-list-hp article:hover .elementor-post__card:before {
	opacity: 1 !important;
}
.article-list-hp article:hover .elementor-post__title a{
	color: #fff !important;
}
.article-list-hp article:hover .elementor-post__excerpt p {
	color: #fff !important;
}
.article-list-hp article:hover .elementor-post__meta-data .elementor-post-date {
	color: #fff !important;
}
.article-list-hp article:hover .elementor-post__meta-data .elementor-post-date:before {
	filter: brightness(0) invert(1) !important;
}
.slider-right .slick-slide .elementor-image-box-title:hover {
	color: #fff !important;
}
.slider-left img.slick-next.slick-arrow {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    top: -50px;
    right: auto !important;
    left: calc(-100% - 25px);
    cursor: pointer;
    z-index: 999 !important;
}
.slider-left img.slick-prev.slick-arrow {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    top: -50px;
    right: auto !important;
    cursor: pointer;
    left: calc(-100% - 80px) !important;
    z-index: 999 !important;
}
.circle-img {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s !important;
}
body .img-slider-change:before {
	display: none !important;
}
.service-naming .faison-item.active {
    background-color: transparent !important;
    box-shadow: 0 -2px 21.2px #c80f4b99 !important;
}
.service-naming .faison-item.active:before {
   opacity: 1 !important;
}
.service-naming .faison-item.active .elementor-cta__description {
   color: #fff !important;
}
.service-naming .faison-item.active .elementor-cta__image {
	background: #fff !important;
}
.service-naming .faison-item.active .elementor-cta__image img {
	filter: none !important;
}
.faison-item .elementor-cta__title {
    font-size: 20px;
	line-height: 25px;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}
.service-naming .faison-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #D90B47 0%, #2A3771 100%) !important;
    transition: all .4s !important;
}
.img-before {
	position: relative;
    z-index: 0;
}
.img-before:before {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    background-image: url(/wp-content/uploads/2026/04/dots-pattern.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 30px;
    pointer-events: none;
    z-index: -1;
}
.img-before:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    background-color: #cd0e4a;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);
    pointer-events: none;
    border-radius: 10px;
    z-index: -1;
}
.img-new-before {
	position: relative;
    z-index: 0;
}
.img-new-before:before {
	content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50px;
	right: auto;
    background-image: url('/wp-content/uploads/2026/04/dots-pattern.png');
	background-repeat: no-repeat;
	background-size: contain;
    border-radius: 10px;
    pointer-events: none;
    z-index: -1;
}
.img-new-before:after {
	content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: auto;	
	right: 50px;
    background-image: url('/wp-content/uploads/2026/04/dots-pattern.png');
	background-repeat: no-repeat;
	background-size: contain;
    border-radius: 10px;
    pointer-events: none;
    z-index: -1;
}

.col-center {
	position: relative;
    z-index: 0;
}
.col-center:before {
	content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: auto;
	right: -4px;
    background-image: url('/wp-content/uploads/2026/04/dots-pattern.png');
    background-repeat: no-repeat;
	background-size: contain;
    border-radius: 10px;
    pointer-events: none;
    z-index: -1;
}
.col-center:after {
	content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 50px;
    left: -4px;	
	right: auto;
    background-image: url('/wp-content/uploads/2026/04/dots-pattern.png');
    background-repeat: no-repeat;
	background-size: contain;
    border-radius: 10px;
    pointer-events: none;
    z-index: -1;
}
.list-grid-center .col-left-content {
	border-radius: 15px !important;
}
.list-grid-center .col-left-content img {
	filter: brightness(0) invert(1);
}
.col-left-content.faison-item {
    min-height: 215px !important;
}
.logo-slider .slick-slide:not(:last-child) {
	margin-right: 20px !important;
}
.processus-item .elementor-cta__title {
    margin-bottom: 10px !important;
}
body.page-id-32 .section-cta-footer {
    display: none !important;
}
body.page-id-33 .section-cta-footer {
    display: none !important;
}
body.page-id-1865 .section-cta-footer {
    display: none !important;
}
body.page-id-1866 .section-cta-footer {
    display: none !important;
}
body.page-id-1867 .section-cta-footer {
    display: none !important;
}
body.page-id-1868 .section-cta-footer {
    display: none !important;
}
body.page-id-6640 .section-cta-footer {
    display: none !important;
}
.boucle-item .elementor-cta__title {
    display: -webkit-box;
  	-webkit-line-clamp: 2; /* nombre de lignes */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
    margin-bottom: 10px !important;
}
.boucle-item .elementor-cta__description {
    display: -webkit-box;
  	-webkit-line-clamp: 2; /* nombre de lignes */
  	-webkit-box-orient: vertical;
  	overflow: hidden;
}
.category-item {
    margin-bottom: 10px !important;
}
.category-item span.elementor-post-info__terms-list span {
    position: static !important;
    margin: 0 !important;
    width: max-content;
    padding: 5px 10px !important;
    background-color: #cc0e4a !important;
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
}
.category-item span.elementor-icon-list-icon {
    display: none !important;
}
.category-item .elementor-post-info__terms-list {
	display: block !important;
	width: 100% !important;
}
.category-item .elementor-post-info__terms-list span {
	display: inline-block !important;
}
.category-item .elementor-post-info__terms-list span:not(:last-child) {
	margin-right: 5px !important;
}
.boucle-item .elementor-cta__button {
    position: relative;
    padding-left: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #000 !important;
}
.boucle-item .elementor-cta__button:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -1px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/04/calendar-blog.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.boucle-item {
	position: relative;
    border-radius: 15px !important;
    background-color: #efefef !important;
	z-index: 0;
}
.boucle-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #D90B47 -11.84%, #2A3771 102.65%);
    border-radius: 15px;
    opacity: 0;
    transition: all .4s !important;
    z-index: -1;
}
.boucle-item:hover:before {
    opacity: 1 !important;
}
.boucle-item .elementor-cta__content {
	background-color: transparent !important;
}
.boucle-item:hover .elementor-cta__title {
	color: #fff !important;
}
.boucle-item:hover .elementor-cta__description {
	color: #fff !important;
}
.boucle-item:hover .elementor-cta__button {
	color: #fff !important;
}
.boucle-item:hover .elementor-cta__button:before {
	filter: brightness(0) invert(1);
}
.boucle-item .elementor-cta__image {
    overflow: hidden;
    border-radius: 10px;
}
.boucle-item .elementor-cta__image img {
    height: 230px;
	object-fit: cover;
    transition: all .4s !important;
}
.boucle-item:hover .elementor-cta__image img {
    transform: scale(1.1) !important;
}
.logo-scroll {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: max-content;
}
.logo-scroll .text-stroke .elementor-heading-title {
    -webkit-text-stroke: 0.5px #ffffff52;
    color: transparent !important;
    opacity: 0.6;
}
.team-item-slider img {
	transition: all .4s !important;
    height: 210px !important;
    object-fit: cover;
    object-position: center center;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--e-global-color-accent);
    border-radius: 300px;
    width: 210px !important;
    transition: all .4s !important;
}
.slider-team-about .swiper-slide-active img {
	transform: scale(1.1) !important;
}
.slider-team-about .swiper-slide {
	padding-top: 30px !important;
}
/* Bloc équipe */
.slider-team-about .swiper-slide-active{
    transition: all 0.35s ease;
    transform: translateY(0);
}

.elementor-editor-active .bloc-move {
	opacity: 0 !important;
}
.article-list .e-loop__load-more.elementor-button-wrapper a {
    color: #fff !important;
}
body.page-id-34 .section-cta-footer {
	display: none !important;
}

body.page-id-32 .elementor-cta__image img {
    display: block;
    width: 100% !important;
}
.col-right-content.faison-item.item-hover:hover .elementor-heading-title {
	background: none !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background-clip: none !important;
}

.reference-item .elementor-cta__content {
    border-radius: 15px;
    min-height: 548px !important;
}
.reference-item .elementor-cta__image {
    padding: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 245px !important;
    background-color: #ededed !important;
}

/* Image cercle */
.slider-team-about .swiper-slide-active img {
    transition: all 0.4s ease;
    border-radius: 50%;
    border: 3px solid #ff0066;
}

/* Hover global */
.slider-team-about .swiper-slide-active:hover {
    transform: translateY(-10px);
}

/* Hover image */
.slider-team-about .swiper-slide-active img {
    transform: scale(1.06);
    box-shadow:
        0 0 15px rgba(255,0,102,0.5),
        0 0 35px rgba(255,0,102,0.35);
}

/* Nom */
.slider-team-about .swiper-slide-active h3 {
    transition: color 0.3s ease;
}
.slider-team-about .swiper-slide-active h3 {
    color: #ff0066;
}

/* Icône LinkedIn */
.slider-team-about .swiper-slide-active .e-fab-linkedin {
    opacity: 0.6;
    transition: all 0.3s ease;
}
.slider-team-about .swiper-slide-active:hover .e-fab-linkedin {
    opacity: 1;
    transform: scale(1.15);
}
.team-item-slider .elementor-image-box-img {
	margin-bottom: 15px !important;
    padding-top: 20px !important;
}
.cas-clients-item summary.e-n-accordion-item-title {
    border: none !important;
    padding: 15px 20px !important;
    background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%);
}
.cas-clients-item div[role="region"] {
	border: none !important;
}

.wp-block-buttons {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
p.wp-block-paragraph {
    margin-bottom: 30px !important;
}
body.single .wp-block-heading {
    margin-top: 20px !important;
	color: #000 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    text-transform: normal !important;
            font-size: 30px !important;
        line-height: 35px !important;
}
.wp-block-buttons.is-content-justification-center.is-layout-flex.wp-container-core-buttons-is-layout-3e41869c.wp-block-buttons-is-layout-flex {
    justify-content: flex-start;
}
body.single .wp-block-column {
    width: 100%;
    flex-basis: 100%;
    display: block !important;
}
body.single .wp-block-list {
	padding: 0 !important;
}
body.single ol.wp-block-list>li {
    margin-bottom: 15px !important;
}
body.single .title-red {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 33px !important;
    line-height: 40px !important;
}
body.single p.has-text-align-center.wp-block-paragraph {
    text-align: left;
}
body.single .is-layout-flex {
    display: block;
}
body.single-cas-client .elementor-cta__content {
	align-content: flex-start !important;
}
  
body.single img.wp-image-3514 {
    width: 250px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
body.single p.has-text-align-center.wp-block-paragraph:not(:last-child) {
    margin-bottom: 10px !important;
}
body.single p.has-text-align-center.wp-block-paragraph:last-child {
    margin-bottom: 20px !important;
}
body.single a.wp-block-button__link.has-text-align-center.wp-element-button {
    color: #FFFFFF;
    background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%);
}
body.single a.wp-block-button__link.wp-element-button {
	color: #FFFFFF;
    background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%);
}
.faq-list details:not(:last-child) {
	margin-bottom: 5px !important;
}
.tab-naming .tl-content {
   background-color: #fff !important;
}
.tab-naming .timeline-item:last-child img {
	filter: brightness(0) !important;
}

@media screen and (min-width: 1025px) {
	.tab-naming .tl-content {
		flex-direction: row !important;
	}
	.tab-naming .timeline .timeline_pic {
		position: relative;
		padding: 0;
		width: 100px !important;
		margin-right: 20px !important;
	}
}

@media screen and (min-width: 768px) {
	.logo-static {
		position: relative;
	}
	.logo-static:before {
		content: "";
		display: block;
		height: 80px;
		width: 2px;
		position: absolute;
		top: 0;
		right: 0;
		background-color: #fff;
	}
}

@media screen and (min-width: 768px)  and (max-width: 1024px) {
	body h2 {
		font-size: 33px !important;
        line-height: 40px !important;
	}
}

@media screen and (max-width: 1024px) {
	body .picto-mouse {
		display: none !important;
	}
	body .box-move {
		position: static !important;
	}
    body .slider-item-left.slider-item-1 {
    	transform: translate(75px, -35px) !important;
	}
	body .slider-item-left.slider-item-4 {
		transform: translate(-208px, 40px);
	}
	body .container-img-slider {
		position: relative !important;
		top: -70px !important;
		left: 30px;
		pointer-events: none !important;
	}
    body .slider-item-left.slider-item-3 {
		transform: translate(35px, 340px) !important;
	}
    body .slider-left img.slick-prev.slick-arrow {
        top: 30px !important;
	    right: 95px !important;	
	}
	body .slider-left img.slick-next.slick-arrow {
        top: 30px !important;
        right: 40px !important;	
	}
	body .testimonial-slider .swiper-slide:not(.swiper-slide-next) {
		opacity: 1;
	}
	body .testimonial-slider .elementor-swiper-button {
		top: 100% !important;
	}
	.testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
		left: -80px !important;
	}
	body .service-startup-list .col-right-content.faison-item {
		min-height: 457px !important;
	}
	body .service-startup-list .img-hover.a-block img {
		min-height: 457px !important;
	}
	body .header .elementor-nav-menu .no-link.current-menu-ancestor.current-menu-parent>a.has-submenu.highlighted {
		color: #fff !important;
		background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%) !important;
		background-color: transparent !important;
	}
	body .header .elementor-nav-menu .no-link>a:hover {
		color: #fff !important;
	}
	body .header .elementor-nav-menu .no-link.current-menu-ancestor.current-menu-parent>a {
		color: #fff !important;
		background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%) !important;
		background-color: transparent !important;
	}
	body .header .elementor-nav-menu .no-link.current-menu-ancestor.current-menu-parent>a svg path {
		fill: #fff !important;
	}
	body .header .elementor-nav-menu .no-link>a:hover svg path {
		fill: #fff !important;
	}
	body .header .elementor-nav-menu .no-link.current-menu-ancestor.current-menu-parent>a.has-submenu.highlighted svg path {
		fill: #fff !important;
	}
	body .header .elementor-nav-menu .no-link>a.has-submenu.highlighted {
		color: #fff !important;
		background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%) !important;
		background-color: transparent !important;
	}
	body .header .elementor-nav-menu .no-link>a.has-submenu.highlighted svg path {
		fill: #fff !important;
	}
	body .no-hover-mobile:hover img {
		transform: none !important;
	}
    body .no-hover-mobile.elementor-widget-image>a {
    	width: max-content !important;
	}
	body .testimonial-slider .swiper-slide {
		transition: none !important;
	}
	body .testimonial-slider .swiper-slide {
		opacity: 1;
	}
	.cas-clients-item summary.e-n-accordion-item-title {
		padding: 15px 15px !important;
		background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%);
	}
}

@media screen and (max-width: 767px) {
	body .testimonial-slider .swiper-slide {
		padding: 0 !important;
	}
	body .testimonial-slider .swiper-slide-next {
		width: auto !important;
		scale: 1 !important;
	}
    body .slider-left img.slick-next.slick-arrow {
        top: auto !important;
        bottom: -220px !important;
        right: 25px !important;
        width: 30px !important;
        height: 30px !important;
    }
    body .slider-left img.slick-prev.slick-arrow {
        top: auto !important;
        bottom: -220px !important;
        right: 65px !important;
        width: 30px !important;
        height: 30px !important;
    }
	body  h2  {
		font-size: 23px !important;
        line-height: 28px !important;
	}
	body .title-degrade h2.elementor-heading-title  {
		font-size: 30px !important;
        line-height: 35px !important;
	}
    body .container-img-slider {
        position: relative !important;
        top: -30px !important;
        left: 0;
        pointer-events: none !important;
    }
	body .slider-right .slick-slide .elementor-image-box-title {
		display: none !important;
	}
	body .logo-static {
		position: relative;
	}
	body .logo-static:before {
		content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -25px;
        left: 0;
        right: 0;
        background-color: #ffffff57;
	}
	body .img-before:before {
		width: 70px;
		height: 70px;
	}
	body .img-before:after {
		width: 70px;
		height: 70px;
	}
	body .img-new-before:before {
		width: 70px;
		height: 70px;
	}
	body .img-new-before:after {
		content: "";
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		left: auto;
		right: 50px;
		bottom: 0;
		/*background-color: #cd0e4a;
		background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-primary) 100%);*/
		pointer-events: none;
		/*border-radius: 10px;*/
		z-index: -1;
	}
	body .img-new-before:hover:before {
		left: calc(100% - 110px) !important;
	}
	body .img-new-before:hover:after {
		right: calc(100% - 110px) !important;
	}
	.faison-item.market-item {
		min-height: auto !important;
	}
	.faison-item.market-item .elementor-cta__content {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}
	.service-list ul.slick-dots {
		position: absolute;
		top: -75px;
        left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		list-style: none;
		padding: 0 !important;
	}
	.service-list button {
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		padding: 0;
	}
	.service-list li:not(:last-child) {
		margin-right: 5px !important;
	}
	.service-list .slick-arrow {
		position: absolute;
        top: 50%;
		transform: translatey(-50%);
        z-index: 20;
        cursor: pointer;
	}
    .service-list .slick-arrow.slick-prev {
		left: 0;
		right: auto !important;
	}
    .service-list .slick-arrow.slick-next {
		left: auto;
		right: 0 !important;
	}
	body .grid-box-move-1 .bloc-item  {
		overflow: hidden !important;
	}
	.grid-box-move-1 .bloc-item:before {
		display: none !important;
	}
	.grid-box-move-1 .elementor-heading-title {
		color: #fff !important;
	}
    body .testimonial-slider .elementor-swiper-button {
        top: 88% !important;
    }
    body .testimonial-slider .elementor-swiper-button.elementor-swiper-button-prev {
        left: -220px !important;
    }
    body .testimonial-slider .elementor-swiper-button.elementor-swiper-button-next {
        right: -220px !important;
    }
	body .elementor-widget-button a.elementor-button {
		font-size: 11px !important;
		padding: 13px 16px;
	}
	body .elementor-widget-button:not(.phone-header) .elementor-button-icon svg {
		display: none !important;
	}
	.btn-right {
		margin-right: 8px !important;
	}
	.video-slider-list .slick-slide:not(:last-child) {
		margin-right: 10px !important;
	}
	.tab-naming .timeline img {
		border: 0;
		margin: 0 auto;
		max-width: 100%;
		width: 200px;
		margin-left: 0;
		margin-bottom: 20px !important;
	}

}
/*@media screen and (max-width: 1024px) {
	body h2 {
		font-size: 43px !important;
	}
}*/

.icon-mi .elementor-image-box-wrapper figure {
	width: 59px !important;
	height: 50px !important;
}

.article-content {
	margin: 0px 40px;
	padding: 25px !important;
	align-items: center;
	justify-content: space-between;
}
.article-content .wp-element-button {
    background-image: linear-gradient(90deg, #D90B47 0%, #2A3771 100%);
    color: #fff !important;
    padding: 14px 35px;
	margin-bottom: 25px !important;
	margin-top: 25px !important;
}

.article-content .wp-element-button:hover {
    background-image: linear-gradient(90deg, #2A3771 0%, #D90B47 100%);
    box-shadow: rgba(105, 87, 186, 0.45) 0px 0px 0px 1px, rgba(57, 143, 255, 0.45) 0px 3px 7px 1px, rgba(255, 255, 255, 0) 0px 1px 0px 0px inset;
    border: none !important;
}

.article-content p {
	text-align: center !important;
	margin-bottom: 40px !important;
}
.article-content p strong {
	font-size: 16px !important;
	color: #FFF !important;
}
.article-content .para-no {
	margin-bottom: 10px !important;
}
.article-content .p-pad {
	margin-bottom: 60px !important;
}
.article-content .para-text-mi {
	text-align: left !important;
}
.article-content img.wp-image-3562 {
	width: 90% !important;
	object-fit: contain ! important;
}
.article-content img.wp-image-3563 {
    width: 80% !important;
    object-fit: contain !important;
}
.article-content .wp-block-heading {
	text-align: center !important;
}
.article-content img.wp-image-3538 {
	text-align: center !important;
	margin-bottom: 30px !important;
}
.article-content img.wp-image-3536, .article-content img.wp-image-3534, .article-content img.wp-image-3535, .article-content img.wp-image-3514, .article-content img.wp-image-3515, .article-content img.wp-image-3522, .article-content img.wp-image-2752, .article-content img.wp-image-2746, .article-content img.wp-image-5549, .article-content img.wp-image-5548, .article-content img.wp-image-5546 {
    display: block !important;
    margin: auto;
    width: 80%;
}
.article-content img.wp-image-3514, img.wp-image-3515 {
	margin-bottom: 10px !important;
}
.article-content img.wp-image-3554, img.wp-image-3553 {
	object-fit: contain !important;
}
.article-content img.wp-image-3553 {
	width: 350px !important;
}
.article-content h3.wp-block-heading {
    color: #D90B47 !important;
	margin: 20px !important;
}
.article-content h2.wp-block-heading {
    color: #2A3771;
	margin: 30px !important;
}
.article-content .title-red {
	margin: 25px !important;
	text-align: center !important;
}
.article-content .is-layout-flex {
	margin-bottom: 30px !important; 
}
.article-content h4 {
	margin-bottom: 20px !important;
}
.article-content ol li, .article-content ul li {
	margin-bottom: 10px !important;
}
.article-content .li {
	align-items: center !important;
    text-align: center !important;
    list-style-position: inside;
}
.article-content .title-citation {
	color: #FFF !important;
}
.article-content h5 {
	padding: 35px !important;
	margin-top: 10px !important;
	margin-bottom: 40px !important;
} 
.article-content .title-white-mi {
	text-align: left !important;
	font-size: 25px !important;
	color: #FFF !important;
}
.article-content h4.has-background {
	padding: 35px !important;
}

@media screen and (max-width: 767px) {
	.article-content {
		padding: 0 !important;
		margin: 0 !important;
	}
	.article-content .p-pad {
	margin-bottom: 40px !important;
    }
	.article-content p {
	text-align: center !important;
	margin-bottom: 20px !important;
    }
	.article-content h2.wp-block-heading {
		margin: 0 !important;
	}
	.article-content h2.title-red {
		margin: 0 0 20px 0 !important;
	}
	.article-content h5 {
	    font-size: 25px !important; 	
	}
	.article-content h3.wp-block-heading {
        color: #D90B47 !important;
	    margin: 20px 0 !important;
    }
	.article-content h4.para-text-mi{
		text-align: left !important;
	}
	.article-content .li {
		text-align: left !important;
	}
	.article-content .wp-elements-535d25ebdcdadf6a57930979dc22c19 {
		font-size: 22px !important;
	}
	.article-content ol.wp-block-list {
		padding: 0 !important;
	}
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
    body .container-box-move .box-move {
        display: flex !important;
        flex-direction: row !important;
        min-height: 400px !important;
        padding-top: 30px !important;
    }
    body .slider-item-left.slider-item-1 {
        transform: translate(85px, -35px) !important;
    }
    body .slider-item-left.slider-item-4 {
        transform: translate(-58px, -10px);
    }
    body .slider-item-left.slider-item-3 {
        transform: translate(55px, 150px) !important;
    }
    body .slider-item-left.slider-item-2 {
        transform: matrix(1, 0, 0, 1, 210, 50.899) !important;
    }
    body .container-img-slider {
        position: relative !important;
        top: -80px !important;
        left: 50px;
    }
    body .img-slider-change {
        width: 110px !important;
    }
    body .slider-right .slick-slide .elementor-image-box-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
	body .box-move .circle-img {
		width: 160px !important;
	}
	body .slider-left img.slick-arrow {
		width: 35px !important;
        height: 35px !important;
	}
    body .slider-left img.slick-next.slick-arrow {
        top: 0px !important;
        left: -310px !important;
        right: auto !important;
    }
    body .slider-left img.slick-prev.slick-arrow {
        top: 0px !important;
        left: -355px !important;
        right: auto !important;
    }
}
@media screen and (min-width: 800px) and (max-width: 834px) {
    body .container-box-move .box-move {
        display: flex !important;
        flex-direction: row !important;
        min-height: 380px !important;
        padding-top: 30px !important;
    }
    body .slider-item-left.slider-item-1 {
        transform: translate(95px, -25px) !important;
    }
    body .slider-item-left.slider-item-4 {
        transform: translate(-48px, -10px) !important;
    }
    body .slider-item-left.slider-item-3 {
        transform: translate(55px, 130px) !important;
    }
    body .slider-item-left.slider-item-2 {
        transform: matrix(1, 0, 0, 1, 210, 50.899) !important;
    }
    body .container-img-slider {
        position: relative !important;
        top: -80px !important;
        left: 50px !important;
    }
    body .img-slider-change {
        width: 100px !important;
    }
    body .slider-right .slick-slide .elementor-image-box-title {
        font-size: 18px !important;
        line-height: 24px !important;
    }
	body .box-move .circle-img {
        width: 140px !important;
    }
	body .slider-left img.slick-arrow {
		width: 35px !important;
        height: 35px !important;
	}
    body .slider-left img.slick-next.slick-arrow {
        top: 10px !important;
        left: -265px !important;
    }
    body .slider-left img.slick-prev.slick-arrow {
        top: 10px !important;
        left: -310px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 799px) {
    body .container-box-move .box-move {
        padding-top: 60px !important;
        display: flex !important;
        flex-direction: row !important;
        min-height: 400px !important;
    }
    body .slider-item-left.slider-item-1 {
        transform: translate(30px, -35px) !important;
    }
    body .slider-item-left.slider-item-4 {
        transform: translate(-108px, -10px);
    }
    body .slider-item-left.slider-item-3 {
        transform: translate(-5px, 125px) !important;
    }
    body .slider-item-left.slider-item-2 {
        transform: matrix(1, 0, 0, 1, 140, 50.899) !important;
    }
    body .container-img-slider {
        position: relative !important;
        top: -80px !important;
        left: -10px;
    }
    body .img-slider-change {
        width: 100px !important;
    }
    body .slider-right .slick-slide .elementor-image-box-title {
        font-size: 16px !important;
        line-height: 22px !important;
    }
	body .box-move .circle-img {
        width: 140px !important;
    }
    body .slider-left img.slick-next.slick-arrow {
        top: -30px !important;
        right: -280px !important;
    }
    body .slider-left img.slick-prev.slick-arrow {
        top: -30px !important;
        right: -230px !important;
    }
}

@media screen and (min-width: 700px) and (max-width: 767px) {
    body .container-box-move .box-move {
        padding-top: 60px !important;
        display: flex !important;
        flex-direction: row !important;
        min-height: 400px !important;
    }
	body .container-box-move .box-move .slider-gauche {
		width: 55% !important;
	}
    body .container-box-move .box-move .slider-droite {
		width: 45% !important;
	}
    body .slider-item-left.slider-item-1 {
        transform: translate(30px, -35px) !important;
    }
    body .slider-item-left.slider-item-4 {
        transform: translate(-108px, -10px);
    }
    body .slider-item-left.slider-item-3 {
        transform: translate(-5px, 125px) !important;
    }
    body .slider-item-left.slider-item-2 {
        transform: matrix(1, 0, 0, 1, 140, 50.899) !important;
    }
    body .container-img-slider {
        position: relative !important;
        top: -30px !important;
        left: 0px;
    }
    body .img-slider-change {
        width: 160px !important;
    }
    body .slider-right .slick-slide .elementor-image-box-title {
        font-size: 16px !important;
        line-height: 22px !important;
    }
	body .box-move .circle-img {
        width: 210px !important;
    }
    body .slider-left img.slick-next.slick-arrow {
         top: -75px !important;
        left: -256px !important;
    }
     body .slider-left img.slick-prev.slick-arrow {
        top: -75px !important;
        left: -295px !important;
    }
}
@media screen and (min-width: 581px) and (max-width: 699px) {
    body .container-box-move .box-move {
        padding-top: 60px !important;
        display: flex !important;
        flex-direction: row !important;
        min-height: 400px !important;
    }
	body .container-box-move .box-move .slider-gauche {
		width: 55% !important;
	}
    body .container-box-move .box-move .slider-droite {
		width: 45% !important;
	}
    body .slider-item-left.slider-item-1 {
        transform: translate(30px, -35px) !important;
    }
    body .slider-item-left.slider-item-4 {
        transform: translate(-108px, -10px);
    }
    body .slider-item-left.slider-item-3 {
        transform: translate(-5px, 125px) !important;
    }
    body .slider-item-left.slider-item-2 {
        transform: matrix(1, 0, 0, 1, 140, 50.899) !important;
    }
    body .container-img-slider {
        position: relative !important;
        top: -30px !important;
        left: 0px;
    }
    body .img-slider-change {
        width: 160px !important;
    }
    body .slider-right .slick-slide .elementor-image-box-title {
        font-size: 16px !important;
        line-height: 22px !important;
    }
	body .box-move .circle-img {
        width: 135px !important;
    }
    body .slider-left img.slick-next.slick-arrow {
        top: -55px !important;
        left: -156px !important;
    }
    body .slider-left img.slick-prev.slick-arrow {
        top: -55px !important;
        left: -193px !important;
    }
    /*body .slider-left img.slick-next.slick-arrow {
        top: -30px !important;
        right: -175px !important;
    }
    body .slider-left img.slick-prev.slick-arrow {
        top: -30px !important;
        right: -140px !important;
    }*/
}

@media screen and (min-width: 480px) and (max-width: 580px) {
    body .container-box-move .box-move {
        padding-top: 60px !important;
        display: flex !important;
        flex-direction: row !important;
        min-height: 330px !important;
    }
	body .container-box-move .box-move .slider-gauche {
		width: 55% !important;
	}
    body .container-box-move .box-move .slider-droite {
		width: 45% !important;
	}
    body .slider-item-left.slider-item-1 {
        transform: translate(30px, -35px) !important;
    }
    body .slider-item-left.slider-item-4 {
        transform: translate(-108px, -10px);
    }
    body .slider-item-left.slider-item-3 {
        transform: translate(-5px, 125px) !important;
    }
    body .slider-item-left.slider-item-2 {
        transform: matrix(1, 0, 0, 1, 140, 50.899) !important;
    }
    body .container-img-slider {
        position: relative !important;
        top: -30px !important;
        left: 0px;
    }
    body .img-slider-change {
        width: 100px !important;
    }
    body .slider-right .slick-slide .elementor-image-box-title {
        font-size: 16px !important;
        line-height: 22px !important;
    }
	body .box-move .circle-img {
        width: 135px !important;
    }
    body .slider-left img.slick-next.slick-arrow {
        top: -30px !important;
        left: -130px !important;
    }
    body .slider-left img.slick-prev.slick-arrow {
        top: -30px !important;
        left: -170px !important;
    }
    /*body .slider-left img.slick-next.slick-arrow {
        top: -30px !important;
        right: -175px !important;
    }
    body .slider-left img.slick-prev.slick-arrow {
        top: -30px !important;
        right: -140px !important;
    }*/
}

@media screen and (min-width: 1025px) {
	body.page-id-1867 .grid-center .faison-item {
        width: 32% !important;
        min-height: 385px !important;
    }
}

@media screen and (max-width: 980px) {
	.article-content {
		padding: 0 !important;
		margin: 0 20px !important;
	}
	.article-content h4.para-text-mi{
		text-align: left !important;
	}
	.article-content .li {
		text-align: left !important;
    }
}	

.zerok {
  background: linear-gradient(90deg, #ff4d4d, #4d79ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.video-slider-list .slick-slide:not(:last-child) {
	margin-right: 20px !important;
}
.video-principal {
	border-radius: 30px !important;
}
.slick-slide {
	border-radius: 15px !important;
}
/*.two-bloc .bloc-item {
	border: none !important;
}
.two-bloc .bloc-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://dev.shb.swiss/wp-content/uploads/2026/04/footer-fond.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: -1;
}
.two-bloc .bloc-item:before {
	opacity: 1 !important;
}
	body .two-bloc .bloc-item .elementor-heading-title {
		color: #000 !important;
	}
	body .two-bloc .bloc-item .elementor-divider-separator {
		--divider-color: #000 !important;
	}
	body .two-bloc .bloc-item .elementor-icon-list-text {
		color: #000 !important;
	}
	body .two-bloc .bloc-item .elementor-icon-list-icon svg {
		fill: #000 !important;
	}
    body .two-bloc .bloc-item:hover .elementor-heading-title {
		color: #fff !important;
	}
	body .two-bloc .bloc-item:hover .elementor-divider-separator {
		--divider-color: #fff !important;
	}
	body .two-bloc .bloc-item:hover .elementor-icon-list-text {
		color: #fff !important;
	}
	body .two-bloc .bloc-item:hover .elementor-icon-list-icon svg {
		fill: #fff !important;
	}*/