/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */
@font-face{font-family:"CabourgOTBlod";font-display:swap;src:url("../fonts/Cabourg-OT-Bold-1.otf") format("opentype")}
body .container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px !important;
}
/* Header */
body .header-sticky {
  	opacity: 0;
  	/*visibility: hidden;*/
  	pointer-events: none;
  	position: fixed;
  	top: 0;
  	width: 100%;
  	z-index: 999;
  	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  	transition: opacity 0.4s ease, visibility 0.4s ease;
}
body .header-sticky.visible {
  	opacity: 1;
  	visibility: visible;
  	pointer-events: auto;
}

body .raven-adnav-menu-close-button .raven-adnav-menu-close-icon.teameo-menu-close {
  	display: block;
  	position: absolute;
  	top: 12px;
  	right: 30px;
	left: 270px;
  	font-size: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1242px) {
	body .header-main,
	body .header-sticky{
		padding-left: 0;
		padding-right: 0;
	}
}
body[data-elementor-device-mode="desktop"] .header-main .raven-adnav-menu > .menu-item {
  display: none;
}
/* Step 2: Show only the first two between 1024px and 1201px */
@media screen and (min-width: 1024px) and (max-width: 1201px) {
  body[data-elementor-device-mode="desktop"] .header-main .raven-adnav-menu > .menu-item:nth-child(1),
  body[data-elementor-device-mode="desktop"] .header-main .raven-adnav-menu > .menu-item:nth-child(2) {
    display: list-item !important;
  }
}
/* Step 3: Display all items beyond 1201px */
@media screen and (min-width: 1202px) {
  body[data-elementor-device-mode="desktop"] .header-main .raven-adnav-menu > .menu-item {
    display: list-item !important;
  }
}
/*@media screen and (min-width: 1024px) and (max-width: 1201px) {
	body[data-elementor-device-mode="desktop"] .header-main .raven-adnav-menu > .menu-item:nth-last-child(-n+2){
	  display: none !important;
	}
}*/
/* Modules */
div.autres-modules .raven-post-wrapper {
  background-image: url(/wp-content/uploads/2025/07/Teameo-autre-module.png);
}
div.modules .raven-post-wrapper {
	background-image: url(/wp-content/uploads/2025/07/teameo-module.png);
}
div.autres-modules .raven-post-wrapper,
div.modules .raven-post-wrapper {
  background-repeat: no-repeat;
  background-position: center 20px; 
  background-size: contain; 
  height: 100%;
  width: 100%;
  min-height: 300px;
}
div.autres-modules .raven-post,
div.modules .raven-post{
	width: 50%;
  	margin: 0 auto;
}
div.autres-modules .raven-post-image-wrap,
div.modules .raven-post-image-wrap {
	width: 85px;
  	height: 85px;
  	margin: 0 auto;
}
div.autres-modules a.raven-post-image.raven-image-fit,
div.modules a.raven-post-image.raven-image-fit{
	height: 85px;
}
div.autres-modules .raven-post,
div.modules .raven-post {
  min-width: 220px;
}

div.module-title h1{
font-family: 'CabourgOTBlod',Helvetica,Arial,Lucida,sans-serif;

}
div.quotation_trigger_btn span.elementor-button-text{
	font-family: "Montserrat", Sans-serif;
  	font-size: 14px;
  	font-weight: 600;
  	text-transform: uppercase;
  	font-style: normal;
	color: #ffffff;
}
/* Footer */
@media (max-width: 1199px) {
  body .footer-bottom {
    background-image: none !important;
  }
}

@media (max-width: 767px) {
  body .footer-bottom {
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  body .footer-bottom{
    display: block;
    transform: scale(1,1) !important;
    background-size: calc(100% + 2px) calc(250% + 2px) !important;
    background-position: right 35% bottom 5% !important;
  }
}
body .footer-bottom{
	background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNDc0NzZjIiB2aWV3Qm94PSIwIDAgMTkyMCAxNDQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwb2x5Z29uIHBvaW50cz0iMTkyMCAwIDEyNDEuNSAwIDEwMTYgNzE5LjUgMTI0MS44MiAxNDQwIDE5MjAgMTQ0MCAxOTIwIDAiLz48L3N2Zz4=);
}
@media screen and (min-width: 1024px) and (max-width: 1242px) {
	body .footer{
		padding-left: 0;
		padding-right: 0;
	}
}
