@charset "utf-8";
/* =============================================================================
   Ordre des Comptables Professionnels Agréés du Québec
   RÉFÉRENCE : Refonte microsite - Campagne 2025 : C'PA mal ça la vie en cabinet
   Date : [Août 2025]
   Par : Équipe Identité visuelle et développement numérique
   ============================================================================= */

/* Import des Typographies */

@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);

@font-face {
    font-family: 'Stringer';
    src: url('../fonts/stringer-light-webfont.woff2') format('woff2'),
         url('../fonts/stringer-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stringer';
    src: url('../fonts/stringer-regular-webfont.woff2') format('woff2'),
         url('../fonts/stringer-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stringer';
    src: url('../fonts/stringer-medium-webfont.woff2') format('woff2'),
         url('../fonts/stringer-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------
	Panneau de gestion des cookies OneTrust
----------------------------------------------*/
#onetrust-policy-title, #ot-pc-title, #ot-pvcy-hdr, #ot-pvcy-txt, #ot-header-id-C0001, #ot-header-id-C0002, #ot-header-id-C0003
{     font-size:1em !important;     font-family: Arial!important; }
.ot-grp-desc, .ot-cat-header, .ot-category-desc
{     font-size:1em !important;     font-family: Arial!important; }

/*--------------------------------------------------------
	Références :
	#section-hero      = Hero Page Accueil
	#section-hero-2    = Hero Page Vitrine
	#section-match     = Toi en cabinet
	#section-about     = C'est quoi travailler en cabinet?
	#section-animation = L'audit (Accueil) / CTA (Vitrine)
	#deviens-cpa       = Deviens CPA
	#section-sponsors  = Médias sociaux
----------------------------------------------------------*/

/*---------------------------------
  1. Variables de design (Custom)
---------------------------------*/
:root {
	/* Couleurs principales */
	--color-primary: #FFFBAE;
	--color-secondary: #7D3834;
	--color-bg: #F5F4F2;
	--color-text: #48390E;

	/* Couleurs secondaires */
	--color-third: #2E39FF;
	--color-accent-1: #C3DDD0;
	--color-accent-2: #9AC4AF;

	/* Typographies */
	--font-main: 'Inter', Arial, Helvetica, sans-serif;
	--font-alt: 'Stringer', 'Merriweather', Georgia, 'Times New Roman', Times, serif;

	/* Tailles globales */
	--base-font-size: 16px;
	--line-height-base: 1.2;
}

html{
	background: var(--color-bg) !important;
}

/*---------------------------------
  2. Reset typographique
---------------------------------*/

/* Titres partagés */
h1, h2, h4, h6 {
	font-family: var(--font-alt) !important;
	font-weight: 300 !important;
	letter-spacing: -0.02em;
	margin: 0px !important;
	line-height: 1.2em !important;
}

h3, h5 {
	font-family: var(--font-main) !important;
	margin: 0px !important;
	line-height: 1.2em !important;
}

h1 {
	line-height: 1em !important;
}

h5 {
	font-weight: 400;
	color: var(--color-text);
}

/* Paragraphes */
p {
	font-family: var(--font-main) !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.4em;
}

/* Listes */
li {
	font-family: var(--font-main) !important;
	font-size: 16px !important;
	font-weight: 500;
	line-height: 1.8em;
}

/*=== Tailles des Typos DESKTOP ===*/

h1 { font-size: 82px !important; }
h2 { font-size: 46px !important; }
h3 { font-size: 38px !important; }
h4 { font-size: 34px !important; }
h5 { font-size: 26px !important; }
h6 { font-size: 23px !important; }
p, li { font-size: 16px !important; }

/*=== Tailles des Typos RESPONSIVE ===*/

/* Tablettes larges */
@media (max-width: 1200px) {
	h1 { font-size: 82px !important; }
	h2 { font-size: 46px !important; }
	h3 { font-size: 38px !important; }
	h4 { font-size: 34px !important; }
	h5 { font-size: 26px !important; }
	h6 { font-size: 23px !important; }
	p, li { font-size: 16px !important; }
}

/* Tablettes moyennes */
@media (max-width: 992px) {
	h1 { font-size: 68px !important; }
	h2 { font-size: 42px !important; }
	h3 { font-size: 36px !important; }
	h4 { font-size: 28px !important; }
	h5 { font-size: 24px !important; }
	h6 { font-size: 18px !important; }
	p, li { font-size: 14px !important; }
}

/* Mobiles */
@media (max-width: 768px) {
	h1 { font-size: 58px !important; }
	h2 { font-size: 36px !important; }
	h3 { font-size: 26px !important; }
	h4 { font-size: 24px !important; }
	h5 { font-size: 18px !important; }
	h6 { font-size: 16px !important; }
	p, li { font-size: 13px !important; }
}

/*-------------------------------------
  3. Titres/Textes inversés + variantes
---------------------------------------*/

/* --- Texte inversé Blanc / Cerise noire : version stable multi-OS --- */

/* Styles communs */
.txt-inverse,
.txt-inverse-h1 {
	background-color: var(--color-secondary) !important;
	color: #fff;
	font-family: var(--font-alt) !important;
	font-weight: 300;
	text-align: center;
	display: inline-block;
	vertical-align: baseline;
	line-height: 1;
	padding: 0.1em 0.25em;
	border-radius: 0.45em;
}

/* Ajustements spécifiques par OS */

.is-windows .txt-inverse {
	padding-bottom: 0.05em;
}

.is-windows .txt-inverse-h1 {
	padding-bottom: 0.05em;
}

.is-mac .txt-inverse {
	padding-top: 0.15em;
}

.is-mac .txt-inverse-h1 {
	padding-top: 0.15em;
}

/* Tailles */
.txt-inverse    { font-size: 46px !important; }
.txt-inverse-h1 { font-size: 72px !important; }

/* ---------- Responsive ---------- */
@media (max-width: 1200px) {
	.txt-inverse    { font-size: 46px !important; }
	.txt-inverse-h1 { font-size: 82px !important; }
}

@media (max-width: 992px) {
	.txt-inverse    { font-size: 40px !important; }
	.txt-inverse-h1 { font-size: 68px !important; }
}

@media (max-width: 768px) {
	.txt-inverse    { font-size: 34px !important; }
	.txt-inverse-h1 { font-size: 58px !important; }
}

/* Conteneur mixte */
.titre-mixte {
	font-family: var(--font-main);
	font-size: 56px;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	align-items: baseline;
}

/*---H1 Hero---*/

.titrecpamal{
	color: var(--color-text);
	font-size: 97px;
	font-family: var(--font-alt) !important;
	font-weight: 300;
	font-style: normal;
	text-transform: none;
	letter-spacing: -1px;
	line-height: 1em;
}

/*---H1 Hero Responsive---*/

@media (max-width: 1200px) {
  .titrecpamal {
    font-size: 82px;
  }
}

@media (max-width: 992px) {
  .titrecpamal {
    font-size: 68px;
  }
}

@media (max-width: 768px) {
  .titrecpamal {
    font-size: 58px;
  }
}

.white{
	color: white;
}

.text-dark{
	color: var(--color-text);
}
	
.text-dark, .text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6{
	color: var(--color-text);
}
	
.text-light h1{
	color:#fff !important;
}
	
.text-montagne h1{
	color:var(--color-text) !important;
}

.text-black h1{
	color: var(--color-text) !important;
}
	
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5{
	color:#fff;
}

/*---------------------------------
  4. Sections fond de couleur
---------------------------------*/

section {
	padding: 90px 0;
}

@media (max-width: 992px) {
section {
	padding: 90px 0 45px 0;
	}
}

/* SECTION 1 - Banane */
.section-1 {
	background: var(--color-primary);
	color: var(--color-text);
}

/* SECTION 2 - Cerise noire */
.section-2 {
	background: var(--color-secondary);
	color: white;
}

/* SECTION 3 - Fond de page */
.section-3 {
	background: var(--color-bg);
	color: var(--color-text)
}

/* SECTION 4 - Montagne */
.section-4 {
	background: var(--color-text);
	color: white;
}

/* SECTION 5 - Menthe */
.section-5 {
	background: var(--color-accent-1);
	color: var(--color-text);
}

/* Section aux coins arrondis haut gauche et haut droit 40px */
.section-rounded {
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.section-rounded::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background: var(--prev-color, var(--color-bg));
    z-index: -1;
}

.bloc-avantages-1 {
    background: var(--color-primary);
    border-radius: 40px;
    padding: 50px;
    box-shadow: inset 0 0 0 15px var(--color-bg);
}

.bloc-avantages-2 {
    background: var(--color-accent-1);
    border-radius: 40px;
    padding: 50px;
    box-shadow: inset 0 0 0 15px var(--color-bg);
}

.bloc-avantages-3 {
    background: var(--color-accent-1);
    border-radius: 25px;
    padding: 25px;
	margin: 10px;
}

@media (min-width: 992px) {
  .px-lg-15p {
    padding-left: 15%;
    padding-right: 15%;
  }
}

/*----------------------------------------
  5. Valeurs de fonds de pages "content" 
  pour les coins arrondis vides de section
------------------------------------------*/
#content {
	width:100%;
	background:var(--color-bg);
	padding:90px 0 90px 0;
	z-index:100;
}
	
.de_light #content{
	background:var(--color-bg);
}

/*----Page accueil----*/

#content{
	background:var(--color-bg);
}

#content-2{
	background:var(--color-primary);
}

#content-3{
	background:var(--color-bg);
}

#content-4{
	background:var(--color-secondary);
}

#content-5{
	background:var(--color-bg);
}

/*----Page vitrine----*/

#content-6{
	background:var(--color-primary);
}

#content-7{
	background:var(--color-bg);
}

#content-8{
	background:var(--color-accent-1);
}

#content-9{
	background:var(--color-bg);
}

/*----------------------------------
  6. Section Hero (Accueil + Vitrine)
------------------------------------*/

/*-----Section-Hero-Accueil--------*/

/* Ordinateurs de bureau */
#section-hero {
	padding: 110px 0 0 0 !important;
}

/* Tablette portrait et moins */
@media (max-width: 992px) {
#section-hero {
	padding: 160px 0 0 0 !important;
	}
}

/* Mobile (petits écrans ≤ 768px) */
@media (max-width: 768px) {
	#section-hero {
    padding: 40px 0 0 0 !important;
	}
}

/*-----Section-Hero-Vitrine--------*/

/* Ordinateurs de bureau */
#section-hero-2 {
	padding: 100px 0 0 0 !important;
}

/* Tablette portrait et moins */
@media (max-width: 992px) {
#section-hero-2 {
    padding: 50px 0 0 0 !important;
	}
}

/* Mobile (petits écrans ≤ 768px) */
@media (max-width: 768px) {
#section-hero-2 {
	padding: 35px 0 0 0 !important;
	}
}

/*-----Zone-Hero-Accueil--------*/

.zone1 {
	height: 65%;
	position: relative;
	padding-top: 175px;
	min-height: 725px;
}

/* Tablette (≤ 991px) */
@media (max-width: 991px) {
.zone1 {
	height: 70%;
	position: relative;
	padding-top: 175px;
	min-height: 725px;
	}
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
.zone1 {
	height: 55%;
	position: relative;
	padding-top: 175px;
	min-height: 725px;
	}
}

.row-zone1{
	position: absolute;
    bottom: 0px;
}

/* Tablette (≤ 991px) */
@media (max-width: 991px) {
.row-zone1 {
	position: absolute;
	bottom: 20px;
	}
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
.row-zone1 {
	position: absolute;
	bottom: 0px;
	}
}

/*-----Zone-Logo-Vitrine--------*/

.zonelogo{
	height:45%;
	position: relative;
	padding-top:150px;
	min-height:525px;
}

/* Tablette (≤ 991px) */
@media (max-width: 991px) {
.zonelogo {
	height: 70%;
	position: relative;
	padding-top: 175px;
	min-height: 725px;
	}
}

/* Mobile (≤ 576px) */
@media (max-width: 576px) {
.zonelogo {
	height: 48%;
	position: relative;
	padding-top: 175px;
	min-height: 580px;
	}
}

.row-logo{
	position: relative;
    padding-top:1em;
}

/*-----Vitrine-Logo+Dossier--------*/

/* Bloc dossier+logo */
.phone-box-2{
	position: relative;
	width: clamp(220px, 70vw, 360px);
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 992px){
.phone-box-2{
    width: 360px;
    margin-left: 3em;
    margin-right: auto;
	}
}

/* image du dossier */
.dossier-img{
	display: block;
	width: 100%;
	height: auto;
}

/* logo centré dans le dossier (logos horizontaux) */
.logo-img-1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
	object-fit: contain;
}

/* logo centré dans le dossier (logos carré/verticaux) */
.logo-img-2{
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	height: auto;
	object-fit: contain;
}

/* logo centré dans le dossier (logos horizontaux petits) */
.logo-img-3{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: auto;
	object-fit: contain;
}

@media (max-width: 575.98px){
.phone-box-2{ 
	margin-bottom: 16px;
	}
}

/*-----Espacements-Bords-Hero--------*/

.espace-contenu{
	padding:4em 1em;
}

.espace-header{
	padding:0em 4em;
}

.titredeviens{
	font-size: 5rem;
}

.titrepropulser{
	font-size: 2.5rem;
}

.moi {
	font-size: 1rem;
	position: relative;
}
  
.moi span {
	background-color: var(--color-text);
	padding-right: 10px;
}
  
.moi:after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 1px solid #48390E;
	z-index: -1;
	width:350px;
}

/*-----Responsive--------*/

@media only screen and (max-width: 994px) {
.espace-contenu{
	padding:4em !important;
	}
	
.espace-header{
	padding:0em 0em;
	}
}

