/************************* TEMPLATE DE BASE ********************/
body { overflow-x: hidden!important;
max-width: 100%;}


h2 {
  font-weight: 400;
}

body,#wrapper {
    background: #ffffff!important;
}

#main .page-content, #main .page-footer{
    margin-bottom: 0rem!important;
}

#footer {
    padding-top: 0;
}

a{
    color:#0F3979;
}

a:hover{
    color: #0a244d;

}


#main ul li, #main ul {
    font-weight: 300;
    color: #2b2828;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
}

#main p:first-of-type {
    margin-top: 0;
}

#main ul li {
    margin-top: 0!important;
}

#main .ul-custom li,
#main .ul-custom li::marker {
  color: #fff!important;
}

body strong, body b {
    font-weight: 500;
}

img {
    width: 100%;
    height: 100%;
}

.elementor-image {
    height: 100%;
}

/*.elementor img {
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}*/
.elementor-search__products .elementor-search__product-image{
    height: 132px!important;
    width: auto!important;
    max-width: 100%;
}

.done{
    color: #921918!important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus{
    background-color: #0F3979!important;
    color: white!important;
}


@media (max-width: 767px) {
body.ce-kit-1 p {
     margin-bottom: 20px!important;
    }
}

/************************* CUSTOM ********************/


/*** TITRE CUSTOM ***/

@import url("https://use.typekit.net/gbo1avt.css");
@import url("https://use.typekit.net/ijd8pxo.css");
@import url("https://use.typekit.net/wdi1hyj.css");

.title-font h2, .title-font h1, .title-font h3{
    font-family: "scale-variable"!important;
}
.size-title2 h2{
        font-size: clamp(2.4em, 3.5vw, 4em) !important;
}
.size-bloc h2{
    font-size: clamp(2em, 3.5vw, 4em) !important;
}

.title-produit h2{
    white-space: break-spaces!important;
}
/***** BOUTON *******/

.btn-font{
  font-family: "scale-variable"!important;
}

/***** BLOCS *******/

.glass{
  background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.glass-number{
  transform: scale(0.95);
}

.shadow{
    box-shadow: inset rgba(15, 10, 8, 0.5) 0 10px 11px -5px !important;
}

.col-aps .elementor-tab-title{
  background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}

.items{
  display: flex;
  align-items: center;
  .icon{
    width: 30%;
  }
  h4{
    font-family: "scale-variable"!important;
    font-weight: 300;
    font-size: 1em;
    color: white;
  }
}

.liste-ville {
  display: flex;
}
.liste-ville ul{
  padding-left: 0!important;
  display: flex;
  flex-wrap: wrap;
}
.liste-ville li{
  color: white!important;
  width: fit-content;
  white-space: nowrap;
  padding: 2px 10px;
  margin-right: 10px;
  margin-bottom: 10px!important;
}
.liste-ville li::marker{
  color: transparent!important;
}

.avis .swiper-slide .elementor-testimonial-content{
  border: 1px solid grey;
  border-radius: 10px;
  padding: 1em;
  min-height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tableau table{
    border: none!important;
}
.tableau table tr td{
    padding: 1% 2%;
}
.tableau table tr:nth-child(even){
  border: none!important;
  background-color: #f8f8f8;
}

/**** FORM ****/

.form-devis label{
  display: none;  
}
.form-devis .select_box label{
  display: block!important;
  margin-top: 1em!important;
}

.form-devis .select_box select{
    width: 100%!important;
    max-width: 100%;
    border: 0.5px solid grey;
}

.form-devis .privacy_wp {
    color: black;
    font-size: 12px;
}

.form-devis .btn-primary{
    background-color: rgba(15, 57, 121, 0.33)!important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    color: white!important;
    border: none!important;
    border-radius: 50px 50px 50px 50px;
    transition: 0.3s ease-in-out;
    &:hover{
      background-color: rgba(15, 57, 121)!important;
      letter-spacing: 2px;
    }
}

.form-devis .form-control{
    background-color: #ffffffb5;
    border: none;
    border-radius: 50px;
    box-shadow: 0px 1px 3px 5px #f1eded;
}
.form-devis .textarea_69481{
  border-radius: 20px!important;
}

.form-devis .form-control:focus {
    outline: .1875rem solid grey;
}

.form-devis .form-control::placeholder {
    color: black;
}
.form-devis .privacy_des p{
  font-size: 12px!important;
  margin-top: 0.3rem!important;    margin-bottom: 0.3rem!important;
}

.form-contact label{
    display: none;
}
.form-contact .select_box label{
  display: block!important;
  margin-top: 0em!important;
}
.form-contact .privacy_wp {
 	color: #0F3979;
    font-size: 12px;
}

.form-contact .btn-primary{
    background-color:  #E2EEFF!important;
    width: 100%;
    color: #4A5456;
    border: none!important;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 1em;
    transition: 0.3s ease-in-out;
        &:hover{
            background-color: #0F3979!important;
            border-radius: 10px;
            color: white!important;
            padding: 10px;
            letter-spacing: 2px;
        }
}

.form-contact .form-control{
    background-color: #dbdddd;
    border: none;
    border-radius: 10px;
}

.form-contact .form-control:focus {
    outline: .1875rem solid #497a81;
}

.form-contact .form-control::placeholder {
    color: #423336;
    font-family: 'Roboto', sans-serif!important;
    font-size: 16px!important;
    font-weight: 500;
}


.two-columns ul li {
    color: white;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.6;
}

.cms-id-12 #wrapper, .ce-theme-4 #wrapper {
    padding-top: 0;
}

.cms-id-12 .breadcrumb {
    display: none;
}

.page-content.page-cms ul {
    list-style: disc;
}

footer {
    overflow: hidden;
}

#main .page-header {
        padding: 0;
        margin-bottom: 0;
}

