header, body .main, footer {
    padding-left: 310px;
    padding-right: 5px;
    
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.main {
    flex: 1 0 auto;
}

.sidenav {
    overflow-y: clip!important;
    will-change: transform;
}

.no_padding{
/*    padding: 0px 0px !important;*/
    background: #a01775!important;
}

.no_padding div{
    margin-left: 28%;
    margin-top: -9%;
    font-size: 20px;
}

.no_padding span{
    font-size: 27px;
}

.no_padding2{
    /*    padding: 0px 0px !important;*/
    background: #a01775!important;
}

.no_padding2 p{
    margin-top: 20%;
    font-size: 30px;
    font-weight: bold;
    font-family: cursive;
}

.no_padding2 span{
    font-size: 15;
    font-weight: bold;
    font-family: cursive;
}

.green {
    background-color: #4CB060!important;
}

.red {
    background-color: #EE7D00!important;
}

.red-text{
    color : #EE7D00!important;
}

.select-wrapper input.select-dropdown {
    font-size: 14px;
}

.tabs .tab a{
    font-weight: bold!important;
    color: #4CB060!important;
}

#search-container .search-box {
    width: 95%;
    padding-left: 1rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2);
}

#sarch::placeholder {  
                   
    text-align: center; 
    color: grey;
    font-size: 14px;
}

span.badge.custom_true {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #EE7D00;
    border-radius: 2px;
}

span.badge.custom_false {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #4CB060;
    border-radius: 2px;
}

.text-amount{
    float: right;
    font-size: 20px;
    color: red;
}

.mb{
    margin-bottom: 0px!important;
}

.mid_medium{
    font-size: 3rem!important;
}


.custom_breadom{
    border-radius: 21px;
    height: 60px;
    background: #a01775;;
    padding-left: 10px;
}

.stepline {
    background-color: #26a69a;
    height: 2px;
    color: #26a69a;
    width: 90%;
    margin: 45px auto 25px auto;
    position: relative;
    margin-top: 10%;
    margin-bottom: 10%;
}

.stepbox {
    color: #26a69a;
    font-size: 20px;
    text-align: center;
    border: 2px solid #26a69a;
    border-radius: 7px;
    background: #FFFFFF;
    margin: 0 auto;
    position: relative;
    width: fit-content;
    padding: 0 10px;
    top: -18px;
}

.card_domain_result{
    border: 1px solid #e2e4e7;
    border-radius: 4px;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #e8f5e9;
}

.card_domain_result_content{
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin-top: 0;
    min-height: 32px;
    width: 100%;
}

.icon_left{
    float: left;
    margin-right: 5px;
}

span.badge.custom {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: red;
    border-radius: 2px;
}

.card_domain_result_action{
    width: auto;
    flex: 0 0 auto;
}

.sidenav:hover {
    overflow-y: auto!important;
    will-change: transform;
}

//#a01775

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
    padding: 0 32px!important;
}

.title{
    font-size: 24px;
    font-weight: 300;
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
}

/*effet mouvant au passage de la souris*/
.transform:hover{

	transform:scale(1.1);
}

.back-color{
/*    background: linear-gradient(30deg, #c62828, #880e4f );*/
    /*background-color: #F19807;*/
    /*background: #004d40!important;*/
    /*background: #0E141B!important;*/
/*    background: #00b1b2!important;*/
    background: #a01775!important;
}

.back_green{
    background: #00b1b2!important;   
}


.icon_style{
	position: absolute!important;
	right: 10px!important;
	top: 10px!important;
	font-size: 20px!important;
	color: white!important;
	cursor: pointer!important;
}

.icon_color{
    color: white!important;
}

.icon_link{
    color: white!important;
}

.sidenav_back{
/*    background: lightgrey;*/
background: #a01775;;
}

.btn-small {
    height: 27.4px;
    line-height: 27.4px;
    font-size: 10px;
}

.single_img{
	height: 50px;
	width: 50px;
}

.orange_txt{
    color: orange!important;
}

.marge{

    margin-right: 10%;
    margin-left: 10%;
}

.back{
    /*background: linear-gradient(45deg, #0288d1, #26c6da);*/
    background-color: #FF7300;
}

.top-min{
    margin-top: 200px;
}

.padding0{
    padding: 0 !important;
}
.pad32{
    padding: 0 32px!important;
}


.logo_red{
    background: #e93830;
}

.col_red{
    color: #e93830!important;
}

/***************************search bar******************************/
.app-search {
    position: relative;
}
.mr-2 {
    margin-right: 2% !important;
}
.app-search .search-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #bdbdbd;
}
.app-search .app-filter {
    max-width: -webkit-calc(100% - 3rem) !important;
    max-width: -moz-calc(100% - 3rem) !important;
    max-width: calc(100% - 3rem) !important;
    margin-bottom: .5rem !important;
    padding: .2rem !important;
    padding-left: 2.75rem !important;
    border: none !important;
    border-radius: .4rem !important;
    background-color: #fff !important;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2) !important;
}

/***************************search******************************/

.section {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30px;
}

@media screen and (max-width:600px){

    .top-min{
        margin-top: 10px;
    }
    .marge{

        margin-right: 0%;
        margin-left: 0%;
    }
    .main{

        margin-left: 5%;
        margin-right: 5%;
    }
    header,body .main, footer {
        padding-left: 5px;
        padding-right: 5px;
    }
    nav .brand-logo.center {
        left: 49%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .stepline {
        width: 100%;
    }

}

@media only screen and (max-width : 992px) {
    header,body .main, footer {
        padding-left: 0;
    }
}