@media only screen and (max-width: 919px) {
.espace-contenu{
	padding:4em !important;
	}

.espace-header{
	padding:0em 0em;
	}

.row-zone1{
	position: relative;
    }

.liste-avantages2{ 
	columns: 1; 
	-webkit-columns: 1; 
	-moz-columns: 1;
	}

.btdeviens2{
	margin-left:auto;
	margin-right:auto;
	}
}

@media only screen and (max-width: 768px) {

	.img-3mobile{
		max-width:350px;
	}

	.espace-contenu{
		padding:2em !important;
	}

	#content section {
		padding: 20px 0 20px 0;
	}

	#section-match{
		padding-top:50px !important;
	}

	.section-massi{
		padding-top:50px !important;
	}

	.header-mobile #menu-btn{
		position: absolute;
    	right: 20px;
	}

	.header-mobile .container{
		padding-left:10px;
	}

	#content .zone1{
		height:fit-content;
		padding-top:100px;
	}

	.row-zone1{
		position: relative;
	}

	.titredeviens{
		font-size: 3.5rem;
	}

	.phone-box{
		height:auto;
	}

	.phone{
		position: relative;
		width:100%;
	}

	.img-card2{
		width:100%;
	}

	.card-body2 {
		width: 100%;
	}

	.zonecarriere .divdeviens{
		text-align: center;
	}

	.btdeviens, .divdeviens2 {
		width: 100%;
		text-align: center;
	}

	.cachermobile{
		display: none;
	}
}

.text-margin {
	margin-left: 20%; 
	margin-right: 20%;
}

@media (max-width: 992px){
  .text-margin{ 
	margin-left: 0; 
	margin-right: 0;
  }
}
  
/*--------------------------------------
  7. Boîtes images sections Page Vitrine
----------------------------------------*/

/*----Section Couleur Fond de page----*/

/* Boîte de l’image */
.image-box-1 {
	padding: 0 0 30px 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	max-height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Image */
.image-box-1 img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

/*----Section couleur Menthe----*/

/* Boîte de l’image */
.image-box-2 {
	padding: 30px 0 0 0;
	overflow: hidden;
	width: 100%;
	height: auto;
	max-height: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 997px) {
.image-box-2 {
	padding: 15px 0 15px 0;
	}
}

/* Image */
.image-box-2 img {
	width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
}

/* Supprime le padding-top en mobile */
@media (max-width: 767.98px) {
.gy-mobile-1 {
    row-gap: 0.5rem !important;
	--bs-gutter-y: 0 !important;
	}

.no-pt-mobile {
    padding-top: 0 !important;
	}
}

@media (max-width: 767.98px) {
  .col-md-6.p-4.order-2 {
    padding-top: 0rem !important;
  }
}

/*----Trouve ton cabinet CPA----*/

.img-responsive-logo {
	width: 100%;
	height: auto;
	max-width: 750px;
}

/*---------------------------------
  8. Liens MS
---------------------------------*/

/* Bouton */
.social-link{
	--icon-size: 30px;
	--icon-left: .75rem;
	--icon-gap: .5rem;

	/* réglages du halo */
	--halo-scale: 1;
	--halo-border: 1px;

	position: relative;
	display: inline-flex;
	align-items: center;

	padding: .5rem .75rem .5rem calc(var(--icon-left) + var(--icon-size) + var(--icon-gap));
	border-radius: 9999px;

	background: var(--color-text);
	color: white;
	text-decoration: none;

	--icon-color: white;
	transition: color .4s ease, background-color .4s ease;
}

/* Icône (monochrome via mask) */
.social-link::before{
	content:"";
	position:absolute;
	left:var(--icon-left);
	top:50%;
	width:var(--icon-size);
	height:var(--icon-size);
	transform:translateY(-50%);
	z-index:2;
	background-color: var(--icon-color);
	-webkit-mask: no-repeat center / contain;
        	mask: no-repeat center / contain;
	transition: background-color .4s ease;
}

/* ROND animé sous l’icône */
.social-link::after{
	content:"";
	position:absolute;
	/* centre le halo */
	left: calc(var(--icon-left) + (var(--icon-size) - var(--icon-size)*var(--halo-scale)) / 2);
	top:50%;
	width: calc(var(--icon-size) * var(--halo-scale));
	height: calc(var(--icon-size) * var(--halo-scale));
	transform: translateY(-50%) scale(0);
	transform-origin:50% 50%;
	z-index:1;
	background: var(--color-accent-1);
	border-radius: 9999px;
	box-shadow: inset 0 0 0 var(--halo-border) var(--color-text);
	transition: transform .4s ease;
}

/* Hover */
.social-link:hover{
	color: var(--color-accent-1);
	--icon-color: var(--color-text);
}

.social-link:hover::after{
	transform: translateY(-50%) scale(1);
}

/* Focus clavier */
.social-link:focus-visible{
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* Variantes — mask UNIQUEMENT sur ::before (icône), pas sur ::after */
.social-link--fb::before  { -webkit-mask-image:url("../images/icones/fb.svg");        mask-image:url("../images/icones/fb.svg"); }
.social-link--ig::before  { -webkit-mask-image:url("../images/icones/Instagram.svg"); mask-image:url("../images/icones/Instagram.svg"); }
.social-link--li::before  { -webkit-mask-image:url("../images/icones/LinkedIN.svg");  mask-image:url("../images/icones/LinkedIN.svg"); }
.social-link--tt::before  { -webkit-mask-image:url("../images/icones/tiktok.svg");    mask-image:url("../images/icones/tiktok.svg"); }
.social-link--yt::before  { -webkit-mask-image:url("../images/icones/ytb.svg");       mask-image:url("../images/icones/ytb.svg"); }
.social-link--web::before { -webkit-mask-image:url("../images/icones/site-web.svg");  mask-image:url("../images/icones/site-web.svg"); }

/* Responsive */
@media (max-width: 768px) {
  .social-link {
    font-size: 14px;

    /* icône + halo à 20px */
    --icon-size: 30px;

    padding: 10px 12px;

    /* Espace à gauche pour l’icône */
    --icon-left: 12px;
    --icon-gap: 6px; 
    padding-left: calc(var(--icon-left) + var(--icon-size) + var(--icon-gap));
  }
}

  /* Nudge spécifique TikTok vers la gauche */
  .social-link--tt { 
    --icon-left: 0px;
    padding-left: calc(var(--icon-left) + var(--icon-size) + var(--icon-gap));
  }

  /* Nudge spécifique Instagram vers la droite */
  .social-link--ig { 
    --icon-left: 18px;
    padding-left: calc(var(--icon-left) + var(--icon-size) + var(--icon-gap));
  }

/*---------------------------------
  9. Bouton Menu
-----------------------------------*/

/* Bouton menu mobile */
#menu-btn {
	all: unset;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
	cursor: pointer;
	transition: background-color 0.3s;
	background-color: transparent;
	border: none;
	z-index: 1000;
	display: none;
}

/* Icône burger */
#menu-btn.unclick {
	background-image: url("../images/icones/menu-III.svg");
}

/* Icône croix */
#menu-btn.clicked {
	background-image: url("../images/icones/menu-x.svg");
}

#menu-btn:hover {
	background-color: transparent;
}

@media (max-width: 768px) {
  #menu-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

/* Ouvre le menu en mobile quand on a l'état .nav-open sur <header> */
@media (max-width: 992px) {
  header.nav-open #mainmenu {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 10px; right: 0;
    background: var(--color-primary);
    z-index: 1000;
  }
  header { position: relative; }
}

/*---------------------------------
  10. Bouton Cerise noire + arrow
-----------------------------------*/

/* Bouton Deviens – mobile-first et fluide */
.btdeviens {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: var(--color-secondary);
	color: #fff !important;
	font-weight: 300;

	/* Taille fluide entre 14px et 18px */
	font-size: clamp(14px, 1.6vw, 18px);

	/* Padding fluide : vertical 12→18px, horizontal 16→26px */
	padding: clamp(12px, 2.8vw, 18px) clamp(16px, 3.2vw, 26px);

	text-decoration: none !important;
	border-radius: 9999px;
	line-height: 1.25;
	border: none;
	overflow: hidden;
}

/* Icône flèche – dimension fluide 18→24px */
.btdeviens::after {
	content: "";
	flex: 0 0 auto;
	width: clamp(18px, 2.2vw, 24px);
	height: clamp(18px, 2.2vw, 24px);
	background: no-repeat center / contain url('../images/icones/arrow.svg');
	filter: brightness(0) invert(1);
	transition: transform 0.18s ease;
}

/* Transition du texte */
.btdeviens span {
	transition: transform 0.18s ease;
}

/* Hover : desktop / pointeur souris */
@media (hover: hover) and (pointer: fine) {
  .btdeviens:hover {
	color: #fff !important;
  }
  .btdeviens:hover span,
  .btdeviens:hover::after {
	transform: translateX(6px);
  }
}

/* Réduction des animations */
@media (prefers-reduced-motion: reduce) {
  .btdeviens span,
  .btdeviens::after {
    transition: none;
    transform: none !important;
  }
}

/* Petits écrans très étroits */
@media (max-width: 360px) {
  .btdeviens {
    font-size: 14px;
    padding: 10px 14px;
  }
  .btdeviens::after {
    width: 18px;
    height: 18px;
  }
}

/* Desktop (≥ 992px) */
@media (min-width: 992px) {
  .btdeviens {
    font-size: 16px;
    padding: 16px 22px;
  }
  .btdeviens::after {
    width: 22px;
    height: 22px;
  }
}

/* Espacement entre boutons */
.divdeviens2 {
	margin-bottom: 12px;
}

/* Accessibilité focus visible */
.btdeviens:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

/*---------------------------------
  11. Bouton back to top
---------------------------------*/

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 56px;
	height: 56px;
	z-index: 2147483647;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border-radius: 50%;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	pointer-events: auto;
}

.back-to-top.hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.back-to-top img {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: opacity 0.3s ease;
}

.back-to-top .icon-hover {
	opacity: 0;
}

.back-to-top:hover .icon-default {
	opacity: 0;
}

.back-to-top:hover .icon-hover {
	opacity: 1;
}

/* Responsive - version mobile */
@media (max-width: 576px) {
    .back-to-top {
      width: 44px;
      height: 44px;
      bottom: 15px;
      right: 15px;
    }
}

/*---------------------------------
  12. Navigation header
---------------------------------*/

header #mainmenu li a:hover{
	color:var(--color-third);
	margin-left: 0px;
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu a{
	padding-top: 22px;
	padding-bottom:18px;
}

#mainmenu.dotted-separator li a:after {
    color: transparent;
}

#mainmenu a,
header.transparent.header-light #mainmenu a{
	color: var(--color-text);
}

/*---------------------------------
  13. Flèches <li>
---------------------------------*/

.liste-avantages {
	list-style: none;
	margin: 0;
	padding: 0;
}

.liste-avantages li {
	list-style: none;
	background: url('../images/icones/arrow-2.svg') no-repeat 0 .3em / 18px 18px;
	padding-left: 28px;
	line-height: 1.5;
	margin: 8px 0;
}

.liste-avantages li::before {
	content: none !important;
}

/*---------------------------------
  14. Blocs Menthe - Page Accueil
---------------------------------*/

@media (min-width: 1200px) {
  .col-5-desktop {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

/* Tuile menthe */
.de-team-list {
	position: relative;
	overflow: hidden;
	border-radius: 13px;
	background: var(--color-accent-1);
}

/* suppression de l’overlay et de l'animation */
.de-team-list .team-desc {
	display: none !important;
}

/* zone logo */
.de-team-list .team-pic {
	aspect-ratio: 1 / 1; 
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Ajustement de la taille du logo */
.de-team-list { --logo-width: 70%; }
.de-team-list img { width: var(--logo-width); max-width: 220px; height:auto; display:block; }
.de-team-list.is-80 { --logo-width: 80%; }
.de-team-list.is-60 { --logo-width: 60%; }

/* bouton en bas à droite */

.mint-cta{
	--size: 32px;
	--icon-size: 58%;
	--bg-rest: var(--color-accent-2);
	--bg-hover: var(--color-text);
	--icon-rest: var(--color-text);
	--icon-hover: #fff;
	--icon-url: url("../images/icones/arrow-2.svg");
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: var(--size);
	height: var(--size);
	display: inline-block;
	border-radius: 9999px;
	background: var(--bg-rest);
	cursor: pointer;
	transform: translateZ(0);
	transition: transform .2s ease-in-out;
}

/* Flèche */
.mint-cta::before{
	content:"";
	position: absolute;
	inset: 0;
	margin: auto;
	width: var(--icon-size);
	height: var(--icon-size);
	z-index: 2;
	background-color: var(--icon-rest);
	-webkit-mask: var(--icon-url) no-repeat center / contain;
        	mask: var(--icon-url) no-repeat center / contain;
	transition: background-color .35s ease;
}

.mint-cta::after{
	content:"";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%) scale(0);
	transform-origin: 50% 50%;
	border-radius: inherit;
	z-index: 1;
	background: var(--bg-hover);
	transition: transform .35s ease;
}

/* Hover / focus */
.mint-cta:hover::after,
.mint-cta:focus-visible::after{
	transform: translate(-50%,-50%) scale(1);
}

.mint-cta:hover::before,
.mint-cta:focus-visible::before{
	background-color: var(--icon-hover);
}
.mint-cta:hover{ transform: translateZ(0) scale(1.03); }

/* Focus clavier accessible */
.mint-cta:focus-visible{
	outline: 2px solid var(--bg-hover);
	outline-offset: 2px;
}

/* Motion-reduced */
@media (prefers-reduced-motion: reduce){
  .mint-cta,
  .mint-cta::before,
  .mint-cta::after{ transition: none; }
  .mint-cta::after{ transform: translate(-50%,-50%) scale(1); }
}

/* Assure l'empilement et le curseur */
.de-team-list { position: relative; }
.de-team-list .team-pic { position: relative; z-index: 1; cursor: pointer; }
.de-team-list .mint-cta { position: absolute; z-index: 2; }

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

/*==== FIN DU CUSTOM ==========================================================*/

#section-match{
	background: var(--color-bg);
	display: flex;
    justify-content: center;
    align-items: center;
}

#section-voxpop{
	background-color: rgb(242, 242, 242);
}

