.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


/***************Boite modale***************/


/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/* Modal Content */

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 80%;
}


/* The Close Button */

.close {
    color: #aaaaaa;
    text-align: right;
    font-size: 32px;
    font-weight: bold;
    background-color: #fff;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/***************Panneau latéral***************/

.sidepanel {
    height: 300px;
    /* Specify a height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: #3F769F;
    /* Black*/
    overflow: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidepanel */
}


/* The sidepanel links */

.sidepanel a {
    padding-left: 75px;
    text-decoration: none;
    line-height: 0.9em;
    font-size: 1.1em;
    display: block;
    color: #efefef;
    transition: 0.3s;
}


/* When you mouse over the navigation links, change their color */

.sidepanel a:hover {
    color: #fcc095;
}


/* Position and style the close button (top right corner) */

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


/* Style the button that is used to open the sidepanel */

.openbtn {
    padding-top: 120px;
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}


/***************Onglets***************/

.tab {
    overflow: hidden;
    border: 0px solid red;
    background-color: #062236;
}


/* Style the buttons that are used to open the tab content */

.tab button {
    background-color: inherit;
    font-size: 1.1em;
    color: #D1DEE7;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 8px;
    transition: 0.3s;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #D1DEE7;
    color: #062236;
}


/* Create an active/current tablink class */

.tab button.active {
    background-color: #D1DEE7;
    color: #062236;
}


/* Style the tab content */

.tabcontent {
    display: none;
    padding: 6px 0px;
    border: 0px solid #ccc;
    border-top: none;
}


/*************Slider*****************/

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background: #062236;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e25b00;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e25b00;
    cursor: pointer;
}


/*Tableau analyse géotechnique*/


/*.celluleanalysepresente {
    text-align: center;
    color: #3F769F;
    font-size: 20px;
    border: 1px solid #ccc;
    height: 30px;
}*/

.fixed_header .celluleanalysetitre {
    text-align: left;
    padding-left: 5px;
    border: 1px solid #ccc;
    width: 10%;
}

.fixed_header {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody {
    display: block;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 540px;
    border-bottom: 1px solid #ccc;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header thead {
    border: 0px solid #ccc;
}

.fixed_header th {
    border: 0px solid #ccc;
    padding: 5px;
    text-align: center;
    font-size: 0.9em;
    width: 200px;
}

.fixed_header td {
    color: #3F769F;
    font-size: 20px;
    border: 1px solid #ccc;
    height: 25px;
    padding: 5px;
    text-align: center;
    font-size: 0.8em;
    width: 200px;
}


/*Rotation des entêtes de colonne*/

.table-header-rotated th.row-header {
    width: auto;
}

.table-header-rotated th.rotate-45 {
    height: 80px;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    position: relative;
    font-size: 1.0em;
}

.table-header-rotated th.rotate-45>div {
    position: relative;
    top: 0px;
    left: 40px;
    /* 80 * tan(45) / 2 = 40 where 80 is the height on the cell and 45 is the transform angle*/
    height: 100%;
    -ms-transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -webkit-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
    overflow: hidden;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    border-top: 0px solid #ccc;
    text-align: center;
    vertical-align: bottom;
}

.table-header-rotated th.rotate-45 span {
    -ms-transform: skew(45deg, 0deg) rotate(315deg);
    -moz-transform: skew(45deg, 0deg) rotate(315deg);
    -webkit-transform: skew(45deg, 0deg) rotate(315deg);
    -o-transform: skew(45deg, 0deg) rotate(315deg);
    transform: skew(45deg, 0deg) rotate(315deg);
    position: absolute;
    bottom: 30px;
    /* 40 cos(45) = 28 with an additional 2px margin*/
    left: -25px;
    /*Because it looked good, but there is probably a mathematical link here as well*/
    display: inline-block;
    /* width: 100%;*/
    width: 85px;
    /* 80 / cos(45) - 40 cos (45) = 85 where 80 is the height of the cell, 40 the width of the cell and 45 the transform angle*/
    text-align: center;
    vertical-align: bottom;
    /* white-space: nowrap;*/
    /*whether to display in one line or not*/
}


/*Rotation de 90 degrés*/

.rotate {
    /*transform: rotate(-90deg);*/
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    /*-webkit-transform: rotate(-90deg);*/
    /* Firefox */
    /*-moz-transform: rotate(-90deg);*/
    /* IE */
    /*-ms-transform: rotate(-90deg);*/
    /* Opera */
    /*-o-transform: rotate(-90deg);*/
    /* Internet Explorer */
    /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);*/
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    border-bottom: 1px solid #062236;
    font-size: 0.9em;
    margin-left: 15px;
    margin-right: 15px;
    /*width: 130px;*/
}


/***************Autres***************/

.Publication {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 35px !important;
    margin-left: 35px !important;
    vertical-align: top;
    text-indent: -35px;
    line-height: 1.9em !important;
    font-size: 1.12em;
}

.LienPanneau {
    cursor: pointer;
    padding-left: 65px;
    color: #efefef;
    line-height: 0.9em;
}

.LienPanneau:hover {
    color: #ff8b3c;
}

.souttitretableauunite {
    background-color: #fff7f2;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-top: 1px solid #062236;
    border-bottom: 1px solid #062236;
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    height: 24px;
}

.resultatgeo {
    border: 1px solid #bbb;
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    height: 30px;
    background-color: #efefef;
    font-size: 12px;
}

.resultatgeoimpair {
    border: 1px solid #bbb;
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    height: 30px;
    font-size: 12px;
    background-color: #FFF;
}

.barrefixe {
    /*Barre d'outil flottante*/
    position: fixed;
    top: 0;
}