:root{
    --bs-primary: #D14904;/*#f57c25;*/
}
a{
    color: var(--bs-primary);
    /*color: #FF9E59;*/
}
a:hover, a:focus{
    color: #FF9E59;
}

.hero-header h1:first-child{
    color :#FF9E59 !important;
}

strong {
    color: var(--bs-primary) !important;
}

.accordion .accordion-button{
    color: #D14904;
    background-color: #FFF;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.text-primary {
    color: var(--bs-primary) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-check:focus+.btn-primary,.btn-primary:focus {
    background-color: var(--bs-primary);
    border-color: #1970c1;
    box-shadow: 0 0 0 .25rem rgba(217,61,109,.5)
}

.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle {
    background-color: var(--bs-primary);
    border-color: #1970c1;
}

.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(217,61,109,.5)
}

.btn-primary:disabled,.btn-primary.disabled {
    background-color: var(--bs-primary);
    border-color: #1970c1;
}

.navbar-nav .menu-item{
    line-height: 0;
}

.navbar-nav .dropdown-menu{
    line-height: 1;
}

.about {
    background: none;
}

.about .axe div{
    height:300px;
    margin-bottom: 10px;
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size : 1em;
    text-align: center;
}

.navbar .navbar-toggler {
    border: 1px solid #D14904;
}

.navbar .navbar-nav .nav-item .nav-link.active,.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #D14904 !important;
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 12px !important;
}

.card {
    border: none;
}

/**** Testimonial pour le carrousel ****/
.carrousel-thumbnail {
    width: 200px;
}
.testimonial-item{
    height: 200px;
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    text-align: center;
    text-align: -webkit-center;
}

.testimonial img{
    width: auto !important;
    max-height: 200px !important;
}

/**** Carrousel modules pour avoir des images plus grande uand c carrousel image ****/
.carrousel-item{
    width: 370px;
    height: auto;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    text-align: center;
    text-align: -webkit-center;
}

.carrousel-item img{
    width: auto !important;
    max-height: 300px !important;
}

/** Spinner **/
#button{
    display:block;
    margin:20px auto;
    padding:10px 30px;
    background-color:#eee;
    border:solid #ccc 1px;
    cursor: pointer;
}
#overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}

.eapps-instagram-feed-header-user-info-caption, .eapps-instagram-feed-header-stats-item-label {
    opacity: 1 !important;
}

#select li a {
    all: unset; 
    display: block; 
    cursor: pointer; 
    width: 100%; 
    box-sizing: border-box;
    padding: 3px 0 3px 4px;
    font-weight: 500;
}

#select li a:hover{
    background-color: #D14904;
    color: white;
}



/* Style pour les champs de saisie de type number pour les fleches */

input[type="number"].arrow-number::-webkit-inner-spin-button,
input[type="number"].arrow-number::-webkit-outer-spin-button {
  -webkit-appearance: auto !important;
}

/* Classe wysiwig */
.ql-align-center {
    text-align: center;
}
.ql-align-right {
    text-align: right;
}
.ql-align-justify {
    text-align: justify;
}


.cms-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 7rem 0;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.7);

}

.cms-banner h2 {
  font-weight: 600;
}
.cms-banner span {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
}


.keyfigures span {
  font-size: 40px;
  font-weight: 400;
    
}
/* News */
.news-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 420px;
    max-height: 420px;
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-content {
    padding: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #333;
}

.news-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #d14904;
}

.news-content p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    flex-grow: 1;
}

.news-carousel .testimonial-item {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
}