#section-voxpop h2, #section-voxpop p{
	color:#000;
}

#section-voxpop h2{
	font-size:3.5rem;
	width: 100%;
    text-align: center;
}

#deviens-cpa a{
	color: var(--color-text);
	text-decoration: underline;
}

#deviens-cpa a:hover{
	color: var(--color-secondary);
	text-decoration: none;
}

#section-animation a{
	color: white;
	text-decoration: underline;
}

#section-animation a:hover{
	color: var(--color-primary);
	text-decoration: none !important;
}

#section-about a{
	color: var(--color-text);
	text-decoration: underline;
}

#section-about a:hover{
	color: var(--color-secondary);
	text-decoration: none;
}

#deviens-cpa h2{
	color:#48390E;
	font-size:3.5rem;
	    width: 100%;
    text-align: center;
}

#deviens-cpa-noir{
	background: #000;
}

#deviens-cpa-noir a{
	color: #fff;
	text-decoration: underline;
}

#deviens-cpa-noir a:hover{
	color: #fff;
	text-decoration: none;
}

#deviens-cpa-noir h2{
	color:#fff;
	font-size:3.5rem;
	    width: 100%;
    text-align: center;
	padding-bottom: 1rem;
	border-bottom: 1px solid #fff;
}

h4.defi-anthony{
	color:#000;
	padding-left:20%;
	padding-right:20%;
	padding-top:50px;
	font-weight: 500;
}

.defianthony{
	color:#000;
	font-size: 1em;
    line-height: 1.2em;
	display: block;
	padding-top: 0.6em;
	padding-left:20%;
	padding-right:20%;
}

.defianthony a{
text-decoration: underline;
}

.carousel-inner{
	width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.carousel-control-next, .carousel-control-prev{
	width:5%
}

#section-animation .card {
    background: var(--color-bg);
    border: 0px !important;
}

.card2{
	background:#ffffff !important;
	border:solid 1px #ffffff;
	text-align: center;
	box-shadow: none !important;
}

.card-text2{
	color:#000;
	text-align: left;
}

.card-body2{
	width:425px;
	margin:auto;
}

.img-card2{
	width:auto;
}

.header-mobile #menu-btn:hover{
	background-color: #FFFBAE;
}

.splide__slide{
	height:auto !important;
}

.splide .splide__pagination{
	display: none;
}


ul.listcarriere {
	list-style-type: none;
	padding-bottom: 2em;
}
  
ul.listcarriere li {
	display: grid;
	grid-template-columns: 20px auto;
	justify-content: start;
	align-items: start;
}
  
ul.listcarriere li::before {
	content: url(../images/icones/arrow.svg);
	width: 16px;
  height: 16px;
  padding-top: 5px;
}

.liste-avantages3{
	list-style-type: none; 
	color: var(--color-text); 
	columns: 1; 
	-webkit-columns: 1; 
	-moz-columns: 1;
}

.liste-avantages-2 li::before, .liste-avantages3 li::before {
	display: inline-block;
	content: ' ';
	background-image: url('../images/icones/arrow.svg');
	background-size: 18px 24px;
	height: 18px;
	width: 18px;
	margin-right: 10px;
}

.liste-avantages2{
	list-style-type: none; 
	color: var(--color-text); 
	columns: 2; 
	-webkit-columns: 2; 
	-moz-columns: 2;
}

.liste-avantages li::before, .liste-avantages2 li::before {
	display: inline-block;
	content: ' ';
	background-image: url('../images/icones/arrow.svg');
	background-size: 18px 24px;
	height: 18px;
	width: 18px;
	margin-right: 10px;
}

.wm.dark.wm-border {
	font-size: 200px !important;
	line-height: 0.5em;
}

@media only screen and (max-width: 994px) {
.espace-contenu{
	padding:4em !important;
	}
	
.espace-header{
	padding:0em 0em;
	}
}


@media only screen and (max-width: 919px) {
.espace-contenu{
	padding:4em !important;
	}

.espace-header{
	padding:0em 0em;
	}

.row-zone1{
	position: relative;
	}

.liste-avantages2{ 
	columns: 1; 
	-webkit-columns: 1; 
	-moz-columns: 1;
	}

.btdeviens2{
	margin-left:auto;
	margin-right:auto;
	}
}

@media only screen and (max-width: 768px) {

.img-3mobile {
	max-width: 350px;
	}

.espace-contenu {
	padding: 2em !important;
	}

#content section {
	padding: 20px 0;
	}

.flechecarriere {
	display: none;
	}

#section-match {
	padding-top: 50px !important;
	}

.section-massi {
	padding-top: 50px !important;
	}

.header-mobile #menu-btn {
	position: absolute;
	right: 20px;
	}

.header-mobile .container {
	padding-left: 10px;
	}

#content .zone1 {
	height: fit-content;
	padding-top: 100px;
	}

.row-zone1 {
	position: relative;
	}

.titredeviens {
	font-size: 3.5rem;
	}

.phone-box {
	height: auto;
	}

.phone {
	position: relative;
	width: 100%;
	}

.img-card2 {
	width: 100%;
	}

.card-body2 {
	width: 100%;
	}

.splide .splide__arrow--prev {
	left: 0px;
	}

.splide .splide__arrow--next {
	right: -8px;
	}

.zonecarriere .divdeviens {
	text-align: center;
	}

.btdeviens,
.divdeviens2 {
	width: 100%;
	text-align: center;
	}

.cachermobile {
	display: none;
	}
}

/* ================================================== */
/* body */
/* ================================================== */

body {
  font-family: var(--font-main);
  font-size: var(--base-font-size);
  line-height: var(--line-height-base);
  color: var(--color-text);
  background-color: var(--color-bg);
}

body.de_light,.de_light{
	color: var(--color-bg);
}

#wrapper{
	overflow:visible;
	background-color: var(--color-primary);
}

.de-navbar-left #wrapper{
	overflow:visible;
}

/* ================================================== */
/*  header	*/ 
/* ================================================== */

header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	background: var(--color-primary);
	border-bottom: transparent;
}
	
header.header-bg{
	background:var(--color-primary);
}
	
header.transparent{
	background:rgba(0,0,0,0.0);
}
	
header.autoshow{
	top:-80px;
}	
	
header.autoshow.scrollOn,header.autoshow.scrollOff{
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	outline: none;	
}
	
header.autoshow.scrollOn{
	top:0;
}
	
header.autoshow.scrollOff{
	top:-80px;
}
	
header div#logo {
	display: table;
	height: 80px;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}

header .container-fluid div#logo{
		padding-left: 20px;
}

header div#logo .logo-2{
	display:none;
}

header div#logo a{
	display:table-cell;
    vertical-align:middle;
}

header nav {
	float:right;
	}

header nav a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s; 
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu li li a{
	padding-top: 0px;
	padding-bottom: 0px;
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu ul{
	top:80px;
}

header.smaller:not(.header-bottom):not(.side-header) #mainmenu ul ul{
	top:0px;
}

header.smaller:not(.header-bottom):not(.side-header){
	height: 80px;
	background: var(--color-primary);
}

header.smaller.no-border:not(.header-bottom):not(.side-header){
	border:none;
}

header.smaller:not(.header-bottom):not(.side-header) div#logo,
header.smaller:not(.header-bottom):not(.side-header) .header-extra {
	height:80px;
}
	
.logo-smaller div#logo {
	width: 150px;
	height:30px;
	line-height: 65px;
	font-size: 30px;
}

.logo-smaller div#logo img{
	line-height: 75px;
	font-size: 30px;
}

.logo-smaller  div#logo .logo-1{
	display:none;
}

.logo-smaller  div#logo .logo-2{
		display:inline-block;
}

.logo-small{
	margin-bottom:20px;
}
		
.de-navbar-left{
	background:var(--color-primary) ;
}
	
.de-navbar-left #logo{
	padding:40px;
	text-align:center;
	width:100%;
}
	
.de-navbar-left header{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	left:0;
	background:none;
	padding:30px;
	padding-right:20px;
}
	
	
.de-navbar-left header #mainmenu{
	float:none;
	margin:0;
	padding:0;
}	
	
.de-navbar-left header #mainmenu > li{
	display:block !important;
	margin:0;
	float:none;
	text-align:center;
	font-family:"Inter", Arial, sans-serif;
	letter-spacing:5px;
	font-size:14px;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: transparent;
}	

.de_light.de-navbar-left header #mainmenu > li{
	border-bottom: transparent;
}

.de-navbar-left header #mainmenu > li > a{
	padding:0;
	opacity:.5;
}	

.de_light.de-navbar-left header #mainmenu > li > a{
	color: transparent;
}

.de-navbar-left header #mainmenu > li a:hover{
	opacity:1;
}

.de-navbar-left header #mainmenu > li >a:after{
	content:none;
}

.de-navbar-left header nav{
	float:none !important;
}
	
/* ================================================== */
/* navigation */
/* ================================================== */
	
#mainmenu {
	font-family:"Inter", Arial, sans-serif;
	float: right;
	font-size:11px;
	font-weight:400;
	letter-spacing:3px;
	text-transform:uppercase;
}	
	
#mainmenu ul {
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
	height: 30px;
}
	
#mainmenu li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
}
	
#mainmenu a{
	line-height:30px;
}
		
#mainmenu > li > a{
	line-height:35px;
}
		
#mainmenu a {
	display: inline-block;
	padding: 25px 0px 25px 20px;
	text-decoration: none;
	text-align:center;
	outline:none;
}
	
#mainmenu a,
header.transparent.header-light #mainmenu a{
	color: var(--color-text);
}
	
#mainmenu li a:after { float:right; position:relative; font-family:"FontAwesome"; content:"\f111"; font-size:6px; margin-left:20px; margin-top:0px; color:#FAB702; }
	
#mainmenu.dotted-separator li a:after{
	content:"\f111";
	font-size:6px;
}	
	
#mainmenu.line-separator li a:after{
	content:"/";
	font-size:14px;
}	
	
#mainmenu.circle-separator li a:after{
	content:"\f10c";
	font-size:9px;
}	
	
#mainmenu.strip-separator li a:after{
	content:"\f068";
	font-size:9px;
}	
	
#mainmenu.plus-separator li a:after{
	content:"\f067";
	font-size:11px;
}	
	
#mainmenu.square-separator li a:after{
	content:"\f096";
	font-size:11px;
}		
	
#mainmenu.no-separator li a:after{
	font-size:0px;
}
	
#mainmenu.ms-2{
		letter-spacing:1px;
		font-weight: bold;
}
	
#mainmenu.ms-2 > li{
		font-size: 13px;
		font-weight:600;
}
	
#mainmenu li li {
	font-size: 10px;
	font-weight: normal; 
	border-bottom: transparent;
}
	
#mainmenu li li:last-child {
	border-bottom: none;
}
	
#mainmenu li li a {
	padding: 0px 12px 0px 12px;
	border-top: none;
	color: #ccc;
	width:201px;
	border-left:none;
	text-align:left;
}
	
#mainmenu li li a:hover{
	color:#111;
}
	
#mainmenu li li a:after {
	content:none !important;
}
	
#mainmenu li li li a {
	background: #222327;
}
	
#mainmenu li li a:hover {
	color: var(--color-secondary);
	background: var(--color-primary);
}
	
/* new added menu */
	
#mainmenu li > ul {
	width: 201px;
	height: 0;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 10;
	opacity:0;
	margin-top:5px;
	overflow:hidden;
}	
	
#mainmenu li:hover > ul {
	opacity:1;
	height:auto;
	margin-top:0px;
	overflow:visible;
}	
	
#mainmenu li ul.mega ul {
	width: 201px;
	height: auto;
	position: absolute;
	top: 80px;
	left: 0px;
	z-index: 10;
	visibility:hidden;
	opacity:0;
	margin-top:5px;
}
	
/* close new added menu */
	
#mainmenu li li {
	display: block;
	float: none;
}
	
#mainmenu ul li:hover > a{
	color: var(--color-secondary);
}
	
header.header-mobile #mainmenu li ul {
	visibility: visible;
	opacity:1;
	margin-top:0px;
}
	
#mainmenu li ul{		
	background: #222327;
}
	
#mainmenu li ul ul {
	left: 100%;
	top: 0px;
}
	
#mainmenu li:hover > ul {
	color: var(--color-secondary);
}
	
#mainmenu select {
	padding: 10px;
	height: 36px;
	font-size: 14px;
	border: none;
	background: var(--color-primary);
	color: var(--color-secondary);
}
	
#mainmenu select option {
	padding: 10px;
}
	
	
header.header-light #mainmenu > li > a,
header.transparent.smaller.header-light #mainmenu > li > a{
	color: transparent;
}
	
#mainmenu > li ul.mega{
	position:fixed;
	left:0;
	height:0%;
	width:100%;
	visibility: hidden;
	opacity: 0;
	overflow:hidden;
}

#mainmenu li:hover ul.mega{
	visibility: visible;
	opacity: 1;
}

#mainmenu li ul.mega > li,
#mainmenu li ul.mega > li a{
	width:100%;
}

#mainmenu li ul.mega li.title{
	padding:0px 10px 10px 15px;
	text-align:left;
	color:#fff;
	font-weight:bold;
}

