:root {
    --main-site-color: rgb(255, 140, 5);
    --main-site-color-strong: rgb(168, 85, 5);
    --main-site-color-light: rgba(255, 138, 5, 0.69);
}

body {
    font-family: 'Montserrat', sans-serif;
}

body i, h1, h2 {
    color: rgb(255, 140, 5);
}

.h1, h1 {
    font-size: 2rem;
}

#link-logo {
    text-decoration: none;
}
#link-logo h3 {
    color: #000000;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 140, 5);
    border-bottom: 2px solid rgb(255, 140, 5);
}

#content-header h3 {
    font-size: 18px;
}
#content-header h1 {
    font-size: 22px;
    color: rgb(255, 140, 5);
}
#content-header .row:first-child {
    margin-top: 10px;
}

#header-contact {
    padding-top: 15px;
    font-size: 20px;
}

#header-contact a {
    color: #000000;
}
#header-contact a:hover {
    color: #000000;
    color: rgb(255, 140, 5);
}

#accueil ul,
#competences ul {
    list-style: none; /* Remove default bullets */
}
#accueil ul li::before,
#competences ul li::before {
    content: "\25CF";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: rgb(255, 140, 5); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 2em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.blockquote-footer {
    color: rgba(255, 138, 5, 0.69);
}

.container:nth-of-type(2) {
    /*min-height: calc(100vh - 400px);*/
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: rgba(255, 138, 5, 0.69); /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: rgb(168, 85, 5); /* Add a dark-grey background on hover */
}


/*CAROUSEL*/
#carouselAccueilIndicators {
    max-height: calc(100vh - 150px);
}

#carouselAccueilIndicators .d-block {
    object-fit: cover;
    max-height: calc(100vh - 150px);
}
/*CAROUSEL*/


/* ACCUEIL */
#accueil.container {
    margin-top: 10px;
}

/* ACCUEIL */

/* COMPETENCES */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: rgb(255, 140, 5);
}
a {
    color: rgb(255, 140, 5);
}

a:hover {
    color: rgb(168, 85, 5);
}
.btn-main {
    background-color: rgb(255, 140, 5);
    color: #ffffff;
}
.btn-main:hover {
    background-color: rgb(168, 85, 5);
    color: #ffffff;
}

#competences .blockquote-footer::before {
    content: "\2014\00A0";
}
#competences .blockquote-footer::after {
    content: "\00A0\2014";
}
#competences #second-row {
    border-top: 1px solid rgba(255, 138, 5, 0.69);
    padding-top: 18px;
}
/* COMPETENCES */

/* HONORAIRES */

#honoraires .row:not(:first-child) {
    border-top: 1px solid rgba(255, 138, 5, 0.69);
    padding-top: 10px;
    padding-bottom: 10px;
}

#honoraires table td:first-child {
    width: 80%;
}

#honoraires table td:last-child {
    width: 20%;
}

/* HONORAIRES */

/* FOOTER */

#footer {
    margin-top: 30px;
    background-color: rgba(112, 112, 112, 0.51);
    padding: 15px 0 30px 0;
}
#second-footer {
    background-color: rgba(65, 65, 65, 0.68);
    color: #eaeaea;
    padding: 15px 0 30px 0;
    font-size: 0.8em;
}
#second-footer a {
    color: #000000;
}

#footer a {
    color: #616161;
}
#footer h3 {
    font-size: 1.1em;
    font-weight: bold;
}
#footer a,
#footer p {
    font-size: 0.8em;
}

/* FOOTER */

/* RDV */

#rdv #form-rdv {
    border-right: 1px solid rgb(255, 140, 5);
}
#rdv h3, h4 {
    color: rgb(255, 140, 5);
}
#rdv h4 {
    font-size: 1.3em;
}
#rdv p {
    font-size: 0.8em;
}
#rdv #domaines-rdv label:not(:first-child) {
    margin-left: 15px;
}
#rdv #details-rdv select:not(:first-child) {
    margin-top: 10px;
}

div.block-rdv {
    border: 1px solid rgba(255, 138, 5, 0.69);
    padding-left: 0px;
    padding-right: 0px;
    /* margin-right: 8px; */
    margin-left: 11px;
    max-width: calc(33.3% - 16px);
}

span.rdv-type {
    display: block;
    background-color: rgb(255, 140, 5);
    color: #ffffff;
    min-height: 77px;
}

div.block-rdv.selected span.rdv-type {
    background-color: rgb(168, 85, 5);
}

div.block-rdv:hover {
    cursor: pointer;
}

div.block-rdv:not(.selected):hover span.rdv-type {
    background-color: rgba(255, 138, 5, 0.69);
}


/* RDV */


/* DOCUMENTS */

#documents h3, h4 {
    color: rgb(255, 140, 5);
}
#documents h4 {
    font-size: 1.2em;
}

div.document {
    border-bottom: 1px solid rgba(255, 138, 5, 0.69);
    padding-bottom: 5px;
    padding-top: 5px;
}
div.document a {
    width: 100%;
    display: block;
}

div.document .description {
    font-size: 0.8em;
}

/* DOCUMENTS */


/* custom boostrap */

/*// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/

@media (max-width: var(--breakpoint-md)) {
    #rdv #form-rdv {
        border-bottom: 1px solid rgb(255, 140, 5);
        border-right: none;
    }
    #rdv #coordonnes-rdv {
        margin-top: 15px;
    }
}

/* custom boostrap */

.text-pub {
    min-height: 180px;
}

#vous-etes ul p,
#vous-etes ul li p {
    color: rgb(255, 140, 5);
}