/*
* ..::TatosKoncept::..
* IAD
* ----------------
*/

/* ---------- Bloc filtres portfolio ---------- */
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid \9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.collapsefilters {cursor: pointer;}
@media (min-width: 1201px) {
  .collapsefilters {display: none;}
}
@media (max-width: 1200px) {
  #blocfiltres {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
  }
  /* #blocfiltres2 {float: right; margin-right: 20px;} */
  .collapsefilters {width: 200px; border: 1px solid #9E9D9D; padding: 5px 10px;}
  .collapsefilters .caret {float: right; margin-top: 8px;}
  ul#filter-list {width: 200px; border: 1px solid #9E9D9D; padding: 0 !important; position: absolute; z-index: 50; background: #fff;}
  ul#filter-list li {display: block; border: none; padding: 7px 10px !important; margin: 0;} 
}

/* ---------- /Bloc filtres portfolio ---------- */

.cke_dialog_body select {display: block;}

/* ---------- Divers ---------- */
@media (max-width: 768px) {
  .container {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.collapsetxt:hover {cursor: pointer;}
.tal {text-align: left;}
.ptxl {padding-top: 60px;}
.mtxl {margin-top: 100px;}
.pbxl {padding-bottom: 100px;}
.mbxl {margin-bottom: 100px;}
.rel {position: relative;}
.h100 {height: 100%;}
a img {border: 0;}
img {max-width: 100%; height: auto;}
.txtjustif {text-align: justify;}
.tel1 {text-decoration: none; display: none}
.tel2 {text-decoration: none; display: inline-block;}
@media (max-width: 640px) {
  .tel1 {text-decoration: none; display: inline-block; margin: 0; padding: 0}
  .tel2 {display: none;}
}
@media (min-width: 601px) and (max-width: 992px) {
	.small-all {
    width: 100% !important;
    margin-left: 0;
		padding: 1rem;
  }
}
@media (min-width: 601px) and (max-width: 1200px) {
	.medium-all {
    width: 100% !important;
    margin-left: 0;
		padding: 1rem;
  }
}
/* ---------- HEADER ---------- */

.brand-logo img {
  margin-top: -5px;
  width: 100px;
}
@media (max-width: 500px) {
  .brand-logo img {
    width: 70px;
  }
}

#navoffset {height: 80px;}
@media (min-width: 501px) {
#navoffset {height: 120px;}
}
    
 nav a#visible {
        display: block;
        float: none;
        margin: 0;
        line-height: 48px;
        height: 48px;
    }
@media only screen and (min-width: 993px) {
    nav a#visible {
        margin: 50px 0 0;
        line-height: 20px;
        height: 20px;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
    nav ul li:first-child {display: none;}
}
@media (max-width: 992px) {
    .side-nav a.rezos {display: none;}
}
nav ul a img {margin-top: -5px;}
nav ul a:hover::after img {display: none;}
.side-nav a.rezos {
    margin: 0;
    height: 48px;
    line-height: 48px;
    padding-left: 30px;
}

.centerezos {text-align: center;}
.centerezos a {padding: 20px 10px 0;}

#navmob {background: #333;}
.logosmart {
    padding-top: 15px;
    line-height: 55px;
    text-align: center;
/*    border-bottom: 1px solid #fff;*/
}
@media only screen and (min-width: 601px) {
    .logosmart {line-height: 105px;}
}
    .logosmart img {
    max-width: 100px;
}
/* Pour contact dans sidedev */
.side-nav.sidedev {
    padding: 0;
    width: 100%;
}

@media (min-width: 700px) {
    .side-nav.sidedev {
        width: 600px;
        border-left: 1px solid #fff;
    }
}
#fermer {
    position: absolute;
    top: 10px;
    left: 10px;
}
#fermer a {
    color: #fff;
}
#slide-contact {
    background: #333;
    color: #fff;
}

