.custom-navbar{box-shadow: 10px 10px 10px #eee; /*z-index:*/;background-color: #fff;}
.nav-link{color: #f7204e!important;}
.custom-toggler.navbar-toggler {border-color: rgb(247,32,78);}
.custom-toggler .navbar-toggler-icon {background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247,32,78, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
.custom-toggler .navbar-toggler-icon{width: 18px!important;}
.custom-toggler:hover{border-color: rgb(255,255,255); background-color: #f76a88;}
.navbar-toggler-icon:hover{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}#logo_custom{margin-top: -6px;}
@media only screen and (max-width: 760px) { #logo_custom{width: 40%;}}

/*
.notactive:hover, .bouton:hover {
    background-color: #EC7A13;
    color: white;
    text-decoration: none;
}

.notactive, .bouton {
    border: 0px;
    border-radius: 4px;
    background-color: #FFFFFF;
    color: #EC7A13;
    padding: 16px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}*/



.navbar-text {
    padding: 16px 16px;
    margin: 4px 2px;

}

.actif {
    background-color: #EC7A13;
    color: white;
    text-decoration: none;
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    display: inline-block;
    border-radius: 4px;
}

.actif:hover {
    text-decoration: none;
    color: white;
    cursor: default;
}

.notactive, .bouton {
    background-color: white;
    border: none;
    color: #0d0d0d;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    /*width: 85%;*/
    border: 2px solid white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    color: #EC7A13;
}

.notactive:hover, .bouton:hover {
    background-color: white;
    border: 2px solid #EC7A13;
    text-decoration: none;
    color: #EC7A13;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    float: right;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.logodoc{
    transition: 0.3s;
    transition: all .2s ease-in-out;
}

.logodoc:hover{
    transform: scale(1.1);
}
/*
.titre_doc:after {
    content: url(../img/chevron-down-solid.svg);
    float: right;
}

.card-header.collapsed .titre_doc:after {
    content: ">";
    float: right;
}
*/
.card-header .chevron:after {
    content: "\f078";
    
}
.card-header.collapsed .chevron:after {
    content: "\f054"; 
}  


.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}