.color1 {color: #ff7310 !important;}
.color2 {color: #333 !important;}

.bg-medium {background-color: #f2f2f2 !important;}
.bg-high {background-color: #ff7310 !important;}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    justify-content: flex-end;
}
.navbar-toggler {
    padding: 2px 7px;
    font-size: .95rem;
    line-height: 1;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}
.navbar-light .navbar-toggler {
    color: rgb(255 115 16);
    border-color: rgb(255 115 16);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow:none;
}
h1 {
    font-size: 30px;
}
.smallp {font-size: 12px !important;}
form {
    background: transparent;
    border: solid 1px #ff7310;
    padding: 30px 30px 25px;
    border-radius: 25px;
}
fieldset {
    border: solid 1px #d4d8db;
    padding: 20px;
    border-radius: 10px;
}
input, textarea, select, button, .btn, .alert {
    border-radius: 25px !important;
}
.input-group input {
    border-radius: 0 20px 20px 0 !important;
    border: none;
    background: #f1f1f1;
    line-height: 24px;
    font-size: 13px;
}
.input-group-text {
    border-radius: 20px 0 0 20px !important;
    background: #ff7310;
    color: #ffffff;
    border: none !important;
}
.form-label {
    color: #000000;
    font-size: 14px;
}
.form-text {
    color: #ff7310;
    font-size: 13px;
}
.form-check-input:checked {
    background-color: #ff7310;
    border-color: #ff7310;
}
.alert {
    border: none !important;
    padding: 20px 25px;
}
.alert p {
    font-size: 14px;
}
.col-orange {
    color: #ff7310 !important;
}
.btn-orange,
a.btn-orange {
    background: #ff7310;
    border-color: #ff7310;
    color: #ffffff !important;
}
.btn-orange:hover,
a.btn-orange:hover {
    background: #ff7310;
    border-color: #ff7310;
    color: #ffffff;
}
.justificatifsElement {
    font-weight: bold;
    padding: 0 15px;
    line-height: 55px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 2px 8px -5px #000, 0px 2px 13px -15px #000;
    background: rgb(243,243,243);
    background: -moz-linear-gradient(360deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(360deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(360deg, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f3f3",endColorstr="#ffffff",GradientType=1);
}
.justificatifsElement:hover {
    box-shadow: 0px 2px 5px -5px #000, 0px 2px 5px -15px #000;
}
.justificatifsElement a {
  float: right;
  margin-left: 7px;
}
.justificatifsElement .deleteBtn,
.justificatifsElement .previewBtn {
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    padding: 0 9px;
    line-height: 25px;
    font-size: 13px;
}
.justificatifsElement .deleteBtn {
  border: solid 2px red;
  color: red;
}
.justificatifsElement .previewBtn {
  border: solid 2px green;
  color: green;
}

/* ----- DOC STYLES ----- */
#table_des_matieres li a {
    color: #727272;
    font-size: 17px;
    line-height: 33px;
    text-decoration: none;
}
#table_des_matieres li a:hover {
    color: #000;
}

h2.num {
    position: relative;
    padding-left: 35px;
}
h2.num span {
    display: block;
    position: absolute;
    top:0;
    left:0;
}
section.doc {
    margin-bottom: 35px;
}
.doc .doc_title {
    background-color: #f2f2f2;
    padding: 5px 0;
    margin-bottom: 15px;
}
.doc .doc_img {
    margin-top: 25px;
}
@media screen and (min-width: 992px){
    .doc .doc_img {
        padding-left: 35px;
        padding-bottom: 15px;
        margin-top: 0;
    }
}

.doc .doc_img img {
    /*border: solid 1px #000*/
}
.doc .doc_info {
    padding-bottom: 15px;
    padding-left: 20px;
    border-left: solid 1px #ff7310;
}
.doc .doc_info h3 {
    font-size: 24px;
    font-weight: normal;
}
.doc ul li {
    margin-bottom: 10px;
}
#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    background-color: #ff7310;
    color: #000;
    border-radius: 25px;
    opacity: .8;
    transition: opacity .5s;
    display: none;
}
#back-to-top:hover {
    opacity: 1;
}
#back-to-top .ico {
    display: flex;
    justify-content: center;
    align-items: center;
}
#back-to-top .ico i {line-height: 43px;}