/* ---------- FOOTER ---------- */
.logofoo img {
  width: 80px;
  margin-top: 5px;
}
.page-footer a {
	color: #FFF;
}
#hdp {
  position: fixed;
  display: none;
  width: 60px;
  right: 20px;
  bottom: 135px;
  cursor: pointer;
  z-index: 1
}
@media (max-width: 600px) {
	#hdp {bottom: 182px;}
}
.large-w80 {width: 90vw;}
@media (min-width: 641px) {
  .large-w80 {
    width: 80% !important;
  }
}
@media (min-width: 321px) and (max-width: 640px) {
	.small-w100,
  .small-wauto {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
}
.bloc-marques {background: #f7f5f6; min-height: 400px;}
.barre-sep {max-width: 300px; margin: 20px auto; height: 2px; border: 1px solid #000;}
.marques {margin: 20px 0 50px;}
.marques img {margin: 0 5px;}

.rgpd {font-size: 80%;}
/* ---------- Grayscale ---------- */
.grayscale img, .lire img {
  -webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	max-height: 50px;
	opacity: 0.5;
}
.grayscale img:hover, .lire img:hover {
  -webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
/* ---------- Typesetter ---------- */
main ul:not(.browser-default) {
  padding-left: 20px;
  list-style-type: disc;
}

main ul:not(.browser-default) > li {
  list-style-type: disc;
}
html {
  line-height: 1.5;
  font-family: 'Raleway',sans-serif;
  font-weight: 200;
  color: #333;
}

@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, .h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.1;
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 35px;
  line-height: 130%;
  margin: 1.46rem 0 1.168rem 0;
}

h2 {
  font-size: 30px;
  line-height: 130%;
  margin: 1.14rem 0 0.912rem 0;
}
@media (max-width: 501px) {
  h1 {
    font-size: 30px;
  }
  
  h2 {
    font-size: 25px;
  }
}

h3, .h3 {
  font-size: 25px;
  line-height: 130%;
  margin: 0.82rem 0 0.656rem 0;
}

h4 {
  font-size: 25px;
  line-height: 130%;
  margin: 0.5rem 0 0.4rem 0;
}

.smallcontainer, .bigcontainer {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

@media (min-width: 1100px) {
  .smallcontainer {
  max-width: 1000px;
}

.bigcontainer {
  max-width: 2000px;
}  
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
/* ---------- ACCUEIL ---------- */
.gpSlideWrapper .btn {
	background-color: #666;
}
.gpSlideWrapper .btn:hover {
	background-color: #0c4550;
}
.sekcat {
  text-align: center;
  margin-bottom: 40px;
}
.sekserv {
  margin-bottom: 40px;
}
.sekcat:nth-last-child(2),
.sekserv:nth-last-child(2) {
  margin-bottom: 0;
}{
  margin-bottom: 0;
}
.sekcat img:hover {
    filter: brightness(0.8);
}
.absotitre {
  padding: 20px 10px 0;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 2px;
}
.absotitre a {
  color: #000;
  text-decoration: none;
}

.dblock {margin-bottom: 0 !important;}
.dblock img {display: block;}
.service1 {
        margin: 0 0 20px;
        padding: 0;
        background: url(../../../data/_uploaded/image/accueil/services/service1.jpg) no-repeat center;
        background-size: cover;
    }
@media (min-width: 992px) {
    .service1 img {
        display: none;
    }

    
}
.descript-service {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    padding: 10px 20px;
}
.descript-service h4 {
    text-align: left;
    font-weight: 600;
    font-size: 14px;
}
.descript-service p {
    margin: 5px 0;
}
.txt-ordi {display: none;}
.txt-smart i {vertical-align: middle;}
@media (min-width: 992px) {
    .txt-smart {display: none;} 
    .txt-ordi {display: block;}
}



.bloc-IAD {
    background-color: #f7f5f6;
    margin-top: 80px;
    padding-top: 70px;
}
.IAD-bkg {
    background: url(../../../data/_uploaded/image/accueil/bkg-IAD.jpg) no-repeat fixed center;
        background-size: cover;
    height: 500px;
    margin-top: 80px;
    position: relative;
}
@media (max-width: 1024px) {
	.IAD-bkg {background-attachment: scroll !important;}
}
.IAD-bloc-txt {
    margin-top: 100px;
    
}
.IAD-txt {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    padding: 10px 20px;    
}

.bkgban {height: 380px; position: relative;}
.bkgban h1 {text-shadow: 1px 1px 3px #333333;}

/* ── Bloc parallax ──────────────────────────────────── */
.parallax-wrap {
  position: relative;
  height: 800px;        /* hauteur du bloc visible */
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  top: -80%;            /* marge haute agrandie pour absorber le décalage fort */
  left: 0;
  width: 100%;
  height: 200%;         /* plus grand que le conteneur */
  background-image: url('/data/_uploaded/image/accueil/IAD.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform; /* couche GPU dédiée */
}
.phrase h3 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .phrase h3 {
    font-size: 90%;
  }
}

/* ---------- CATALOGUE ---------- */
.fw200 {font-weight: 200;}
h3 a {color: #000;}
.tofprez img {display: block;}

.question {background: #333; color: #fff; text-align: center; padding: 10px 20px; border-radius: 20px; display: inline; margin: 20px auto;}

.cardprod h3 {
    margin-bottom: 30px;
    font-weight: 200;
    font-size: 20px;
}


.btn-cercle {
  border: none;
  border-radius: 25px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* =============================================
   POPUP BREVO — Styles
   À inclure dans votre feuille de styles principale
   ou via <link rel="stylesheet" href="popup-brevo.css">
============================================= */

/* Overlay */
#brevo-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

#brevo-popup-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* Modale */
#brevo-popup-modal {
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 480px;
  padding: 40px 36px 36px;
  box-sizing: border-box;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#brevo-popup-overlay.is-visible #brevo-popup-modal {
  transform: translateY(0) scale(1);
}

/* Bouton fermeture */
#brevo-popup-close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #888;
  transition: background 0.2s, color 0.2s;
  padding: 0;
  line-height: 1;
}

#brevo-popup-close:hover {
  background: #f0f0f0;
  color: #222;
}

#brevo-popup-close svg {
  width: 18px;
  height: 18px;
}

/* Texte */
#brevo-popup-modal h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1a1a1a;
}

#brevo-popup-modal p {
  margin: 0 0 24px;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
}

/* Placeholder demo */
.brevo-placeholder {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
  color: #999;
  border-radius: 8px;
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 480px) {
  #brevo-popup-modal {
    padding: 32px 20px 24px;
  }
}
#EC_portfolio h3 {
  font-size: 12px;
  font-family: sans-serif;
  font-weight: bold;
}