#mainmenu li ul.mega > li ul{
	position:static;
	visibility: visible;
	opacity: 1;
	left:0;
	float:none;		
	width:100%;
}

#mainmenu ul.mega > li ul li{
	margin:0;
	padding:0;
}
	
#mainmenu ul.mega > li ul li a{
	margin:0;
}
	
#mainmenu ul.mega > li ul li:last-child{
	border-bottom: transparent;
}

#mainmenu li ul.mega .menu-content{
	background:#222327;
	padding:30px;
}

header.header-mobile #mainmenu > li ul.mega{
	visibility: visible;
	opacity: 1;
}

header:not(.header-mobile) #mainmenu > li:hover ul.mega{
	height:auto;
}
	
#menu-overlay{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.9);
	color:#ffffff;
	z-index:10000;
	overflow-y:auto;
	display:none;
}

#menu-overlay.slideDown{
	top:-100%;
}
	
#mo-button-open{
	position:absolute;
	display:block;
	width:36px;
	right:20px;
	margin-top:22px;
	overflow:hidden;
}

#mo-button-open div{
	width:100%;
	height:4px;
	background:#ffffff;
	margin-bottom:7px;
}

#mo-button-open:hover div:nth-child(1){
	margin-left:50%;
}

#mo-button-open:hover div:nth-child(2){
	margin-left:25%;
}

#mo-button-close {
	position:absolute;
	margin-top:32px;
	right:20px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

#mo-button-close .line-1,
#mo-button-close .line-2 {
	width: 40px;
	height: 4px;
	background: #ffffff;
	position: absolute;
	border-radius: 10px;
	right:0px;
}

#mo-button-close .line-1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#mo-button-close .line-2 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#mo-button-close:hover .line-1,
#mo-button-close:hover .line-2 {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#mo-menu ul, #mo-menu li{
	padding:0;
	margin:0;
	list-style:none;
}

#mo-menu{
	font-size:16px;
	margin-left:-30px;
}

#mo-menu a{
	text-decoration:none;
	color:#ffffff;
}

#mo-menu li ul a{
	color:#888888;
}

#mo-menu li ul a:hover{
	color:#ffffff;
}

#mo-menu > li > a{
	font-size:40px;
	padding:15px 0;
	display:inline-block;
}

#mo-menu > li{
	display:block;
	width:100%;
	opacity:0;
}

#mo-menu > li > ul{
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}

#mo-menu:not(.mo-center) > li > ul{
	width:100%;
}

#mo-menu > li > ul.full {
	max-height: 2000px;
	transition: max-height 1s ease-in-out;
}

#mo-menu.mo-center{
	text-align:center;
}

#mo-menu.mo-center > li > ul{
	margin-left:15px;
}

#mo-menu .menu-content ul li{
	padding:0;
	margin:0;
	list-style:none;
}

#mo-menu li ul.mega .menu-content{
	padding:0px;
}
	
/* menu toggle for mobile */
#menu-btn{
	display:none;
	float:right;
	margin-top:5px;
	width:36px;
	height:36px;
	padding:6px;
	text-align:center;
	cursor:pointer;
}

.header-extra{
	float: right;
	padding-left: 50px;
	height: 80px;
	display: table;
}

.v-center{
	display: table-cell;
	vertical-align: middle;
}

#b-menu,
#b-menu-close {
	display: block;
	cursor: pointer;
	height: 20px;
	margin-top: 32px;
}

#b-menu > span{
	display: block;
	width: 20px;
	height: 2px;
	margin:3px 0 3px 0;
	background:#fff;
}

#b-menu-close > span{
	display: block;
	width: 20px;
	height: 2px;
	background:#fff;
	position: absolute;
}

#b-menu-close{
	position:absolute;
	padding-top:10px;
	right:40px;
	top:20px;
	width:20px;
	height:20px;
}

#b-menu-close span:nth-child(1){
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#b-menu-close span:nth-child(2){
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
	
.header-light #menu-btn{
	background:none;
}
	
/* menu toggle animated */
	
#nav-toggle {
	float:right;
	width: 60px;
	height: 20px;
	position: relative;
	margin: 15px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	padding:10px;
	z-index:100;
}

#nav-toggle span{
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	background: #fff;
	border-radius: 9px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-toggle span:nth-child(1) {
	top: 10px;
}

#nav-toggle span:nth-child(2) {
	top: 18px;
}

#nav-toggle span:nth-child(3) {
	top: 26px;
}

#nav-toggle.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav-toggle.open span:nth-child(2) {
	opacity: 0;
}

#nav-toggle.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
	
#menu-wrapper{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.95);
	position:fixed;
	top:0;
	left:0;	
	text-align:center;
	height:0;
	overflow-y:auto;
}
	
#menu-wrapper  nav{
	display:inline-block;
	margin:20px auto 80px auto;
	padding:0;
	float:none;
	font-size:26px;
	opacity:0;
}

/* Navigation & container */

.de-navbar-left .container-fluid .container {
  width: 100% !important;
}

.de-navbar-left section {
  padding: 70px;
}

/* Thème light */

.de_light section {
  background: #fff;
}

/* Classes utilitaires */

.bg-white {
  background: #ffffff;
}

.section-fixed {
  position: fixed;
  width: 100%;
  min-height: 100%;
  height: auto;
}

/* ================================================== */
/* footer */
/* ================================================== */
footer {
	background: var(--color-text);
	color: #ccc;
	padding: 80px 0 0 0;
}
	
footer h3, .de_light footer h3 {
	color:#fff;
	font-size: 20px;
}
	
footer a {
	color: #ccc;
	text-decoration:none !important;
}
	
footer a:visited {
	color: #ccc;
}
	
footer.light{
	color:#606060;
	background:#fff;
}
	
footer.light .subfooter{
	background:#f8f8f8;
}
	
footer.light a{
	color:#606060 !important;
	text-decoration:none;
}

.de-navbar-left footer{
	padding:70px 70px 0 70px;
}
	
.subfooter{
	background:#0b0b0b;
	padding:30px 0 20px 0;
}
	
.subfooter.light{
	border-top:solid 1px #ddd;
	background:#fff;
}
	
.de-navbar-left footer.light .subfooter{
	background:none;
}
	
.de-navbar-left .subfooter{
	background:none;
}
	
/* ================================================== */
/* header */
/* ================================================== */

header.side-header{
	border-bottom:none !important;
	margin:0;
}
	
header.side-header .social-icons-2{
	margin:0 auto;
	margin-top:50px !important;
	float:none;
	text-align:center;
}
	
header.side-header .social-icons-2 a{
	display:inline-block;
	margin:0 2px 0 2px;
	background:#555;
	width:36px;
	height:36px;
	padding-top:5px;
	display:inline-block;
	text-align:center;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	opacity:.2;	
}
	
.de_light header.side-header .social-icons-2 a{
	background:#fff;
	color:#333;
}
	
header.side-header .social-icons-2 a:hover{
	opacity:1;
}	
	
.de-navbar-left.de_light header, .de-navbar-left.de_light{background:#f9f9f9;}

header.header-mobile{
	position:relative;
	background:#FFFBAE;
	z-index:1000;
}
	
header.header-mobile.header-light{
	background:#fff;
}
	
header.smaller.header-scroll:not(.autoshow){
	position:absolute;
}

header.smaller #b-menu,
header #b-menu-close{
		margin-top: 27px;
}
	
.header-bottom .info{
	display:none !important;
}
	
#de-sidebar{
	position:absolute;
}

/* ================================================== */
/* products */
/* ================================================== */

.products{
	padding:0;
	list-style:none;
}

.products li{
	margin-bottom:40px;
}

.product .price{
	margin-bottom:10px;
	font-size:16px;
}

.product h4{
	font-weight:500;
}

.product img{
	background:#333;
	border:solid 1px #fff;
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.product .btn-line{
	width:100%;
}

.de_light .product img{
	padding:0;
	border:solid 1px #ddd;
}	
	
/* button */
.btn-line, a.btn-line{
	border:solid 1px #222;
	color:#fff;
	font-weight:500;
	font-size:12px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	padding:3px;
	padding-left:30px;
	padding-right:50px;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	letter-spacing:2px;
	text-decoration:none;
}

.de_light a.btn-line{
	color:#111;
	border:solid 1px #dddddd;
}

.btn-line, a.btn-line,
.text-light a.btn-line{
	border:solid 1px rgba(255,255,255,.2);
	color:#fff;
}

.btn-line:hover, a.btn-line:hover{
	background:#fff;
	color:#111;
	border-color:#fff;
}
	
a.btn-line:after{
	position:absolute;
	padding-left:0px;
	margin-top:1px;
}
	
a.btn-line:hover:after{
	position:absolute;
	padding-left:10px;
}
	
.btn-line:after,  a.btn-line:after{
	color:#fff;
}
	
.btn-line:hover:after, a.btn-line:hover:after, a.btn-line.hover:after{
	color:#fff;
}
	
.btn-line:hover:after, a.btn-line:hover:after, a.btn-line.hover:after{
	color:#111;
}
	
a.btn-text{
	text-decoration:none;
	display:inline-block;
	color:#111;
	font-weight:600;
	padding:0;
}
	
a.btn-text:after{
	font-family:FontAwesome;
	content: "\f054";
	padding-left:10px;
}
	
a.btn-text{
	color:#fff;
}
	
a.btn-big{
	font-size:14px;
	color:#eceff3;
	letter-spacing:1px;
	line-height:normal;
	font-weight:bold;
	text-transform:uppercase;
	border:solid 1px #fff;
	padding:10px 50px 10px 30px;
}

a.btn-big:after{
	font-family:FontAwesome;
	content: "\f054";
	margin-left:20px;
	margin-top:3px;
}
	
.de_light a.btn-big{
	font-weight:normal;
}
	
.btn-line, a.btn-line{
	color:#eceff3;
}
	
.btn-line:after, a.btn-line:after{
	font-family:FontAwesome;
	content: "\f054";
	margin-left:10px;
}
	
a.btn-line-black, .de_light a.btn-line-black{
	border:solid 1px var(--color-text);
	color:#111;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	font-weight:normal;
}
	
a.btn-line-black:hover{
	background:#111;
	color:#fff;
}
	
a.btn-line-white, .de_light a.btn-line-white{
	border:solid 1px #fff;
	padding:7px 25px 7px 25px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	font-weight:normal;
	font-size:12px;
	letter-spacing:2px;
}
	
a.btn-line-white:hover{
	background:#fff;
	color:#fff;
}
	
a.btn-line.black,
a.btn-line.black:hover{
	border-color: var(--color-text);
	color: var(--color-text);
}

a.btn-line.black:hover{
	color:#ffffff;
	background: var(--color-text);
}

a.btn-line.black:after,
.de_light a.btn-line.black:after{
	color: var(--color-text);	
}

a.btn-line.black:hover:after{
	color:#ffffff;
}
	
.de_light a.btn-line-black:hover{
	background: var(--color-text);
	color:#fff;
}

.btn-fullwidth{
	width:100%;
}
	
a.btn-slider{
	display:inline-block;
	font-size:13px;
	font-weight:600;
	color:#fff;
	letter-spacing:3px;
	line-height:normal;
	text-decoration:none;
	text-transform:uppercase;
	border:solid 1px rgba(255,255,255,.5);
	padding:10px 30px 10px 30px;
}

a.btn-slider.dark{
	color: var(--color-text);
	border:solid 1px rgba(0,0,0,.5);	
}

a.btn-slider:after{
	font-family:FontAwesome;
	content: "\f054";
	margin-left:10px;
}

a.btn-slider:hover{
	color: var(--color-text);
	background:#fff;
	border-color: var(--color-text);
	border:solid 2px #fff;
}

a.btn-slider.dark:hover{
	color:#fff;
	background:#333;
	border:solid 1px rgba(0,0,0,.5);	
}

/* text-color-overide bootstrap */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	border-radius:0;
}
	
.nav-pills.np-1 .nav-item{
	font-weight:bold;
	font-size:15px;
}

.font-weight-bold{
	font-weight: bold !important;
}
	
/* divider */
.spacer-single{
	width:100%;
	height:30px;
	display:block;
	clear:both;
}
	
.spacer-double{
	width:100%;
	height:60px;
	display:block;
	clear:both;
}
	
.spacer-half{
	width:100%;
	height:15px;
	display:block;
	clear:both;
}
	
.spacer10 {
	width: 100%;
	height: 10px;
	display: block;
	clear: both;
}

.spacer20 {
	width: 100%;
	height: 20px;
	display: block;
	clear: both;
}

.spacer30 {
	width: 100%;
	height: 30px;
	display: block;
	clear: both;
}

.spacer40 {
	width: 100%;
	height: 40px;
	display: block;
	clear: both;
}

.spacer50 {
	width: 100%;
	height: 50px;
	display: block;
	clear: both;
}

.spacer60 {
	width: 100%;
	height: 60px;
	display: block;
	clear: both;
}

hr {
	display: block;
	clear: both;
	border-top: solid 1px #ddd;
	margin: 40px 0 40px 0;
}

.typing-wrap{
	font-family:"Inter", Arial, sans-serif;
	font-size:30px;
	margin:0;
	line-height:60px;
}
	
span.teaser{
	font-family:"Georgia";
	font-style:italic;
	font-size:18px;
}
	
.text-light,
.text-light p{
	color:#ddd;
}
	
/* ================================================== */
/* anim */
/* ================================================== */
de_tab .de_nav li span,
.feature-box-small-icon i, a.btn-line:after, .de_count, .social-icons a i,
.de_tab.tab_steps .de_nav li span, .de_tab.tab_steps .de_nav li span:hover,
.de-gallery .overlay .icon i,
.de-gallery .overlay .icon i:hover,
header.smaller:not(.header-bottom),

