.page-title-wrapper{
    position: relative;
}
.p-ab{
    position: absolute !important;
    z-index: 1;
    left: 50%;
}
.version{
    margin: 0;
    position: fixed;
    bottom: 1px;
    left: 5px;
}

#img-legend {
    width: inherit;
    position: absolute;
    top :70%;
    left: 5%;
}
.legend {
    line-height: 18px;
    color: #555;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
}
.mw-minc{
    max-width: fit-content !important;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.rappel{
    max-width: 100%;
    color: red !important;
    font-size: .55rem !important;
    white-space: normal !important;
}
#tels > option {
    display: none !important;
}


#case3{
    width: 20%;
    height: 100%;
    padding-top: 8px;
}
.logo-src{
    background-repeat: no-repeat !important;
    height: 100% !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}
#map {
    /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
    height: 75vh;
}
#map1, #map2 {
    /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
    height: 400px;
}
body {
    font-size: .88rem !important;
    margin: 0;
}

table {
	font-size: 1em;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

.ui-menu {
    z-index: 9999999999999999999999 !important;
    background-color: whitesmoke;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.ui-autocomplete {
    max-height: 500px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 500px;
}


#verif_tel{
    transition-timing-function: linear
}
#primary {
    background-color: #3f6ad8;
    color: white;
}
#secondary {
    background-color: #6c757d;
    color: white;
}
#success {
    background-color: #3ac47d;
    color: white;
}
#info {
    background-color: #16aaff;
    color: white;
}
#warning {
    background-color: #f7b924;
    color: white;
}
#danger {
    background-color: #d92550;
    color: white;
}
#focus {
    background-color: #444054;
    color: white;
}
#alternate {
    background-color: #794c8a;
    color: white;
}
#light {
    background-color: #eee;
    color: black;
}
#dark {
    background-color: #343a40;
    color: white;
}

.logo_op{
    max-width: 45px;
}

#div_logo {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.div_icon_SFR{
    color :#b50002;

}
.div_iconBouyges_Telecom{
   
    color:#2496bd;

}
.div_icon_Orange{
    color :#f76300;

}



.my-custom-scrollbar {
    position: relative;
    height: 300px;
    overflow: auto;
}
.table-wrapper-scroll-y {
    display: block;
}





table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}








/* drop target state */
[data-draggable="target"][aria-dropeffect="move"]
{
	border-color:#68b;

	background:#fff;
}

/* drop target focus and dragover state */
[data-draggable="target"][aria-dropeffect="move"]:focus,
[data-draggable="target"][aria-dropeffect="move"].dragover
{
	outline:none;
	
	box-shadow:0 0 0 1px #fff, 0 0 0 3px #68b;
}


/* items focus state */
[data-draggable="item"]:focus
{
	outline:none;
	
	box-shadow:0 0 0 2px #68b, inset 0 0 0 1px #ddd;
}

/* items grabbed state */
[data-draggable="item"][aria-grabbed="true"]
{
	background:#8ad;
	color:#fff;
}



.a-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    color: #6c757d;
    font-size: medium;
    min-height: 35px;

}
.a-btn > i{
    font-size: x-large;
    margin-left: 5px;
    margin-right: 5px;
}

.a-btn:hover{
    color: black;
    text-decoration: none;
    font-size: large;
}
.a-btn:hover > i{

    font-size: xx-large;
}

.btn-tab{
    display: flex !important;
    color: #6c757d;
    font-size: small;
    border:none;
    background-color: inherit;
    width: max-content;
    padding: 0 !important;
    margin: 0 !important;
}


#list-btn{
    padding: 0;
    margin: 0;
    min-width: 200px
}
#list-btn > li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#list-btn > li > a > p {
    display: inline;
    margin: 0;
}
#list-btn > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}
#list-btn > li > a:hover{
    color: black;
    font-size: medium;

}
#list-btn > li > a > i{
    font-size: x-large;
    margin-right: 10px;
}
#list-btn > li > button {
    width: max-content;
}
#list-btn > li > button:hover{
    color: black;
    font-size: medium;
}
#list-btn > li > button > p {
    margin: 0;
}
#list-btn > li > button > i{
    font-size: x-large;
    margin-right: 10px;

}





