.uranus.tparrows {
	background: #0000007d;
}

.fa, .fab, .fal, .far, .fas {
 
    line-height: 2; 
}

/*.navbar-brand {
    padding-top: 0px; 
    padding-bottom: 0px;
}*/

/*img, svg {
    border-radius: 5%;
}*/


@media (min-width: 992px) {
    header .navbar-brand .logo {
        height: 83px;
    }
}

@media (min-width: 1200px) {
    .mainHeader.small-breadcrumb {
        margin-top: 0;
    }
}

.homeNewsletter {
    background-color: var(--color1);
    background-attachment: fixed;
    background-size: cover;
    border-radius: 10px;
    color: #FFF;
}

.homeNewsletter h1{
    color: #FFF;
}

/*************************************
 ** HOME NUMBERS
 *************************************/

 .homeNumbers {
	color:var(--color-white);
	text-align: center;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

 .homeNumbers:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000088;
    top: 0px;
    left: 0px;
    z-index: 0;
}
 .homeNumbers>div{
	z-index: 10;
	position: relative;
 }

 .homeNumbers .icon img {
	width: 50px;
}
 .homeNumbers .metric {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin:5px 0px;
}

 .homeNumbers .text {
	font-size: 14px;
}

.homeNumbers>div>div{
	padding-bottom:6rem !important;
}


/****************************************
H1 Résumé Produit
*******************************************/

.bookDetail-card h1 {
    font-size: 23px;
}

/*****************************************
CADRES DES IMAGES DESACTIVES
******************************************/

.card {
border: none; 
    border-radius: 0rem;
}

/*******************************************
PETIT ICONE DES THEME ROND
*********************************************/
.card.card-simple .card-icon.card-icon-logo {
    border-radius: 50%;
}

/******************************************
Couleur transparente de la NAV si on est en haut...
désactivée  à cause du logo en attendant
*****************************************/
header {
    background-color: #ffffffc4;
}
/*************************************************/

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .6rem;
        padding-left: .6rem;
    }
}

.bookDetail-card h2 {
    font-size: 25px;
   color: #b23830;
}

@media (max-width: 991px) {
    .bookDetail-title h1{
    font-size: 28px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 18px;
    }
}

.navbar {
    padding-top: 0rem; 
    padding-bottom: 0rem; 
}

h3 {
    font-family: Poppins, Sans-serif;
    color: #616161;
    text-transform: uppercase;
    font-size: 22px;
}

h6 {
    font-family: Poppins, Sans-serif;
    color: #e51400;
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: 1px 2px 3px #000;
    font-weight: 700;
}

.mainHeader.small-breadcrumb {
    padding-top: 1px;
   
}

@media (min-width: 1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 20%;
    }
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: none;
    background: url(../images/hr.png) center no-repeat;
    height: 19px;
    width: 100%;
}

.card-hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: none;
    background: url(../images/hr-card.png) center no-repeat;
    height: 19px;
    width: 100%;
}

footer h3 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 19px;
}

footer .navigation li a {
    color: #585858;
    font-size: 11px;
}

footer .followus .followus-list {
    /* background: white; */
    padding: 17px 160px 7px 0px;
}

footer .followus a {
    font-size: 28px;
    color: gray;
}

.fa, .fab, .fal, .far, .fas{
    line-height: 1;
}

footer .followus a:hover {
    color: var(--color1);
}

.btn-primary {
    border-radius: 0px 18px 0px 18px;
}

.btn-primary:hover {
    border-radius: 18px 0px 18px 0px;
    transition: border-radius .45s cubic-bezier(0.99, 0.65, 0.58, 1);
}

.btn-secondary {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--gray4);
    font-size: 14px;
    margin-left: 20px;
    text-transform: uppercase;
}

.btn-secondary:hover {
    color: var(--color1);
    background-color: #FFF;
}

.dropdown-menu {
    font-size: 0.7rem;
}

.btn-group-lg>.btn, .btn-lg {
    font-size: 1rem;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: var(--color1);
    border-color: transparent;
    box-shadow: 0 0 0 .25rem rgba(34, 43, 37, 0.5);
}

/*.btn-secondary {
    color: #fff;
    background-color:#0D7690;
    border-color: #ffffff;
}

.btn-secondary:hover{
    color: #fff;
    background-color: #15a1c4;
    border-color: #0D7690;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
   background-color: #15a1c4;
    border-color: none; 
    box-shadow: none;
}


.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); 
}*/

.btn-check:focus+.btn-primary, .btn-primary:focus {
    box-shadow: none;
}

.bookDetail-attributes li {

        font-size: 21px;
        color: var(--color1);

}

.signature a:hover {
    color: #e7a132;
}

.list-unstyled{
    text-align: left;
}