.product img,
.product img:hover,
.mfp-close,.mfp-close:hover,
header.de_header_2 .info,
header.de_header_2.smaller .info,

.picframe .overlay-v,
#mainmenu li,
#mainmenu li ul,
.box-icon.line,
.owl-theme .owl-controls .owl-buttons div,
.pic-hover .bg-overlay,
.pic-hover:hover > .bg-overlay,
.pic-hover.hover-scale img,
.picframe img,
.de-team-list .team-desc,
.de-team-list:hover .team-desc,
.box-number *,
.de_nav *,
.schedule-item *,
#menu-overlay,
#mo-menu li ul a,
#mo-menu li:hover > a,
#mo-button-open div,
#mo-button-close *,
.de-images *,
.header-extra,
#de-overlay,
#de-overlay *,
#de-extra-wrap,
#b-menu *,
#b-menu-close *
{
	-o-transition: .5s cubic-bezier(.25,.46,.45,.94);
	-ms-transition: .5s cubic-bezier(.25,.46,.45,.94);
	-moz-transition: .5s cubic-bezier(.25,.46,.45,.94);
	-webkit-transition: .5s cubic-bezier(.25,.46,.45,.94);
	transition: .5s cubic-bezier(.25,.46,.45,.94);
	outline: none;
}

.picframe img,
#mo-menu *
{
	-o-transition:1s;
	-ms-transition:1s;
	-moz-transition:1s;
	-webkit-transition:1s;
	transition:1s;
	outline: none;
}

/* ================================================== */
/* video */
/* ================================================== */
video, object {
	display:inline-block;
	vertical-align:baseline;
	min-width:100%;
	min-height:100%;
}

.de-video-container{
	top:0%;
	left:0%;
/* height:500px; */
	width:100%;
	overflow: hidden;
}

.de-video-content{
	width:100%;
	position:absolute;
	z-index:10;
}

.de-video-overlay{
	position:absolute;
	width:100%;
	min-height:100%;
	background:rgba(0,0,0,.7);
}

.de-video-overlay.t30{
	background:rgba(0,0,0,.3);
}

.de-video-overlay.t50{
	background:rgba(0,0,0,.5);
}

.de-video-overlay.dotted{
	background:url(../images/dotted.png);
}

.video-fixed{
	width:100%;
	position:fixed;
	top:0;
}

/* youtube, vimeo */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.de-video-container .btn-line:hover:after, .de-video-container a.btn-line:hover:after, .de-video-container a.btn-line.hover:after{
	color:#eceff3;
}

/* ================================================== */
/* map */
/* ================================================== */

.mapouter {
	position: relative;
	text-align: right;
	height: 500px;
	width: 2200px;
}

.gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 500px;
	width: 2500px;
}

/* ================================================== */
/* call to action */
/* ================================================== */

.call-to-action h2,
.call-to-action h3{
	margin:0;
}

/* ================================================== */
/* overide bootstrap 4 */
/* ================================================== */

.container-fluid {
    padding:0px;
	margin:0px;
}

.card{
	background:#101010;
	border:solid 1px #303030;
}

.de_light .card{
	background:#ffffff;
	border:solid 1px #dddddd;
}

.card,
.nav-tabs .nav-link,
.btn-primary,
.btn-secondary{
	border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;
}

.collapsible-link,
.btn.btn-link{
	text-decoration:none !important;
}

.accordion .btn.btn-link{
	font-weight:bold;
}

.nav.nav-tabs{
	margin-bottom:20px;
}

.btn-primary{
	color:#222;
}

.btn-primary,
.btn-secondary{
	font-size:14px;
	text-shadow: none;
	border: none !important;
}

.btn.btn-primary:hover{
	background:#555;
}

.img-rounded {
	border-radius: 6px;
}

.text-light blockquote.testimonial-big{
	color:#ffffff;
}

/* ========================================== */
/* CUSTOM UTIL CLASSES */
/* ========================================== */

/* Horizontal line */
.collapsible-link::before {
	content: '';
	width: 14px;
	height: 2px;
	background: #333;
	position: absolute;
	top: calc(50% - 1px);
	right: 1rem;
	display: block;
	transition: all 0.3s;
}

/* ================================================== */
/* image position */
/* ================================================== */

.img-left {
	float: left;
	margin: 5px 15px 15px 0;
}

.img-right {
	float: right;
	margin: 5px 0 15px 15px;
}

hr{
	border-top: solid 1px #555;
}

hr.blank {
	border: none;
	margin: 20px 0 20px 0;
}

/* ================================================== */
/* font awesome icons */
/* ================================================== */

i {
	display: inline-block !important;
}

i.large {
	font-size: 72px;
	text-align: center;
	display:inline-block;
	float:none;
}

i.medium {
	font-size: 20px;
	padding: 10px;
	text-align: center;
	display:inline-block;
	float:none;
}

i.small {
	font-size: 12px;
	padding: 4px;
	text-align: center;
	display:inline-block;
	float:none;
}

i.circle-icon {
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
}

.fa-android{
	color:#469159;
}

.fa-apple{
	color:#0EC3F7;
}

/* extra ^ */
.de_center p {
	width: 100%;
}

.de_center .de_icon {
	float: none;
	margin: 0 auto;
}

/* ================================================== */
/* transition */
/* ================================================== */

a,
a:hover,
.test-column,
.test-column:hover {
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
}

.de_contact_info{
	font-size:40px;
	font-weight:bold;
}

.de_contact_info i{
	float:none;
	margin-right:20px;
}

.center-div{
	margin:0 auto !important;
}

/* ================================================== */
/* gallery */
/* ================================================== */

.de_carousel .item {
	width:100%;
	display:block;
}

.item img {
	width:100%;
	height:auto;
}

.item h4 {
	margin-bottom: 0;
	font-size: 14px;
}

#gallery .item{
	overflow:hidden;
}

.picframe .overlay-v{
	text-align: center;
	width: 100px;
	background: rgba(0,0,0,.7);
	position:absolute;
	width:102%;
	height:100%;
	z-index:1000;
	display:table;
}

.picframe .overlay-v .pf_text{
	display:table-cell;
	vertical-align:middle;
}

.light .picframe .overlay-v{
	background: rgba(255,255,255,.3);
}

.picframe.s2 span.overlay .project-name{
	color:#ffffff;
}

.pf_text {
	color:#eceff3;
}

.pf_text h4 {
	color:#eceff3;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
}

.pf_title{
	display:block;
}

.project-info{
	color:#ccc;
	margin-left:20px;
}

.de_light .project-info{
	color:#606060;
}

.project-info h2{
	margin-top: 0;
	font-size:18px;
	letter-spacing:3px;
	text-transform:uppercase;
}

.project-info h4{
	font-weight:bold;
}

.project-info .details{
	padding:20px;
	border:solid 1px rgba(255,255,255,.2);
	background:rgba(0,0,0,.5);
	margin-bottom:30px;
}

.de_light .project-info .details{
	background:#eee;
	border-color:#ddd;
}

.project-infoproject-info span{
	display:block;
}

.project-info span.title{
	display:inline-block;
	min-width:80px;
}

.project-info span.val{
	margin-bottom:15px;
	font-weight:bold;
}

.project-view{
	padding:120px 0 80px 0;
}

.project-images img{
	width:100%;
}

.picframe {
	position: relative;
	overflow: hidden;
}
.picframe img{
	width:100%;
}

.picframe:hover .overlay-v{
	transform: scale(1.2);
	opacity:0;
}

.picframe:hover img{
	transform: scale(1.3);
}

.s2 .overlay-v,
.s2 .overlay-v:hover{
	background: rgba(40,40,40,.3);
}
.s2 .overlay-v .project-name{
	font-size:16px;
	letter-spacing:0;
	text-transform:none;
	color:#fff;
}

#btn-close-x{
	width:100px;
	height:100px;
	display:block;
	background:url(../images/close.png) center no-repeat;
	margin:0 auto;
	margin-bottom:80px;
	cursor:pointer;
	padding:20px;
}

#btn-close-x{
	background:url(../images/close-2.png) center no-repeat;
}

.project-name{
	font-size:12px;
	font-weight:bold;
	display:block;
}

span.overlay {
	text-align: center;
	display: block;
	width: 100px;
	background: #111;
	position: absolute;
	z-index:1;
}

.de_light span.overlay {
	background: #fff;
}

.project-details{
	padding:30px;
	border:solid 1px #ddd;
	margin-bottom:30px;
}

.info-details .info-text{
	margin-bottom:20px;
}

.project-details .title,
.info-details .title{
	display:block;
	font-weight:bold;
}

.project-details .val{
	display:block;
	margin-bottom:20px;
}
.project-details .info-text:last-child .val{
	margin-bottom:0;
}

span.icon{
	cursor:pointer;
}

.overlay .info-area {
	display: block;
	margin-top: 10%;
}

.overlay .sb-icons {
	display: block;
	margin-top: 200px;
}

.de-gallery .overlay{
	text-align:center;
}

.overlay  .pf_text{
	display: inline-block;
}

.project-name{
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:5px;
}

.de-gallery .overlay .icon {
	display: inline-block;
	margin-top: 200px;
	text-align:center;
}

.de-gallery .overlay .icon i{
	text-shadow:none;
	color:#fff;
	border:solid 1px rgba(255,255,255,.1);
	font-size: 22px;
	padding: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-left:10px;
}

.de-gallery .overlay .icon i.icon-info{
	margin-left:0px;
}

.de-gallery .overlay .icon i:hover{
	color:#222;
	background:#fff;
}

.de-gallery.hover-1 span.overlay-1 {
	text-align: center;
	display: block;
	background:rgba(0,0,0,.7);
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
}

.de-gallery.hover-1 span.overlay-1:hover{
	background:rgba(0,0,0,0);
}

.de-gallery.hover-1 span.overlay-1 .pf_text{
	display:block;
	bottom:10%;
	letter-spacing:4px;
	position:absolute;
	width:100%;
}
.de-gallery.hover-1 span.overlay-1:hover .pf_text{
	bottom:-20%;
	opacity:0;
}
.grid_gallery .item{
	margin-bottom:30px;
}

a.img-icon-url, a.img-icon-zoom {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: url(../images/icon-url.png) center no-repeat;
	margin: 0 auto;
	margin: 0 2px 0 2px;
}

a.img-icon-zoom {
	background: url(../images/icon-zoom.png) center no-repeat;
}

.pf_full_width .item{
	width:24.9%;
	float:left;
}

.pf_full_width.pf_3_cols .item{
	width:33.3%;
}

.pf_full_width.pf_2_cols .item{
	width:49.9%;
}

.pf_full_width img{
	float:left;
	width:100%;
}

/* ---- grid ---- */

.grid {
	width:100%;
	margin:5px;
}

/* clear fix */

.grid:after {
	content: '';
	display: block;
	clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */

.grid-sizer {
	width: 5%;
}

.grid-item {
	float: left;
	border:none;
	overflow:hidden;
	margin:0;
	padding:0;
}

.large-width { width: 50%; }

@media only screen and (max-width : 768px) {
  .w1, .w2, .w3, .w4, .w5 {width:100%}
}

@media only screen and (max-width : 600px) {
	.wm  {display: none;
		visibility: hidden !important;}
}

/* ================================================== */
/* widget */
/* ================================================== */

#sidebar{
	padding-left:20px;
}
 
.widget {
	margin-bottom: 60px;
	padding-bottom:60px;
	border-bottom:solid 1px #333;
}

.de_light .widget{
	border-bottom:solid 1px #ddd;
}

.widget h4 {
	text-transform:uppercase;
	padding-bottom: 20px;
	font-size: 16px;
	letter-spacing: normal;
	letter-spacing:1px;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding:0;
}

.widget  .small-border{
	height:2px;
	width:30px;
	background:#fff;
	margin:10px 0 20px 0;
	display:block;
}

.widget_category li {
	padding: 8px 20px 8px 20px;
	margin-bottom: 8px;
	background:#111;
	text-transform:uppercase;
}

.de_light .widget_category li {
	background:#eee;
}

.widget_category li a {
	color:#606060;
}

.widget_recent_post li {
	padding-left: 20px;
	background: url(../images/list-arrow.png) left 2px no-repeat;
	border-bottom: solid 1px #222;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.widget .comments li {
	padding-left: 20px;
	background: url(../images/list-arrow.png) left 2px no-repeat;
	border-bottom: solid 1px #eee;
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.widget_tags li {
	text-shadow:none;
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 13px;
}

.widget_tags li a {
	font-size:12px;
	text-decoration: none;
	margin-bottom: 5px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border:solid 1px rgba(255,255,255,.1);
	color: #888;
	padding: 5px 8px 5px 8px;
}

.de_light .widget_tags li a {
	color:#606060;
	border:solid 1px #ddd;
}

.widget_tags li a:hover {
	color:#555;
	border-color: #555;
}

.de_light .widget_tags li a:hover {
	color:#111;
	border-color: #111;
}

.widget_top_rated_product ul{
	padding:0;
}

.widget_top_rated_product li {
	min-height:80px;
}

.widget_top_rated_product li .text{
	padding-top:5px;
	padding-left:75px;
}

.widget_top_rated_product li img{
	position:absolute;
	width:60px;
	height:60px;
}

.widget_tags li a{
	border-color:#555;
}

.widget_tags li a:hover {
	color:#eceff3;
	border-color:#eceff3;
}

footer .widget{
	border:none !important;
	margin-bottom:0;
}

.widget_tags ul{
	margin-top:30px;
}

footer .widget.widget_tags li a{
	border-color:#222;
}

footer .widget_recent_post li {
	padding: 2px 0 4px 0;
	margin:0;
	background: none;
	border-bottom-color:#222;
}

footer .widget{
	border:none !important;
	margin-bottom:0;
}

.widget_tags ul{
	margin-top:30px;
}

footer .widget.widget_tags li a{
	border-color:#222;
}

footer.light .widget_recent_post li {
	border-bottom-color:#eee;
}

footer .widget h3{
	margin-bottom:20px;
}

footer.style-2{
	padding:20px 0 20px 0;
}

/* ================================================== */
/* misc */
/* ================================================== */

a{
	color:#fff;
	text-decoration:none;
	outline:0;
}

a:hover{
	color:#fff;
}

a:hover, a:active, a:focus, img{
	outline:0;
}

.v-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

#de-overlay{
	display: none;
	position: fixed;
	width:100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	top:0;
	left:0;
	z-index: 2000;
}

