@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
.rad {
  font-family: "Rajdhani", sans-serif;
  font-style: italic;
}
.ope {
  font-family: "Open Sans", sans-serif !important;
  font-size: 1.1em !important;
  text-align: justify !important;
}
.ope2 {
  font-family: "Open Sans", sans-serif !important;
  font-size: 0.9em !important;
  text-align: justify !important;
}
/* Style par défaut */
.ope-mobile {
  padding-left: 40px;
  padding-right: 40px;
}
/* Version mobile */
@media (max-width: 768px) {
  .cta-wrap {
    padding: 0 !important;
  }
  .ope-mobile .xb-item--content {
    font-size: 13px; /* ou 13px selon ton design */
    line-height: 1.6;
  }
  .bc {
    text-align: center;
    padding-top: 5px !important;
    padding-bottom: 25px !important;
    margin-left: 0 !important;
  }
  .ope {
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.9em !important;
    text-align: left !important;
  }
}
/*****************************************video ******************************/
.video-container2 {
  height: 850px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-container2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video-container2 .caption {
  z-index: 1;
  font-family: "Roboto", sans-serif;
  position: relative;
  text-align: center;
  padding-left: 10px;
  padding-top: 550px;
  font-size: 1.2em;
  color: #fff;
}
/* Optimisation pour mobile */
@media (max-width: 768px) {
  .video-container2 {
    height: 400px; /* Hauteur réduite */
  }
  .video-container2 .caption {
    padding-top: 250px; /* Ajustement du texte plus raisonnable */
    font-size: 1em; /* Optionnel : un peu plus petit sur mobile */
  }
}
/************************pictos home et titres ***********************************************/
.service-list-item .xb-item--icon {
  width: 63px;
  height: 63px;
  background: #fff;
  align-items: center;
  margin-right: 20px;
}
.xb-item--title::first-letter {
  color: #56c0ee;
  font-weight: bold;
  font-size: 120%;
  transition: color 0.3s ease;
}
/* Survol */
.service-list-item:hover .xb-item--title::first-letter {
  color: #ffffff;
  transition: color 0.3s ease;
}
/* Actif */
.service-list-item.current .xb-item--title::first-letter {
  color: #ffffff;
  transition: color 0.3s ease;
}
/********************************banner interne***************************************/
.banin {
  padding-top: 25px;
  height: 300px;
  background-image: url("assets/img/bandeau.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.da-testimonial-wrap {
  z-index: 0;
}
/* Version mobile */
@media (max-width: 768px) {
  .banin {
    height: 200px; /* hauteur réduite sur mobile */
    background-position: 10%;
  }
}
/**************************style general texte*********************************************/
.corp {
  font-size: 1.1em !important;
  text-align: justify;
  line-height: 1.5em !important;
  padding-bottom: 25px;
  color: #333;
}
/*********************************cta about**************************************/
.cta-wrap {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  border-radius: 12px;
  padding: 30px 79px 30px 70px;
}
/* Version mobile */
@media (max-width: 768px) {
  .da-testimonial-slider {
    margin-left: 5px;
    margin-right: 5px;
  }
  .cta-wrap .xb-item--title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
    text-align: center;
  }
}
/* Images différentes pour chaque CTA */
.cta1 {
  background-image: url("assets/img/bandeau1.jpg") !important;
}
.cta2 {
  background-image: url("assets/img/bandeau2.jpg") !important;
}
.cta3 {
  background-image: url("assets/img/bandeau3.jpg") !important;
}
.cta4 {
  background-image: url("assets/img/bandeau4.jpg") !important;
}
.cta5 {
  background-image: url("assets/img/bandeau5.jpg") !important;
}
.cta6 {
  background-image: url("assets/img/bandeau6.jpg") !important;
}
.cta-wrap .xb-item--content {
  font-size: 20px !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) !important;
  color: var(--color-white) !important;
  line-height: 30px !important;
}
.cta-wrap.cta3 {
  border-radius: 20px; /* ou ce que tu veux */
  overflow: hidden;
  background-color: #000; /* ou la couleur dominante de ton fond */
}
/*************************fond **********************************************/
body {
  background-image: url("assets/img/logo/back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* facultatif : effet "parallaxe" */
}
/********************************about item ***************************************/
.about-item {
  background: rgba(0, 0, 0, 0.7) !important;
}
.contact-wrap {
  background-color: rgba(255, 255, 255, 0.8);
}
.contact-wrap .xb-item--title {
  margin: 10px 0 10px;
}
.cta-wrap .xb-item--title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}
/********************************footer***************************************/
.footer-info .xb-item--email,
.footer-info .xb-item--number {
  font-size: 20px;
  font-weight: 100;
}
/*******************************bordures et ombres ****************************************/
.omb {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/**************************** bouton*******************************************/
.thm-btn--aso {
  padding: 10px 2px;
  font-size: 1em;
  font-weight: 400;
  color: #fff !important;
  width: 300px !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* ombre fine noire */
}
.thm-btn--aso:hover {
  color: #1a65af !important;
  text-shadow: none;
}
.btn-picto {
  width: 50px;
  height: auto;
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
}
/********************************bouton ***************************************/
.xb-btn.bc {
  margin-left: 50px; /* version desktop */
}
/* Centrage mobile */
@media (max-width: 768px) {
  .xb-btn.bc {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
}
/*********************************mmail **************************************/
/*----------------------------------------------------------------------------------------------------------------------------------------*/
.contact-form {
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.contact-form h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
}
.contact-form .form-group .form-control {
  height: 50px;
  color: #948b9f;
  border: 1px solid #ebebeb;
  background-color: #a8dffc45;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}
.contact-form .form-group .form-control:focus {
  outline: none;
  border-color: #16213e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form .form-group textarea.form-control {
  height: auto;
}
.contact-form .with-errors {
  float: left;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400;
  display: block;
}
.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}
.contact-form .default-btn {
  border: 0;
  outline: none;
  width: 100%;
  text-align: center;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #948b9f;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #948b9f;
}
.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #948b9f;
}
.contact-form .form-group .form-control::placeholder {
  color: #948b9f;
}
/*----------------------mail ------------------------------------------*/
.text-success {
  color: #555 !important;
}
.cta-wrap .xb-item--holder {
  max-width: 800px;
}
/***************************vid contact********************************************/
.xb-item--author .video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 8%; /* si l’image était ronde, à adapter sinon */
}
.da-tes-right {
  padding: 10px 0; /* ou moins */
  margin: 0;
}
.xb-item--author {
  margin-bottom: 10px;
}
.swiper-container {
  border-radius: 15px;
}
/*******************************accordeon ****************************************/
/* ───────────────────────────────────────────────
   Accordéon “resources-accordion”
   – picto 50 px à droite
   – rotation 180° quand aria-expanded="true"
   – espacement & ombre entre panneaux
──────────────────────────────────────────────── */

