.carousel-item, .carousel-btn {
    margin-top:-12em;
}


#carousel1 {
    background-color: rgba(69, 72, 46, 0.7);
    color: rgba(241, 221, 104, 0.9);
    padding: 10px;
    margin-bottom: 3rem;
    margin-left: 1.5rem;
    border-radius: 5px;
    font-size: 38px;
    width: fit-content;
}


/* couleur doree pour texte */
.text-gold {
    color:#f2e37c;
}

/* obtenir du noir pour un texte */
.text-black {
    color: black;
}


.bg-black {
    background: black;
}


/* couleur doree un peu pale pour le fond des cartes (card) */
.bg-gold {
    background: #eae2b2;
}

/* background pour le body en general */
.bg-dark2 {
    background-color: #1d1d1d;
}


body {
    background-color: #1d1d1d;
}

.text-dark2 {
    color: #131519;
}


.container.facts .facts-text {
    background: linear-gradient(rgba(69, 72, 46, 0.9), rgba(240, 213, 69, 0.9)), url(../media/img/parcours.jpeg) center right no-repeat;
    background-size: auto, auto;
    background-size: cover;
}

.container.facts .facts-counter {
    background: rgba(8, 8, 8, 0.9) center right no-repeat;
    background-size: auto, auto;
    background-size: cover;
}

.link-atr, #esp {
    background-color: #1d1d1d;
    color:#f2e37c;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 18px;
}

.link-atr:hover, #esp:hover {
    background-color: rgba(69, 72, 46, 0.9);
    color: rgba(241, 221, 104, 0.9);
    font-weight: 500;
}




.appointment {
    background: linear-gradient(rgba(240, 213, 69, 0.9), rgba(69, 72, 46, 0.9)), url(../media/img/contact.jpeg) center right no-repeat;
    background-size: auto, auto;
    background-size: cover;
}


.form-ctrl {
    margin-top: 5px;
    display: block;
    width: 100%;
    border: none!important;
    padding: 8px 5px;
    background-color: rgba(69, 72, 46, 0.9);
    color: rgba(241, 221, 104, 0.9);
}


/* enlever une bordure que peut avoir un input ou un bouton par defaut */
.no-border {
    border: unset;
}



.lien {
    margin-left: 25px;
    padding: 10px 0;
    color:#f2e37c;
    font-weight: 500;
    outline: none;
    text-transform: uppercase;
}

.lien:hover {
    font-weight: 900;
    color:#f2e37c;
}


.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black;
    border: 15px solid black;
}



/* block "Secteurs d'interventions" | les paragraphes qui decrivent chaque secteur */
/* .secInt {
    text-align: justify;
} */










.more-gold {
    padding: 8px 20px;
    border: unset;
    border-radius: 2px;
    font-size: 15px;
    font-style: italic;
    background-color: black;
    color:#f2e37c;
}

.more-gold:hover {
    color:#f2e37c;
    font-weight: 500;
}


.more-black {
    padding: 8px 20px;
    border: unset;
    border-radius: 2px;
    font-size: 15px;
    font-style: italic;
    background: #eae2b2;
    color:black;
}

.more-black:hover {
    color:black;
    font-weight: 500;
}


/* block "Contact" */
.ctc-row {
    margin-bottom: 1.5rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

.ctc-value {
    font-weight: bold;
    color: black;
    width: auto;
    font-size: 20px;
}




.rapp-inva {
    color: #f24141 !important;
    letter-spacing: 1px;
    margin-left: -1px;
    margin-top: 2px;
}