#de-extra-wrap{
	position: fixed;
	z-index: 2001;
	background: #111111;
	max-width:400px;
	height: 100%;
	top:0;
	right:-400px;
}

#de-extra-wrap .de-extra-content{
	padding:60px;
}

#de-extra-wrap.open{
	right:0;
}

.de-flex-wrap{
	display: flex;
	justify-content: space-between;
}

.de-flex-wrap > .div{
	display: flex;
	justify-content: center;
	align-items: center;
}

i.i_h3{
	margin-right: 10px;
	font-size: 20px;
}

.bg-black{
	background: var(--color-text);
}

.bg-banana{
	background:var(--color-primary);
}

.de_light a, .de_light a:hover{
color:#606060;
}

.wm{
	width:100%;
	position:relative;
	font-size:200px;
	text-align:center;
	font-weight:bold;
	top:33px;
	-webkit-user-select:none;-moz-user-select:-moz-none;
	-ms-user-select:none;user-select:none;
}

.wm.dark{
	color:rgba(255,255,255,.1);
}

.wm.dark.wm-border{
	font-size:280px;
	color:rgba(0,0,0,0);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255,255,255,.2);
}

.wm.light.wm-border{
	font-size:280px;
	color:rgba(0,0,0,0);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0,0,0,.1);
}

.de_light .wm{
	color:rgba(0,0,0,.05);
}

.text-light .wm{
	color:rgba(255,255,255,.05);
}

.demo-icon-wrap{
	margin-bottom:30px;
}

.demo-icon-wrap i{
	font-size:28px;
	margin-right:20px;
	position:relative;
	top:5px;
}

.demo-icon-wrap-s2{
	margin-bottom:30px;
}

.demo-icon-wrap-s2 span{
	font-size:28px;
	margin-right:20px;
	position:relative;
	top:5px;
}

/* video button begin */

.video-play-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #eb3349; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #ba1f24;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #eb3349;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button:hover:after {
	background-color: darken(#eb3349, 10%);
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

.small-icon{
	padding:5px 10px;
	border:solid 1px #dddddd;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.icons-group.s2 .small-icon{
	padding:10px 20px;
}

.icons-group.s2 i{
	font-size:18px;
}

.small-icon i{
	margin-right:10px;
}

.icons-group .small-icon{
	margin-right:10px;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* video-button close */

.clearfix{width:100%;}

.strong{font-weight:bold;}

.fontsize24{font-size:24px;}
.fontsize32{font-size:32px;}
.fontsize36{font-size:36px;}
.fontsize40{font-size:40px;}
.fontsize48{font-size:48px;}

.padding5{padding:5px;}
.padding10{padding:10px;}
.padding20{padding:20px;}
.padding30{padding:30px;}
.padding40{padding:40px;}
.padding40{padding:50px;}
.padding50{padding:60px;}
.padding60{padding:70px;}

#particles-js{
	top:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
}

.de_light a:hover{
	color:#555;
}

#services-list{
	padding:0;
	margin:0;
}

#services-list li a{
	color:#fff;
}

.de_light #services-list li a{
	color:#999;
}

#services-list li{
	font-weight:bold;
	list-style:none;
	margin:0;
	background:rgba(0,0,0,.3);
	margin-bottom:10px;
}

.de_light #services-list li{
	background:#ddd;
}

#services-list li a{
	display:block;
	padding:20px;
	text-decoration:none;
}

#services-list li a:hover{
	color:#111;
}

.pic-services img{
	margin-bottom:30px;
}

#services-list li.active a{
	color:#111;
}

#services-list.s1 li{
	background:#303030;	
}

#services-list.s1 li a{
	color:#fff;
}

.project-images img{
	margin-bottom:60px;
}

.teaser-text{
	font-family:"Inter", Arial, sans-serif !important;;
	font-size:14px;
	color:rgba(255,255,255,.5);
	line-height:normal;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:6px;
}

.teaser-text-2{
	font-size:16px;
}

#navigation{
	position:fixed;
	width:100%;
	height:60px;
	top:0;
	right:20px;
	text-align:center;
	margin-bottom:60px;
	z-index:1000;
}

.mfp-close{
	color:#fff !important;
	position:absolute;
	width:100%;
	font-size:48px;
	margin-top:40px;
	z-index:1000;
}

.de_light .mfp-close{
	color:rgba(0,0,0,.5) !important;
}

.de_light .mfp-close:hover{
	color:rgba(0,0,0,1) !important;
}

.nav-prev:before,.nav-next:before, .nav-exit:before{
	font-family:"FontAwesome";
	content:'\f177';
	color:#fff;
	padding:20px;
	font-size:24px;
	cursor:pointer;
}

.nav-exit:before{
	width:100%;
	display:block;
}

.nav-next:before{
	content:'\f178';
	width:100%;
	background:#555;
}

.nav-exit:before{
	content:'\f00d';
}

.de_light .nav-exit:before{
	color:#222;
}

.container-4 .de-team-list{
	width:24.9%;
	float:left;
	position:relative;
}

.container-3 .de-team-list{
	width:33.3%;
	float:left;
	position:relative;
}

.no-margin{
	margin:0 !important;
}

.no-bottom{
	margin-bottom:0;
	padding-bottom:0;
}

p{
	margin-bottom:20px;
}

.bg-grey{
	background:#f5f5f5;
}

.no-bottom {
	padding-bottom: 0 !important;
}

.no-top {
	padding-top: 0 !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

#filters a{
	background:none;
}

.side-bg{
	position:relative;
	overflow:hidden;
}

.side-bg .image-container {
    height:100%;
    overflow:hidden;
    padding:0;
    position:absolute;
	background-size:cover !important;
}

.side-bg .background-image {
    background-position:50% 50%!important;
    background-size:cover!important;
    width:100%;
    height:100%;
    left:0;
    position:absolute;
    z-index:0;
}

.image-slider{
	cursor:move;
}

.inner-padding{
	padding:90px 0 90px 0;
}

.no-padding,section.no-padding{
	padding:0;
}

.float-left {
	float: left;
}

#loader-area{
	display:none;
	background:var(--color-primary);
}

#loader-area{
	display:none;
	background:var(--color-secondary);
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url('../images/page-loader.gif') 50% 50% no-repeat var(--color-secondary);
}

.page-overlay {
	display:none;
	width: 120px;
	height: 120px;
	background:url(../images/page-loader.gif) center no-repeat white;
	border-radius:10px;
	position: fixed;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:10000;
	margin: auto;
}

#loader-area,
.loader,
.page-overlay {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
	background: transparent !important;
}

html.loading,
body.loading {
	overflow: auto !important;
}

.teaser{
	font-family:"Inter", Arial, sans-serif;
	font-size:15px;
	font-weight:300;
}

.form-control:focus{
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.owl-arrow{
	position:absolute;
	z-index:100;
	background:#fff;
	margin-top:48%;
	display:none;
	cursor:pointer;
}
.owl-arrow span{
	display:block;
	background:#555;
	position:absolute;
}

.owl-arrow .prev{
	left:0;
}

.owl-arrow .next{
	right:0;
}

.owl-arrow .prev:before, .owl-arrow .next:before{
	font-family:"FontAwesome";
	content:'\f177';
	color:#fff;
	padding:20px;
	font-size:32px;
	display:block;
}
.owl-arrow .next:before{
	content:'\f178';
}

.owl-theme .owl-controls .owl-page span{
	width:5px !important;
	height:5px !important;
}

.owl-pagination{
	margin-top:0px;
}

.owl-custom-nav{
	position:absolute;
	z-index:1000;
	width:100%;
	margin-top:10%;
}

.owl-custom-nav .btn-next{
	position:absolute;
	right:0;
}

.owl-custom-nav .btn-prev{
	position:absolute;
	left:0;
}

.owl-custom-nav .btn-next:before{
	font-family:"FontAwesome";
	content:"\f105";
	color:#111;
	background:#333;
	padding:5px 12px 5px 12px;
	font-size:20px;
}

.owl-custom-nav .btn-prev:before{
	font-family:"FontAwesome";
	content:"\f104";
	color:#111;
	background:#333;
	padding:5px 12px 5px 12px;
	font-size:20px;
}

.owl-custom-nav a{
	text-decoration:none;
}

.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before{
	cursor:pointer;
	background:#111;
	color:#fff;
}

.owl-theme .owl-controls .owl-buttons div{
	background:#ffffff;
	opacity:1;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding-top:0px;
	height:32px;
	margin-top:20px;
	color:#111111;
	text-transform:uppercase;
	letter-spacing:5px;
}

.owl-theme .owl-controls .owl-buttons div:hover{
	opacity:.8 !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before{
	font-family:"FontAwesome";
	content:"\f104";
	color:#111;
	padding:5px 12px 5px 12px;
	font-size:24px;
	position:relative;
	top:3px;
	left:-10px;
}

.owl-theme .owl-controls .owl-buttons .owl-next:after{
	font-family:"FontAwesome";
	content:"\f105";
	color:#111;
	padding:5px 12px 5px 12px;
	font-size:24px;
	position:relative;
	top:3px;
	right:-15px;
}

/* new owl */

.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top:20px;
}

.owl-dots button{
	background:none;
	border:none;
	outline:none;
	padding:0;
}

.owl-theme .owl-dots .owl-dot span{
	width:4px;
	height:4px;
}

.owl-theme .owl-dots .owl-dot:hover span{
	background:#fff;
}

/* new owl close */

.text-slider{
	line-height:60px;
	color:#fff;
	font-family:"Inter", Arial, sans-serif;
	font-size:60px;
	text-transform:uppercase;
	font-weight:300;
	display:inline-block;
	letter-spacing:25px;
}

.text-slider.big-text{
	font-size:120px;
	line-height:120px;
	font-weight:bold;
}

.border-deco .item{
	display:inline-block;
}

.text-slider.dark{
	color:var(--color-text);
}

.item i{
	font-size:60px;
	margin-top:5px;
}

.text-slider.big-text i{
	font-size:90px;
	margin-top:15px;
}

.red{color:#ff0000 !important;}
.teal{color:#009999 !important;}
.purple{color:#663366 !important;}
.green{color:#009900 !important;}

.wow{visibility: hidden;}

/* mouse scroll icon begin */

.mouse {
	position: absolute;
	width: 22px;
	height: 42px;
	bottom: 30px;
	left: 50%;
	margin-left: -12px;
	border-radius: 15px;
	border: 1px solid #fff;
	-webkit-animation: intro 1s;
	animation: intro 1s;
}

.scroll {
	display: block;
	width: 3px;
	height: 3px;
	margin: 6px auto;
	border-radius: 4px;
	background: #fff;
	-webkit-animation: finger 1s infinite;
	animation: finger 1s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* mouse scroll icon close */

.bgimage{
	background-size:cover;
}

.no-bg{
	background:none !important;
}

#ifrm,#cfs_top_div{
	display:none;
}

.info-box i{
	margin-top:5px;
	font-size:40px;
	position:absolute;
}

.info-box .info-box_text{
	padding-left:60px;
}

.info-box .info-box_title{
	font-weight:700;
	text-transform:uppercase;
	line-height:16px;
	color:#fff;
	margin-top:8px;
}

.info-box.s2 .info-box_title{
	font-size:11px;
	letter-spacing:1px;
	margin-top:0px;
}

.header-light .info-box .info-box_text,
.header-light .info-box i{
	color:#333;
}

.text-right .info-box{
	position:relative;
	right:60px;
}

.text-right .info-box i{
	right:-60px;
}

.text-right .info-box .info-box_text{
	padding:0px;
}


.header-custom .info-box i{
	margin-top:-3px;
}

#info-box{
	height:90px;
	position:absolute;
	z-index:500;
	width:100%; 
	background:rgba(0,0,0,.3);
}

/* ===== demo switcher ===== */

#switcher{
	display:none;
	color:#333;
	padding:10px;
	padding-bottom:20px;
	background:#fff;
	font-size:12px;
	position:fixed;
	z-index:10000;
	top:150px;
	left:0;
	padding-left:20px;
	font-family:"Inter", Arial, sans-serif;
	font-size:12px;
	margin-left:-120px;
	border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
	width:120px;
}

#switcher .clearfix{
	margin-bottom:10px;
}

#switcher span{
	font-size:12px;
}

.custom-show:after,.custom-close:after{
	position:absolute;
	margin-left:100px;
	margin-top:-10px;
	display:inline-block;
	width:42px;
	height:42px;
	padding:10px;
	padding-right:15px;
	color:#000;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	cursor:pointer;
	content:"\f013";
	font-family:"FontAwesome";
	font-size:24px;
	font-weight:normal;
}

#de-color {
	padding:0;
	margin:0;
}

#de-color li{
	list-style:none;
	display:inline-block;
	width:38px;
	height:25px;
	margin:0 5px 5px 0;
	background:#0C9;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	cursor:pointer;
}

#switcher select:hover{
	background-color:#ddd;
}

#switcher select,
#de-color li
{
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	outline: none;
}

.de-images{
	position:relative;
	width:100%;
}

