:root {
    --bs-primary: #d2281e;
    --light-grey: #EAE9E9;
    --bs-primary-rgb: rgb(206, 37, 28);
    --bs-nav-link-font-size: 19px;
}

body {
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hero-img picture, .hero-img img{
    width: 100%;
    display: block;
}

/* p {
    text-align: justify !important;
    text-justify: auto !important;
} */

.content {
    margin: 50px 0 50px 0;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.btn-outline-primary{
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary);
}

.btn-outline-primary:hover {
    background-color: var(--bs-primary);
}

.form-control:focus{
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.2rem rgba(206, 37, 28, 0.5);
}

.text-primary {
    color: var(--bs-primary)!important;
}

.link-primary:focus, .link-primary:hover {
    color:  var(--bs-primary)!important;
    -webkit-text-decoration-color:  var(--bs-primary)!important;
    text-decoration-color:  var(--bs-primary)!important;
}


.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-primary);
    font-weight: 700;
    padding: 0.7rem 1.1rem;
    border-color: #000;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
}


.text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.3);
}

.acms-title {
    display: inline-block;
    font-size: 4em;
    font-weight: 800;
    /* letter-spacing: 0.1em; */
    margin-bottom: 0.5em;
    /* border-bottom: 3px solid #00000050; */
}

.acms-text {
    font-size: 1.2em;
    line-height: 1.5;
    margin-bottom: 1em;
}

.bg-acms-dark {
    background: #212529;
    color: #fff;
}

.bg-acms-dark .acms-title {
    color: #fff;
    border-bottom: none;
    border-color: #fff;
}

.bg-red {
    background: #cf1e23;
}

.bg-red .acms-title {
    color: #fff;
    font-weight: 900;
    border: none;
}

.bg-light-grey {
    background: #e7e8e8;
}

.image-slider {
    position: relative;
}

.overlay-img {
    position: absolute;
    min-height: 40%;
    bottom: 0;
    left: 0;
    width:500px;
    padding: 1rem;
    color: #fff;
    background: rgb(2,0,36);
    background: -webkit-gradient(linear, 100% 0, 0 0, from(rgba(2,0,36,0)), color-stop(0.63, rgba(0,0,0,0.4717850030637255)), to(rgba(0,0,0,0.715482482055322)));
    background: -webkit-linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.4717850030637255) 63%, rgba(0,0,0,0.715482482055322) 100%);
    background: -moz-linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.4717850030637255) 63%, rgba(0,0,0,0.715482482055322) 100%);
    background: -o-linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.4717850030637255) 63%, rgba(0,0,0,0.715482482055322) 100%);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(0,0,0,0.4717850030637255) 63%, rgba(0,0,0,0.715482482055322) 100%);
}


/* Changer la couleur des flèches */
.slick-prev, .slick-next {
    color: #ff0000; /* Couleur des flèches, par exemple rouge */
    z-index: 1; /* Assurez-vous que les flèches sont au-dessus des autres éléments */
}

/* Pour les flèches SVG (si utilisées dans votre slick-theme) */
.slick-prev:before, .slick-next:before {
    color: #ff0000; /* Couleur des flèches, par exemple rouge */
}

/* Optionnel : changer le fond des flèches */
.slick-prev, .slick-next {  
    border-radius: 50%; /* Rendre les flèches circulaires */
}

/* Changer la couleur des points */
.slick-dots li button:before {
    color: #000; /* Couleur des points non sélectionnés, par exemple rouge */
    opacity: 0.5; /* Transparence des points non sélectionnés */
}

/* Changer la couleur des points sélectionnés */
.slick-dots li.slick-active button:before {
    color: var(--bs-primary);
    opacity: 1; /* Opacité complète pour le point sélectionné */
}

/* Optionnel : Ajuster l'espacement entre les points */
.slick-dots li {
    margin: 0 5px; /* Espacement horizontal entre les points */
}


/*Fonts*/

.barlow-thin {
font-family: "Barlow", sans-serif;
font-weight: 100;
font-style: normal;
}

.barlow-extralight {
font-family: "Barlow", sans-serif;
font-weight: 200;
font-style: normal;
}

.barlow-light {
font-family: "Barlow", sans-serif;
font-weight: 300;
font-style: normal;
}

.barlow-regular {
font-family: "Barlow", sans-serif;
font-weight: 400;
font-style: normal;
}

.barlow-medium {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: normal;
}

.barlow-semibold {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: normal;
}

.barlow-bold {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: normal;
}

.barlow-extrabold {
font-family: "Barlow", sans-serif;
font-weight: 800;
font-style: normal;
}

.barlow-black {
font-family: "Barlow", sans-serif;
font-weight: 900;
font-style: normal;
}

.barlow-thin-italic {
font-family: "Barlow", sans-serif;
font-weight: 100;
font-style: italic;
}

.barlow-extralight-italic {
font-family: "Barlow", sans-serif;
font-weight: 200;
font-style: italic;
}

.barlow-light-italic {
font-family: "Barlow", sans-serif;
font-weight: 300;
font-style: italic;
}

.barlow-regular-italic {
font-family: "Barlow", sans-serif;
font-weight: 400;
font-style: italic;
}

.barlow-medium-italic {
font-family: "Barlow", sans-serif;
font-weight: 500;
font-style: italic;
}

.barlow-semibold-italic {
font-family: "Barlow", sans-serif;
font-weight: 600;
font-style: italic;
}

.barlow-bold-italic {
font-family: "Barlow", sans-serif;
font-weight: 700;
font-style: italic;
}

.barlow-extrabold-italic {
font-family: "Barlow", sans-serif;
font-weight: 800;
font-style: italic;
}

.barlow-black-italic {
font-family: "Barlow", sans-serif;
font-weight: 900;
font-style: italic;
}


/*Util*/
.-mt-5 {
    margin-top: -200px;
}

.modal-categ-item {
    transition: all .4s;
    margin: 1.3rem 0 1.3rem;
}

.modal-categ-item:hover {
    cursor: pointer;
    text-decoration: underline var(--bs-primary);
}

nav a {
    color: black;
    text-decoration: none;
    transition: all .4s;
}

a {
    color: var(--bs-primary);
    text-decoration: underline;
}

a:hover {
    color: var(--bs-primary);
}

.text-shadow {
    text-shadow: 2px 3px 5px rgba(0,0,0,0.5);
}

.text-deco-none {
    text-decoration: none !important;
    border-bottom: none !important;
}

.text-red {
    color: var(--bs-primary);
    font-weight: 800 !important;
}

.text-deco-none > .h1.acms-title {
    text-decoration: none !important;
    border-bottom: none !important;
}

.testimonial-card {
    background: #cf1e23;
    color: white;
    padding: 1em 1.1em;
    margin-top: -19px;
    margin-bottom: 30px;
}

.testimonial-card > h3.h1 {
    text-align: center;
    font-size: 3em;
}

form input:hover, form textarea:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
    border-color: transparent;
}

.mt--7 {
    margin-top: -7%;
}

.mt--14 {
    margin-top: -14%;
}