
/* Code DSI Polytechnique */
.page-her-tools-profiles #sidebar-first {
  background-color:transparent;
  margin-right:45px;
  width:170px;
}

.page-her-tools-profiles #her-tools-search-form #edit-submit {
  background-color:#003e5c;
  line-height:initial;
}

.page-her-tools-profiles #sidebar-first #her-tools-search-form {
  padding:10px;
  margin-bottom:10px;
  background: #e6e6e6; 
}

.page-her-tools-profiles #sidebar-first h2.titre-sidbar {
  font-size:16px;
  padding:3px;
  background-color:#6DCCB8;
  color:white;
}

.page-her-tools-profiles #sidebar-first .contacts {
  margin-top:25px;
}

.page-her-tools-profiles .container h4 {
  font-family: 'Droid Serif', serif;
}

.page-her-tools-profiles #sidebar-first section.contacts > div > p {
  margin:7px auto;
}
.page-her-tools-profiles #sidebar-first .block-sidebar-document {
  margin-top:25px;
}
.page-her-tools-profiles #main .region-content #block-system-main .content > div {
  float:left;
  width:73%;
}

.page-her-tools-profiles #main .region-content #block-system-main .content h2 {
  margin-bottom:20px;
}

.page-her-tools-profiles #main .region-content #block-system-main .content .slideshowDot {
  margin-top:20px;
}

.page-her-tools-profiles #main .region-content .container .row .card {
  padding: 5px 20px;
  margin-bottom:20px;
}

.page-her-tools-profiles #main .region-content .slideshow-container .boutonGris {
  line-height:initial;
}

.page-her-tools-profiles #sidebar-second {
  padding-left:5px;
  float:left;
}

.page-her-tools-profile- #main .container .row, .page-her-tools-profile- #main .container .row .col-md-6 {
  margin-bottom:20px;
}

.page-her-tools-profile- #block-system-main .content > .row > .md-12 {
  margin-top:15px;
  margin-left:15px;
}

.page-her-tools-profile- #main .container h2 {
  margin-top:15px;
  margin-bottom: 15px;
}

.page-her-tools-profiles-search #sidebar-first .contacts {
  margin-top:0px;
}

.page-her-tools-profiles-search #sidebar-first .contacts > br {
  display:none;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.card {
    display: inline-block;
    width: 40%;
}
.card-2 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 20px 10px;
}
.card-3 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    padding: 0px;
}


:not(.block-system-main-menu, .block-menu) * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text-her {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.page-her-tools .active,.page-her-tools .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


h2 {
    font-style: normal;
    font-weight: normal;
    font-size : 15px;
    text-transform : uppercase;
    color : #003E5C;
    margin-top: 0px;
    margin-bottom: 5px;
}

.line {
    width : 100%;
    height : 1px;
    background: #D0D0D0;
    margin-bottom: 10px;
    margin-top: 10px;
}
.bouton {
    float: left;
    padding-left: 27px;
    padding-right: 10px;
    margin-right: 15px;
    margin-top: 8px;
    width : 132px;
    height : 23px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bouton span {
    font-style: normal;
    font-weight: normal;
    font-size : 14px;
    color : #FFFFFF;
    position: relative;
/*    top: 4px; */
    margin-right: 10px;
    text-align:center;
}
.bouton .flecheRight {
    position: relative;
    top: 7px;
}
.bouton .flecheBas {
    position: relative;
    top: 9px;
}
.boutonVert {
    background : #8CD3C6;
}
a:hover .boutonVert {
    background : #69C2B1;
}
.boutonGris {
/*    background : #A8A8A8;*/
 background-color:#003e5c;
}
a:hover .boutonGris {
    background : #999999;
}


.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%; }
.gallery .pics {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease; }
.gallery .animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }


@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}

h1 {
    font-style: normal;
    font-weight: normal;
    font-size : 26px;
    letter-spacing : -0.78px;
    color : #A8A8A8;
}

table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}

.table-dark.table-bordered {
    border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
    border: 0;
}

table tr th {
    /* background: #757575; */
    /* background: rgba(0, 0, 0, 0.51); */
    background: none !important;
    border-bottom-style: none;
}
.black{
    color: black !important;
}
.block-form{
    width: 90%;
}

.mySlides.fade.slider-grid {
    width: 90%;
    margin-left: 5%;
}

.hertools a.prev {
    left: 0;
}

.hertools .card-3 >img {
    width: 100%;
}

.hertools .card-3 {
    height: 100%;
    /* padding-bottom: 6px; */
}

.hertools .col-md-3 {margin-bottom: 1rem;}

.hertools .card-3 > div {
    padding: 5px 10px 10px 10px;
}

.hertools .card-3 a, .hertools .card-3 p {
    text-align: center;
}



.select2-results__option[aria-selected] {
    color: #9a9a9a;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9a9a9a;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}

 .hertools ul.groups li {
    list-style: disc inside; 
    margin-left: 2rem;
}

div.profileview p, div.profileview ul{
    margin-bottom: 10px;
}

.mb-0{
    margin-bottom: 0 !important;
}