.de-images img{
	border-radius:5px;
	-webkit-box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
	-moz-box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
	box-shadow: 2px 20px 30px 0px rgba(20,20,20, 0.2);
}
.de-images img:hover{
	-moz-transform: scale(1.1);
  	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

 .di-small{
	position:absolute;
	width:50%;
	height:50%;
	top:75%;
	left:-35%;
	z-index:-1;
}

.di-small-2{
	position:absolute;
	width:40%;
	height:40%;
	right:-10%;
	bottom:-10%;
	z-index:1;
}

/* schedule */

.schedule-item {
	padding: 40px 0 30px 0;
	border-bottom: solid 1px #eee;
}

.dark .schedule-item {
	padding: 40px 0 30px 0;
	border-bottom: solid 1px rgba(255,255,255,.1);
}

.schedule-listing:nth-child(even) {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .65) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

.dark .schedule-listing:nth-child(even) {
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(229, 229, 229, .05) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}	

.schedule-item>div {
	float: left;
}

.schedule-item .sc-time {
	font-weight:bold;
	width: 160px;
	padding-top: 25px;
	font-size:14px;
}

.schedule-item .sc-pic {
	width: 120px;
}

.schedule-item .sc-pic img {
	width: 90px;
	padding:5px;
	height: auto;
}

.schedule-item .sc-name {
	font-weight: normal;
	font-size: 14px;
	width: 160px;
	padding-top: 15px;
}

.schedule-item .sc-name h4 {
	font-size: 14px;
	margin: 0;
	line-height: 1.6em;
}

.schedule-item .sc-name span {
	font-weight: normal;
	font-size: 12px;
}

.schedule-item .sc-info {
	float: none;
	display: inline-block;
	width: 60%;
}

.schedule-item .sc-info h3 {
	font-size:18px !important;
	margin-bottom: 10px;
	font-weight:500;
}

.ps1-deco{
	height:4px;
	background:#ffffff;
}

.list-inline-style-1 li{
	font-weight:bold;
	display:inline;
}

.list-inline-style-1{
	margin:0;
	padding:0;
}

.list-inline-style-1 li:before{
	display:inline-block;
	content:"|";
	font-family:"FontAwesome";
	margin-right:10px;
	margin-left:5px;
	height:28px;
	overflow:hidden;
}

.list-inline-style-1 li:first-child:before{
	content:"";
}

.list-boxed-s1{
	display:inline;
}
.list-boxed-s1 li{
	display:table;
	border:solid 1px rgba(255,255,255,.2);
	padding:30px;
	padding-bottom:25px;
	margin:0 auto;
	margin-bottom:20px;
}

.text-left{
	text-align:left;
}

.text-right{
	text-align:right;
}

/* ================================================== */
/* quick-search */
/* ================================================== */

.quick-search {
	display: inline-block;
	margin-left: 10px;
	padding: 10px 0 0 0;
}

.quick-search input {
	width: 120px;
	border-radius: 40px;
} 

#search{
	float:left;
	width:70%;
	margin-bottom:0;
	border:solid 1px #333333;
}

#search.form-control{
	background:none;
}

#btn-search{
	border:none;
	padding:10px;
	background:#222;
	float:left;
	width:30%;
	height:46px;
}

#btn-search:before{
	font-family:FontAwesome;
	content: "\f002";
	font-size:24px;
	color:#111;
}

#btn-search:hover{
	opacity:.8;
}

.center-xy{
	position:absolute;
	z-index:5;
	width:100%;
	height:100%;
	text-align:center;
}

.center-xy i.btn-action{
	font-size:24px;
	border:solid 2px rgba(255,255,255,.3);
	padding:16px;
	width:60px;
	height:60px;
	border-radius:60px;
	text-align:center;
	color:#fff;
}

.center-xy i.btn-action:hover{
	border-color:rgba(255,255,255,0);
	background:rgba(255,255,255,.3);
}

.center-xy i.btn-action.btn-play{
	padding-left:20px;
}

.bg-overlay{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

.pic-hover{
	width:100%;
	position:relative;
	overflow:hidden;
}

.pic-hover{
	width:100%;
	position:relative;
	overflow:hidden;
}

i.btn-action-hide{
	opacity:0;
}

.pic-hover:hover .bg-overlay{
	background:rgba(0,0,0,.5);
}

.pic-hover:hover i.btn-action-hide{
	opacity:1;
}

.pic-hover.hover-scale:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* ================================================== */
/* review */
/* ================================================== */

.de_review {
	text-align:center;
	min-height:260px;
}

.de_review .de_nav {
	overflow: hidden;
	padding-left: 0;
	margin: 0;
	padding: 0;
	font-weight:bold;
	text-align:center;
}

.de_review .de_nav li {
	list-style: none;
	background: #EEE;
	margin: 0 10px 0 10px;
	margin-bottom:20px;
}

.de_review .de_nav li{
	display:inline-block;
}

.de_review .de_nav li img{
	width:100px;
	height:auto;
}

.de_review .de_nav li span {
	padding: 8px 16px 8px 16px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	display: block;
	background: #f5f5f5;
	text-decoration: none;
	color: #646464;
	font-size: 13px;
	cursor: pointer;
}

.de_review blockquote{
	border:none;
	font-family:"Stringer", Georgia, 'Times New Roman', Times, serif;
}

.de_review .de_nav li span {
	border: 1px solid #404040;
	background:#222;
}

.de_review .de_nav li:first-child span {
	border-left: 1px solid #ddd;
}

.de_review .de_nav li:first-child span {
	border-left: 1px solid #404040;
}

.de_review .de_review_content {
	border: 1px solid #ddd;
	padding: 15px 20px 20px 20px;
	margin-top: -1px;
	background: #fff;
}

.de_review .de_review_content {
	border: 1px solid #404040;
	background: #27282b;
}

.de_review .de_nav li.active span {
	background: #FFF;
	border-bottom: 1px solid #fff;
	color: #222;
	margin-bottom: -3px;
}

.separator {
	line-height: 0.5;
	text-align: center;
	margin:30px 0 30px 0;
}

.separator span {
	display: inline-block;
	position: relative;
}

.separator span:before,
.separator span:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid rgba(255,255,255,.1);
	top: 5px;
	width: 300px;
}

.separator span:before {
	right: 100%;
	margin-right: 15px;
}

.separator span:after {
	left: 100%;
	margin-left: 15px;
}

.separator span  i{
	font-size:6px;
	padding:0;
	margin:0;
	float:none;
}

.separator span i.fa-3x{
	font-size:18px;
}

.de_light .separator span:before,
.de_light .separator span:after {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.text-light .separator span:before,
.text-light .separator span:after {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

/* css attributes */

/* margin top */

.mt0{margin-top:0;}.mt10{margin-top:10px;}.mt20{margin-top:20px;}.mt30{margin-top:30px;}.mt40{margin-top:40px;}.mt50{margin-top:50px;}.mt60{margin-top:60px;}.mt70{margin-top:70px;}.mt80{margin-top:80px;}.mt90{margin-top:90px;}.mt100{margin-top:100px;}

/* margin bottom */

.mb0{margin-bottom:0;}.mb10{margin-bottom:10px;}.mb20{margin-bottom:20px;}.mb30{margin-bottom:30px;}.mb40{margin-bottom:40px;}.mb50{margin-bottom:50px;}.mb60{margin-bottom:60px;}.mb70{margin-bottom:70px;}.mb80{margin-bottom:80px;}.mb90{margin-bottom:90px;}.mb100{margin-bottom:100px;}

.pt0{padding-top:0;} 
.pt10{padding-top:10px;} 
.pt20{padding-top:20px;} 
.pt30{padding-top:30px;} 
.pt40{padding-top:40px;} 
.pt50{padding-top:50px;} 
.pt60{padding-top:60px;} 
.pt80{padding-top:80px;}

.pb0{padding-bottom:0;} 
.pb10{padding-bottom:10px;} 
.pb20{padding-bottom:20px;} 
.pb30{padding-bottom:30px;} 
.pb40{padding-bottom:40px;} 
.pb50{padding-bottom:50px;} 
.pb60{padding-bottom:60px;} 
.pb70{padding-bottom:40px;} 
.pb80{padding-bottom:70px;}

/* margin top */

.mt-10{margin-top:-10px;}.mt-20{margin-top:-20px;}.mt-30{margin-top:-30px;}.mt-40{margin-top:-40px;}.mt-50{margin-top:-50px;}.mt-60{margin-top:-60px;}.mt-70{margin-top:-70px;}.mt-80{margin-top:-80px;}.mt-90{margin-top:-90px;}.mt-100{margin-top:-100px;}.mt-110{margin-top:-110px;}.mt-120{margin-top:-120px;}.mt-120{margin-top:-120px;}.mt-130{margin-top:-130px;}
	
.mr10{margin-right:10px;}.mr20{margin-right:20px;}.mr30{margin-right:30px;}

.ml10{margin-right:10px;}.ml20{margin-right:20px;}.ml30{margin-right:30px;}

.absolute{position:absolute; z-index:1;}
.overflow-hidden{overflow:hidden !important;}
.width100{width:100%;}

.z-index1000{
	position:relative;
	z-index:1000 !;
}

.border1{
	border-width:1px !important;
}

.display-table{
	display:table;
}

.display-table [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
	margin:0;
	padding:0;

}

.text-middle, .display-table [class*="col-"].text-middle {
	vertical-align: middle;
}

.overlay30{background:rgba(0,0,0,.3); height:100%;}
.overlay40{background:rgba(0,0,0,.4); height:100%;}
.overlay50{background:rgba(0,0,0,.5); height:100%;}
.overlay60{background:rgba(0,0,0,.6); height:100%;}
.overlay70{background:rgba(0,0,0,.7); height:100%;}
.overlay80{background:rgba(0,0,0,.8); height:100%;}
.overlay90{background:rgba(0,0,0,.9); height:100%;}

.shadow-soft{
	-webkit-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 20px 0px rgba(0,0,0,0.4);
}

.overflow-hidden{
	overflow:hidden;
}

.height-auto{
	height:auto;
}

.countdown-amount{
	line-height: .75em;
}

/* ================================================== */
/* R E S P O N S I V E */
/* ================================================== */

@media only screen and (min-width: 1280px) {
.container{
	min-width:1200px;
	}
}

@media only screen and (min-width: 1400px) {
.container{
	min-width:1240px;
	}
}

@media(min-width:980px) and (max-width: 1199px) {
header #mainmenu a{
	padding-left:5px;
	padding-right:5px;
	}
	
#mainmenu li a:after{
	margin-left:15px;
	}
}

/* ================================================== */
/*	design for 768px  */
/* ================================================== */
	
@media only screen and (max-width: 992px) {
		
#menu-btn{
	display:block;
	position:relative;
	float:right;
	}

#b-menu{
	display: none;
	}
	
#mo-button-open{
	margin-top:10px;
	}
	
header{
	display:none;
	}
	
header .info{
	display:none !important;
	}
	
header.header-bg{
	background:rgba(0,0,0,1);
	}
	
header,header.fixed {
	display:block;
	position:inherit;
	margin:0;
	padding:0;
	margin-top:0;	
	background:#000000;
	padding:15px 0 15px 0;
	}
	
#de-sidebar{
	position:absolute !important;
	width:100%;
	right:1px;
	}

header.side-header,
.de_light header.side-header{
	position:absolute !important;
	display:block;
	height:60px;
	top:0;
	background:#000;
	}
	
header.side-header #mainmenu{
	position:absolute;
	background:#000;
	margin:0;
	top:60px;
	left:0;
	width:100%;
	}
	
header.side-header #logo .logo{
	display:none;
	}
	
header.side-header #logo .logo-2{
	display:inline-block;
	position:absolute;
	height:30px;
	top:15px;
	left:40px;
	}
	
header.side-header #menu-btn{
	position:absolute;
	top:8px;
	right:30px;
	height:0;
	z-index:2000;
	height:35px;
	}

header.side-header #mainmenu li{
	display:block;
	}
	
header.side-header #mainmenu a,
.de_light.de-navbar-left header #mainmenu > li > a{
	display:block;
	text-align:center;
	color:#fff;
	}
	
.de_light.de-navbar-left header #mainmenu > li{
	border-bottom:solid 1px rgba(255,255,255,.1);
	}
	
header.side-header #mainmenu a:hover{
	background:none !important;
	}
	
header.side-header #mainmenu a:hover{
	background:none !important;
	}
	
header.side-header .social-icons-2{
	display:none;
	}
	
header.autoshow{
	top:0 !important;
	}
	
header.autoshow #mainmenu li a{
	background:none !important;
	}
	
header.header-mobile-sticky{
	position:fixed;
	}
	
header.de_header_2{
	height:auto;
	padding-bottom:0;
	}
	
#subheader,.de-navbar-left  #subheader{
	padding:0;
	margin:0;
	}

#subheader h1{
	margin:60px 0 30px 0;
	}

#subheader span{
	display:none;
	}

#subheader .crumb{
	display:none;
	}

.de-navbar-left  #subheader{
	padding-top:70px;
	}
	
.slider_text h1 {
	font-size: 32px;
	}
	
.slider_text .description {
	display: none;
	}

div#logo{
	margin-top:-15px;
	}

#logo, #logo .inner {
	vertical-align:middle;
	height:auto;
	}

#domain-check .text, #domain-check .button {
	width: 100%;
	}
	
.container-3 .de-team-list,
.container-4 .de-team-list{
	width:49.9%;
	float:left;
	position:relative;
	}
	
#testimonial-full blockquote {
	padding: 20px;
	}
	
nav{
	width:100%;
	}
	
#mainmenu{
	display:none;
	float:none;
	z-index:200;
	width:100%;
	margin:0;
	padding:0;
	}
	
#mainmenu a{
	text-align:left;
	padding-left:0;
	padding-top:10px !important;
	padding-bottom:10px !important;
	}
	
