#img-logo-page{
    height: 50px;
}
.logo-src {
    background-repeat: no-repeat !important;
    height: 100% !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}
.page-title-wrapper{
    position: relative;
}
.p-ab{
    position: absolute !important;
    z-index: 1;
    left: 50%;
}

#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;
}
#tels > option {
    display: none !important;
}

.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;
    color: #6c757d;
    font-size: small;
    border:none;
    background-color: inherit;
    width: max-content;
}


#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:not(option) {
    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;
    }
} 




.b-0{
    bottom: 0;
}