.modal-header .close {
    color: #000000;
    font-size: 18px;
    padding: 0px 5px 0px 5px;
}

header .navbar-nav .dropdown-menu {
    background: #ffffff;
}

header .navbar-nav .dropdown-menu .dropdown-item {
    color: #181818;
    font-size: 15px;
    text-transform: uppercase;
}

header .navbar-nav .dropdown-menu .dropdown-item:hover{
    background: var(--color1);
    color: #ffffff;
}

/*.bloc_img {
  overflow: hidden;
  display: inline-block;
}

.bloc_img img {
  transition: transform 0.5s ease;
  display: block;
}

.bloc_img:hover img {
  transform: scale(1.1);
}*/


/*********************************************

BOUILLON HOVER POUR EFFET VILLA COSTE

**********************************************/

.bouillon-hover {
  position: relative;
  overflow: hidden;
}

.bouillon-hover a {
  display: block;
  position: relative;
  text-decoration: none;
}

.bouillon-hover img {
  width: 100% !important;
  height: auto !important;
  transition: transform 0.6s ease;
  display: block;
}

.bouillon-hover:hover img {
  transform: scale(1.08);
}

/* Overlay sombre qui glisse du bas */
.bouillon-hover .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 1;
}

.bouillon-hover:hover .overlay {
  transform: translateY(0);
  opacity: 1;
}

/* Cadre blanc qui fade après overlay */
.bouillon-hover .frame {
  position: absolute;
  top: 12%;
  left: 12%;
  right: 12%;
  bottom: 12%;
  border: 2px solid #fff;
  opacity: 0;
  transition: opacity 0.5s ease 0.6s;
  z-index: 2;
}

.bouillon-hover:hover .frame {
  opacity: 1;
}

/* Bouton rond centré */
.bouillon-hover .button-round {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #ffffff94;
    color: #000;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s;
    z-index: 3;
    font-family: 'Poppins', sans-serif;
    pointer-events: none;
}

.bouillon-hover:hover .button-round {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}

.bouillon-hover .button-round:hover {
  background: var(--color1);
  color: #fff;
  cursor: pointer;
}


/***********************************************
 ** HOME CONTACT NCO
 **********************************************
.homeContact {
	background-size: cover;
	background-position: center;
	color: var(--color-black);

}

.homeContact .bg {
	background-size: cover;
	background-position: center;
	position: relative;
}

.homeContact h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

.homeContact .homeContactBlock {
	background-color: #FFFFFF;
	z-index: 10;
	margin-top: -4rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.homeContact .phone {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: var(--color-primary);
	background-color: var(--color-secondary);
}

.homeContact .phone img.icon {
	width: 50px;
}  */

/***********************************************
 ** HOME CONTACT GPT
 **********************************************/
/* === Bloc Contact uniquement === */
.contactBloc {
  background-color: #f8f9fa;
  padding: 3rem 0;
}

.contactBloc .container {
  max-width: 1140px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  overflow: hidden;
  padding: 0;
}

.contactBloc .container .row > .col-12.col-md-4 {
  background-image: url('/upload/data/files/article_12_1.jpg'); /* ton image */
  background-size: cover;
  background-position: center;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  color: white;
  padding: 1rem;
}

.contactBloc .container .row > .col-12.col-md-4 > div {
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem;
  border-radius: 8px;
}

.contactBloc .container .row > .col-12.col-md-8 {
  padding: 2rem;
}

.contactBloc h2,
.contactBloc h3 {
  margin-bottom: 1rem;
}

.contactBloc .btn-primary {
  background-color: #2a75c1;
  border-color: #2a75c1;
  font-weight: bold;
  border-radius: 6px;
  padding: 0.75rem 1.5rem;
  transition: background-color 0.3s ease;
}

.contactBloc .btn-primary:hover {
  background-color: #1c5fa1;
  border-color: #1c5fa1;
}

/* Responsive : empilé sur mobile */
@media (max-width: 767px) {
  .contactBloc .container .row {
    flex-direction: column;
  }

  .contactBloc .container .row > div {
    width: 100%;
  }
}

/***********************************************
 ** ARTICLE
 ***********************************************/
.article .homeContact .homeContactBlock {
    margin-top: 0rem;
	margin-bottom:2rem;
}

.contactBloc .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto !important;
  padding-left: 15px;
  padding-right: 15px;
}

/***********************************************
 ** HOME SLIDER
 **********************************************

.homeSlider .tp-caption.tp-link {
    border-color: var(--color1);
    border-radius: 5px
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
    background: rgba(0, 176, 80, 0.5);
    color: #FFF;
}
*/

/***********************************************
 ** ACCORDEON
 **********************************************/

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #FFFFFF;
    text-align: left;
    background-color: var(--color1);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #98ebbe;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