#mainmenu li li a,
#mainmenu li li li a{
	padding-left:0;
	}
	
#mainmenu a:hover{
	background:#111 !important;
	}
	
	
#mainmenu li ul{
	background:none;
	display:block;
	position:inherit;
	margin:0;
	width:100%;
	}
	
#mainmenu li{
	border-bottom:solid 1px #333;
	margin:0;
	width:100%;
	display:block;
	letter-spacing:3px;
	}
	
#mainmenu li a:after{
	display:none;
	}
	
#mainmenu li:last-child{
	margin-bottom:30px;
	}
	
#mainmenu li ul{
	border-top:solid 1px #333;
	top:auto;
	}
	
#mainmenu li ul a{
	width:100%;
	background:none;
	border:none;
	}
	
#mainmenu li ul li{
	border:none;
	padding-left: 40px !important;
	}
	
#mainmenu li ul li a{
	display:block;
	}
	
#mainmenu li ul li:last-child{
	border-bottom:none;
	margin:0;
	}
	
#mainmenu li ul li:last-child a{
	border-bottom:none;
	}

#mainmenu li a{
	color:#eceff3;
	}
	
#mainmenu  li li a{
	font-size:10px;
	}
	
#mainmenu  li li a:hover{
	color:#fff;
	}

header.header-mobile #mainmenu{
	display:none;
	float:none;
	z-index:200;
	width:100%;
	margin:0;
	padding:0;
	}
	
header.header-mobile.header-custom #mainmenu{
	padding:0 40px 0 40px;
	}
	
header.header-mobile #mainmenu a{
	text-align:left;
	padding-top:10px !important;
	padding-bottom:10px !important;
	}
	
header.header-mobile #mainmenu a:hover{
	background:none !important;
	}

header.header-mobile #mainmenu li ul{
	display:block;
	position:inherit;
	margin:0;
	width:100%;
	}
	
header.header-mobile #mainmenu li{
	border-bottom: transparent;
	margin:0;
	width:100%;
	display:block;
	letter-spacing:3px;
	}
	
header.header-mobile.header-light #mainmenu li{
	border-bottom-color:#eee;
	}
	
header.header-mobile #mainmenu li a:after{
	display:none;
	}
	
header.header-mobile #mainmenu li:last-child{
	margin-bottom:30px;
	}
	
header.header-mobile #mainmenu li ul{
	border-top:none;
	top:auto;
	}
	
header.header-mobile #mainmenu li ul a{
	width:100%;
	background:none;
	border:none;
	}
	
header.header-mobile #mainmenu li ul li{
	border:none;
	padding-left: 40px !important;
	}
	
header.header-mobile #mainmenu li ul li:first-child{
	border-top:solid 1px #333;
	}

header.header-mobile.header-light #mainmenu li ul li:first-child{
	border-top-color:#eee;
	}
	
header.header-mobile #mainmenu li ul li a{
	display:block;
	border-bottom:solid 1px #333;
	}

header.header-mobile.header-light #mainmenu li ul li a{
	border-bottom-color:#eee;
	}
	
header.header-mobile #mainmenu li ul li:last-child{
	border-bottom:none;
	margin:0;
	}
	
header.header-mobile #mainmenu li ul li:last-child a{
	border-bottom:none;
	}
	
header.header-mobile #mainmenu li a{
	color:#48390E;
	}
	
header.header-mobile.header-light #mainmenu li a{
	color:#404040;
	}
	
header.header-mobile #mainmenu  li li a{
	font-size:10px;
	}
	
header.header-mobile #mainmenu  li li a:hover{
	color:#fff;
	}
	
header.header-mobile #mainmenu li ul{
	height:0;
	overflow:hidden;
	position:relative;
	left:0;
	}
	
header.header-mobile #mainmenu li ul li ul li:last-child{
	border-bottom:solid 1px #333;	
	}

header.header-mobile.header-light #mainmenu li ul li ul li:last-child{
	border-bottom-color: #eee;	
	}
	
header.header-mobile #mainmenu li ul li ul{
	margin-bottom:10px;
	}
	
header.header-mobile #mainmenu > li > span{
	width:36px;
	height:36px;
	background:url(../images/ui/arrow-down.png) center no-repeat;
	position:absolute;
	right:0;
	margin-top:10px;
	z-index:1000;
	cursor:pointer;
	}

header.header-mobile.header-light #mainmenu > li > span{
	background:url(../images/ui/arrow-down-invert.png) center no-repeat;
	}
	
header.header-mobile #mainmenu li span.active{
	background:url(../images/ui/arrow-up.png) center no-repeat;
	}

header.header-mobile.header-light #mainmenu li span.active{
	background:url(../images/ui/arrow-up-invert.png) center no-repeat;
	}
	
header.header-mobile #mainmenu li > ul > li > span{
	width:36px;
	height:36px;
	background:url(../images/ui/arrow-down.png) center no-repeat;
	position:absolute;
	right:0;
	margin-top:-45px;
	z-index:1000;
	cursor:pointer;
	}

header.header-mobile.header-light #mainmenu li > ul > li > span{
	background:url(../images/ui/arrow-down-invert.png) center no-repeat;
	}
	
header.header-mobile #mainmenu > li > ul > li > span.active{
	background:url(../images/ui/arrow-up.png) center no-repeat;
	}

header.header-mobile.header-light #mainmenu > li > ul > li > span.active{
	background:url(../images/ui/arrow-up-invert.png) center no-repeat;
	}
	
header.header-mobile #mainmenu li ul li a{
	border-bottom:solid 1px #333;
	}

header.header-mobile.header-light #mainmenu li ul li a{
	border-bottom-color:#eee;
	}

header.header-mobile #mainmenu li ul li:last-child > a{
	border-bottom:none !important;
	}
	
header.header-mobile #mainmenu li ul.mega ul {
	height: auto;
	}
	
#mainmenu li ul.mega{
	position:fixed;
	left:0;
	width:100%;
	margin-top:30px;
	display:block;
	padding:0;
	}

#mainmenu li ul.mega > li{
	width:100%;
	}

#mainmenu li ul.mega > li ul{
	position:static;
	visibility: visible;
	opacity: 1;
	left:0;
	float:none;		
	width:100%;
	}

#mainmenu ul.mega > li ul li{
	margin:0;
	padding:0;
	}

#mainmenu li ul.mega .menu-content{
	background:none;
	padding:30px;
	}
	
header.header-mobile #mainmenu ul.mega li{
	border-bottom:solid 1px #333;
	padding-left:0 !important;
	}
	
header.header-mobile #mainmenu ul.mega li.title{
	border-bottom:solid 1px #777 !important;
	}
	
header.header-mobile #mainmenu ul.mega li:first-child{
	border:none;
	}
	
.de_tab.tab_steps  .de_nav{
	text-align:center;
	}
	
.de_tab.tab_steps .de_nav li{
	display:block;
	margin:0;
	padding:0;
	}
	
.de_tab.tab_steps .de_nav li span{
	margin:0;
	margin-bottom:40px;
	display:inline-block;
	}
	
.de_tab.tab_steps .de_nav li .v-border{
	border:none;
	}
	
.hidden-phone{
		display:none;
	}

.grid_gallery .item{
	width:100%;
	}
	
.de-navbar-left #wrapper{
	overflow:hidden;
	width:100%;
	}
	
.de-navbar-left .inner-padding{
	padding:30px;
	}
	
.de-navbar-left header #mainmenu > li > a {
	padding-left:40px;
	}
	
.side-bg .image-container{ 
	position:relative; 
	width:100%; 
	height:400px !important; 
	top:0;
	margin-bottom:60px;
	}
	
.mobile-hide{
	display:none;
	}
	
.display-table{
	display:block;
	}

.display-table [class*="col-"] {
	float: none;
	display: block;
	}
	
h2.hero{
	font-size:28px;
	letter-spacing:5px;
	}

#filters li.pull-right{
	float:none !important;
	}
	
.sm-hide{
	display:none !important;
	}
	
#mainmenu li ul.mega .menu-content{
	padding:0;
	padding-left:40px;
	}
	
.mega [class*="col-"] {
	margin-bottom:0;
	}
	
.mega .spacer-single{
	height:0;
	}
	
header.header-mobile #mainmenu li ul.mega li.title{
	border-top:solid 1px #333333;
	padding-top:15px;
	}
	
header.header-mobile #mainmenu li ul.mega li ul li:last-child{
	border-bottom:none;
	margin-bottom:0;
	}
	
header.header-mobile #mainmenu li ul.mega li ul{
	margin-bottom:0;
	}
	
.sm-mt0{
	margin-top:0;
	}
	
.sm-mb-30{
	margin-bottom:30px;
	}
	
.sm-no-padding{
	padding:0;
	}	
}

/* -------------------------------------------------- 
	custom for 320px & 480px 
-------------------------------------------------- */

@media only screen and (max-width: 767px) {
.container{padding-left:30px; padding-right:30px;}
.feature-box-image,.pricing-box{margin-bottom:30px;}
	
.de_tab .de_nav li {
	display: block;
	width: 100%;
	}
	
.pf_full_width .item{
	float:left;
	width:49.9% !important;
	}
	
.item i{
	font-size:36px;
	}
	
#de-sidebar{
	width:100%;
	display:block;
	position:relative;	
	}	
		
.pricing-2-col .pricing-box, .pricing-3-col .pricing-box, .pricing-4-col .pricing-box, .pricing-5-col .pricing-box {
	width: 100%;
	}
	
.container-3 .de-team-list,
.container-4 .de-team-list{
	width:100%;
	float:left;
	position:relative;
	}
	
.countdown-section {
	font-size: 12px;
	}
.countdown-amount {
	font-size: 36px;
	}
	
.de-navbar-left header #mainmenu > li > a {
	padding-left:40px;
	}
	
.de-navbar-left .inner-padding{
	padding:0px;
	}
	
h1.title-2{
	font-size:16px;
	letter-spacing:10px;
	line-height:2em;
	}

header.de_header_2{
	height:auto;	
	}
	
.sm-no-padding{
	margin-top:0;
	}
	
.mt-sm-none{
	margin-top:0;
	}
	
.text-slider{	
	font-size:5vh;
	}
	
.schedule-item .sc-time {
	width: 100%;
	padding-bottom: 20px;
	float: none;
	}

.schedule-item .sc-pic {
	width: 80px;
	}

.schedule-item .sc-pic img {
	width: 60px;
	}

.schedule-item .sc-name {
	padding-top: 5px;
	}

.schedule-item .sc-info {
	float: none;
	display: block;
	width: 100%;
	clear: both;
	padding-top: 30px;
	}

.schedule-item .sc-info h3 {
	margin-bottom: 10px;
	}
	
h1.title-3{
	font-size:10vw;
	}

.countdown-s1 .countdown-show4 .countdown-section {
	width: 18vw;
	}
}
	
/* -------------------------------------------------- 
	design for 480px
/* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
.container{padding-left:30px; padding-right:30px;}
.feature-box-image,.pricing-box{margin-bottom:30px;}
}
	
/* -------------------------------------------------- 
	design for 320px
/* -------------------------------------------------- */

@media only screen and (max-width: 480px) {
.pf_full_width .item{
	float:left;
	width:100% !important;
	}
	
.item i{
	font-size:24px;
	}
	
.grid-item .pf_title{
	display:none;
	}
	
}

#section-about{
	background: #F5F4F2;
}

#section-about h2{
	color:#48390E;
	font-size:1.5rem;
	width: 100%;
    text-align: center;
}

#section-about h3{
	font-size: 1.2rem;
	color:#48390E;
	text-align: center;
}

#section-about p{
	color:#48390E;
	font-size:1rem;
}

.mtop-30{
	margin-top: 30px;
}

.mtop-20{
	margin-top: 20px;
}

i.i_h3{
	color:#ffffff;
}

footer .link{
	font-size: 0.75rem;
}

.custom-border{
	display: inline-block;
	height: 10px;
	border-right: 1px solid #ffffff;
}

.de-team-list .team-desc .copyright{
	font-size: 12px;
}

/*==== CORRECTIFS CIBLÉS ==========================================================*/

/* === TABLETTE 769–991.98px === */
@media (min-width:769px) and (max-width:991.98px){

  #section-hero .row-zone1{
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
  }

  #section-hero{
    position: relative !important;
    overflow: hidden !important;
    z-index: 2 !important;
    isolation: isolate;

    padding-top: 40px !important;
  }

  #section-hero .phone-box{
    position: relative !important;
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left !important;
    overflow: hidden !important;
    padding-block: 10px !important;
  }

  #section-hero .img-3mobile{
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 30vh !important;
    object-fit: contain !important;
    margin: 0 !important;

    transform: none !important;
    animation: none !important;
  }

  #section-about{
    position: relative !important;
    z-index: 0 !important;
    margin-top: 0 !important;
    clear: both;
  }
}

#section-hero .img-3mobile{
	max-width: 100% !important;
	height: auto !important;
}

/* === DESKTOP >1280px === */

.site-header,
.header,
nav[role="navigation"] {
  position: sticky;
  top: 0;
  z-index: 1000;
}

#section-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#section-hero .row-zone1,
#section-hero .phone-box,
#section-hero .img-3mobile {
  position: relative !important;
  z-index: 0 !important;
  transform: none !important;
}

@media (min-width: 1280px) {
  :root { --header-h: 88px; }

  body.has-fixed-header #section-hero,
  #section-hero {
    padding-top: var(--header-h);
  }

  #section-hero .img-3mobile {
    display: block !important;
    margin: 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: clamp(420px, 70vh, 900px) !important;
    object-fit: contain !important;
    margin-top: 0 !important;
  }

  #section-hero .phone-box {
    overflow: hidden !important;
  }
}