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

p {
    color: #212529;
    font-size: 18px;
}

.navbar {
    padding: 0;
}

.nav-link {
    padding-right: 1rem;
    color: #706f6f;
    border-bottom: 1px solid #706f6f;
    border-right: 1px solid #706f6f;
    border-left: 1px solid #706f6f;
    border-radius: 0px 0px 10px 10px;
    margin-right: 2px;
    font-weight: bold;
    text-align: center;
}

.nav-link:hover,
.active {
    color: #33a9e1 !important;
    border-bottom: 1px solid #33a9e1 !important;
    border-right: 1px solid #33a9e1 !important;
    border-left: 1px solid #33a9e1 !important;
    border-radius: 0px 0px 10px 10px;
}

h1 {
    color: #33a9e1;
    font-size: 48px;
    margin-top: 50px;
    margin-bottom: 0;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    color:#212529;
}

h3 {
    background-image: linear-gradient(transparent 12px, #dadada 10px);
    padding: 0 25px 5px 5px;
    background-position: left -5px right 5px top 0px;
    background-repeat: no-repeat;
    display: inline;
    font-size: 24px;
    text-transform: uppercase;
}

h6 {
    color: #212529;
    font-size: 18px;
}

ul li {
    list-style-type: square;
}

ul {
    padding-left: 15px;
}

ol li,
ul li {
    font-size: 18px;
    margin-left: 20px;
    color: #212529;
}

a,
a:hover {
    text-decoration: none;
    color: #212529;
}

.intro {
    margin-bottom: 0;
    font-size: 24px;
    color: #6f5d59;
}

.indice {
    font-style: italic;
    font-size: 0.8rem;
}

/* #search:hover {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
} */

#typed-text,
#search {
    border-radius: 100px;
    border: 1px solid #95c11f;
    height: 30px;
    /* transition: all 0.3s cubic-bezier(.25,.8,.25,1); */
}

#typed-text::placeholder,
#search::placeholder {
    color: #95c11f;
}

.fas {
    font-family: 'Roboto', sans-serif, "Font Awesome 5 Free";
}

#typed-text:-ms-input-placeholder,
#search:-ms-input-placeholder {
    color: #95c11f !important;
}

.plan:hover {
    text-decoration: none;
}

.form-control:focus {
    border-color: #95c11f;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #95c11f;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    background: white;
}

input,
.form-control {
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    background: white;
}

.arrow {
    margin-right: 10px;
    font-weight: bold;
    font-size: 24px;
}

.circle-border {
    border-radius: 50%;
    border: 5px solid #95c11f;
    width: 350px;
    height: 350px;
    text-align: center;
    font-size: 20px;
}

.circle-border p {
    font-size: 20px;
    margin-top: 48px;
}

.circle-border h2 {
    margin-top: 40px;
}

.referencement {
    display:none;
}