.resources-accordion .accordion-button {
  background: transparent;
  box-shadow: none;
  display: flex; /* pour placer le picto à droite */
  align-items: center;
  justify-content: space-between;
}

/* on supprime totalement la flèche Bootstrap */
.resources-accordion .accordion-button::after {
  display: none;
}

/* picto personnalisé à droite */
.resources-accordion .accordion-icon {
  width: 80px;
  height: auto;

  transition: transform 0.3s ease;
}

/* pivotement du picto quand le panneau est ouvert */
.resources-accordion .accordion-button[aria-expanded="true"] .accordion-icon {
  transform: rotate(360deg);
}

/* espacement + ombre entre les panneaux */
.resources-accordion .accordion-item {
  margin-bottom: 25px; /* espace vertical (mets 15 px si tu préfères) */
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  border-radius: 15px;
}

.resources-accordion .accordion-icon {
  margin-right: 50px; /* décale le picto de 15 px vers la gauche */
}

.mm150 {
  margin-left: 50px !important; /* même espace que le picto côté droit */
}

.align-items-center {
  align-items: start !important;
}
.da-tes-left {
  margin-top: 50px;
}
/************************image fond***********************************************/

.service-image-item {
  background-repeat: no-repeat; /* stoppe la répétition */
  background-size: cover; /* couvre la zone entière */
  background-position: center; /* bien centré */
}

/****************************rocket titre*******************************************/
.rok {
  font-size: 20px !important;
  position: relative;
  top: 210px;
  z-index: 99;
  text-align: center;
  max-width: 910px;
  width: 100%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding: 10px 0 10px 0;
  background-color: #fff;
}
/* Version mobile */
@media (max-width: 768px) {
  .rok {
    font-size: 20px !important;
    position: relative;
    top: 100px;
    z-index: 99;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 10px 0 10px 0;
    background-color: #fff;
  }
}

/************************border image mission***********************************************/
.da-tes-right .xb-item--author {
  background: transparent !important;
  border: 0px solid #fff;
}
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