#main #content {
    margin-top: 0;
    padding: 0;
}


a, .elementor a {
  line-height: normal !important;
}


.ce-theme-7 .breadcrumb, .ce-theme-5 .breadcrumb {
    padding: 0;
    background: 0 0;
    max-width: 1400px;
    margin: auto;
    padding: 20px 40px 20px 40px;
    display: none;
}

input[type="radio"]:checked {
  background-color: #0F3979; /* ta couleur de sélection */
  border-color: white;
}

input[type="radio"]:hover {
  border-color: white;
}

input[type="checkbox"] {
  accent-color: #DE1825; /* couleur de ton thème */
}

.elementor-page-2070101 .page-header, .elementor-page-6070101 .page-header {
    max-width: 1200px;
    margin: auto;
}

    .container {
        width: 1400px;
        max-width: 100%;
    }

 #main .page-header {
        padding-left: 0;
        padding-right: 0;
    }

body.ce-kit-1 h1 {
    margin: 10px 0;
}

    .cms-id-6  #main .page-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    #wrapper .breadcrumb {
    padding: 0;
    background: 0 0;
    margin-bottom: 0;
}

.ce-theme-4 #wrapper .breadcrumb {
    display: none;
}

.form_using_ajax input:focus,
.form_using_ajax textarea:focus,
.form_using_ajax select:focus,
form input:focus,
form textarea:focus,
form input[type="password"]:focus {
  outline: 2px solid #0F3979 !important;
  box-shadow: none !important;
  border-color: #0F3979;
  border-width: 2px 2px 2px 2px!important;
} 


 form input[type="password"]:focus {
    border-width: 4px !important;
}

.form-control:focus {
    border-color: #0F3979 !important;
    outline: 0;
}

.form_using_ajax input, .form_using_ajax textarea, .form_using_ajax select {
    background-color: white;
}

.form_using_ajax select {
    max-width: 100%;
}

.form_using_ajax label {
    font-weight: bold;
}

/* TABLEAU */

.info-produit .elementor-nav-tabs .elementor-item {
  font-family: "scale-variable"!important;
  font-weight: 500;
}

.product-specs {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Source Sans Pro', sans-serif;
  color: #666;
  font-size: 16px;
}

/* Padding interne */
.product-specs th,
.product-specs td {
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
}

/* Ligne sur deux avec fond alterné */
.product-specs tr:nth-child(even) {
  background-color: #f8f8f8;
}

.product-specs tr:nth-child(odd) {
  background-color: transparent!important;
}

/* Style des en-têtes */
.product-specs th {
  border-right: 1px solid #d8d8d8;
  width: 20%;
  white-space: nowrap;
  color: #333;
  font-weight: 600;
}

/* Mobile-friendly */
@media (max-width: 768px) {
  .product-specs,
  .product-specs tbody,
  .product-specs tr,
  .product-specs th,
  .product-specs td {
    display: block;
    width: 100%;
  }

  .product-specs tr {
    margin-bottom: 1rem;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
  }

  .product-specs th {
    background-color: #f2f2f2;
    border: none;
    width: 100%;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #ddd;
  }

  .product-specs td {
    padding: 0.75rem 1rem;
    border: none;
  }

  /* Retirer l’alternance de couleur sur mobile (optionnel) */
  .product-specs tr:nth-child(even),
  .product-specs tr:nth-child(odd) {
    background-color: #fff;
  }
}

.ce-theme-11 .breadcrumb {
  display: none;
}

@media (max-width: 1024px) {
body.ce-kit-1 .ce-display-small {
    font-size: 1rem!important;
}
}

.elementor-container > .elementor-nav-tabs > .elementor-nav {
    padding-left: 0!important;
}


/* =========================
   BOUTONS PRINCIPAUX
   ========================= */
.btn-primary {
  color: #fff;
  background-color: #921918;
  border-color: transparent;
  font-weight: 400;
  text-transform: none;
  transition: all 250ms linear;
}

.btn-primary:hover,
.page-cart .btn-primary:hover,
.page-order .btn-primary:hover {
  background-color: #fff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #921918;
  border-color: transparent;
}

/* =========================
   BOUTON DU FORMULAIRE
   ========================= */
#submitForm {
  background-color: #921918;
  border: 1px solid #921918;
  font-weight: 400;
  text-transform: none;
  transition: all 250ms linear;
}

#submitForm:hover {
  background-color: #fff;
  border: 1px solid #921918;
  color: #921918;
}

/* =========================
   PAGE PANIER & COMMANDE
   ========================= */
.page-cart .product-price,
.page-order .product-price {
  color: #921918;
}

.page-cart .btn-primary,
.page-order .btn-primary {
  background-color: #921918;
  border: 1px solid #921918;
}

/* =========================
   CHECKOUT / FORMULAIRE
   ========================= */
body#checkout a:hover {
  color: #0a244d;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  background-color: #0a244d;
}

.custom-radio input[type=radio]:checked + span {
  background-color: #921918;
}

/* =========================
   ÉLÉMENTS DÉTAILS / LIENS
   ========================= */
.js-show-details {
  color: #0a244d;
}

.js-show-details:hover {
  color: #0a244d;
}

/* =========================
   FOOTER CHECKOUT
   ========================= */
body#checkout #footer {
  padding: 0;
}

body#checkout section.checkout-step .address-item.selected {
    background: #fff;
    border: #921918 3px solid;
}

.page-my-account #content .links a:hover i {
    color: #921918;
}

.text-primary {
    color: #0a244d !important;
}

.text-primary:hover {
  text-decoration: underline;
  color: #0a244d;
}

#wrapper .container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.bloc-activite a:hover {
  text-decoration: none;
}