/** 
***     INDEX FORMULAIRE ELIGIBILITE
**/

/* Gestion de la taille des listes des inputs */
datalist {
    max-width: 0;
}

/* Taille de l'input numero de rue */
#form-number {
    max-width: 80;
}

/* Retrait des marges dans le footer */
#footer :nth-child(1n+0) {
    margin: 0;
}

.inactive {
    background-color: #9398a7;
}



/** 
***     progress bar
**/
.one, .two, .three{
    position:absolute;
	z-index:1;
	height:25px;
	width:20px;
    border-radius: 8px;
    border: solid grey 1px;
	
}
#back {
    background-color: #16aaff !important;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    animation: progress-bar-stripes 1s normal infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: progress-bar-stripes;
}
.backDown{
    background-image: -webkit-linear-gradient(top, #d92550, #d92550) !important;
}
.backDownHandle{
    background-image: -webkit-linear-gradient(top, #ac173a, #ac173a) !important;
}
#backDown{
    background-color: #d92550 !important;
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    animation: progress-bar-stripes 1s normal infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: progress-bar-stripes;
}
#debit {
    box-shadow: none;
}

input[type="hidden"] {
    width: 0;
}

.link_mobile{
    visibility: hidden;
}

.label-form{
    font-size: 1rem;
    color: black;
}
@media (orientation: portrait){
    #media4G{
        /* display: flex !important; */
        align-items: flex-start !important;
        margin-left: 3px !important;
    } 

    #media4G > h5 {
        /* display: flex !important; */
        max-width: 75px !important;
        
    } 

    /* .label-debitUp{
        text-align: left;
    } */

    .slider-tick-label-container{
        text-align: left;
    }

    .link_mobile{
        visibility: visible;
    }

    #row_offre{
        flex-direction: column-reverse;
    }
} 
.h-50{
    max-height: 50px;
}
.w-15{
    width: 15% !important;
}
.table td{
    vertical-align: middle !important;
}
.text-v-center{
    vertical-align: middle !important;
}
.pt-5-p{
    padding-top: 5% !important;
}
.new{
    color: #343a40 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: bold !important;
    padding: 1em;
    /* border-bottom-left-radius: 10px; */
    /* background-color: #9398a72f !important; */
    /* padding-right: 75px !important; */
    /* box-shadow: inset -71px 0px 26px -16px rgba(250,251,252,1); */
}
@media screen and (max-width: 1440px){
    
    .scrollbar-sidebar:hover{
        overflow-y: scroll !important;
    }
    #style-1::-webkit-scrollbar-track
    {
        box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }
    
    #style-1::-webkit-scrollbar
    {
        width: 12px;
        background-color: #F5F5F5;
    }
    
    #style-1::-webkit-scrollbar-thumb
    {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: rgba(221, 220, 220, 0.699);
    }
}
.mw-tab{
    max-width: 75px !important;
    
}
.border-rad{
    border-bottom-left-radius: 10px;
}

.my .carousel-item-next.carousel-item-left,
.my .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.my .carousel-item-next,
.my .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.my .carousel-item-prev,
.my .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}


[for="new"].custom-control-label::before{
    width: 1.30rem !important;
    height: 1.30rem !important;
    top: 0 !important;
    margin-inline-start: -0.15rem !important;
}

[for="accord"].custom-control-label::before{
    width: 1.30rem !important;
    height: 1.30rem !important;
    top: 0 !important;
    margin-inline-start: -0.15rem !important;
}
[for="space_customer"].custom-control-label::before{
    width: 1.30rem !important;
    height: 1.30rem !important;
    top: 0 !important;
    margin-inline-start: -0.15rem !important;
}