.cadrant {
    color: black;
    text-align: center;
    width: 100%;
    font-weight: bold;

}

.col-md-3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
    background: slategrey;

}
.monde .pull-right{
    font-size: 34px;
}

.col-md-3  {
    color: black;
    background-color: lightgrey;
    padding: 5px 25px;
}

.content_flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    padding: 2px;
    width: 30%;
    display: flex;
    margin-left: 28px; /* Rajout titouan */
    position: relative;
}

.pull-right {
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.absolute-align{
    width: 50%;
    position: absolute;
    left: 10em;
}


.flex-left {
    width: 100%;
}

.overflow-item { /* Rajout titouan */
    width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.first_section {
    padding: 40px 15px;
    display: flex;
    margin: 15px 0px;
    border-radius: 5px;
    background-color: lightgrey;
}

.first_section h2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.first_section img {
    width: 15%;
}
dt{
    font-weight: bold;
    font-size: 26px;
}
dd{
    margin-left: 10%;
}
hr{
    border: solid 0.5px slategrey;

}
.monde section{
    margin: 10px 0px;
}

/*Chrono*/
.row{
    width: 50%;
    margin: 0 auto;
}
.bg-display{
    background-color: rgb(234, 249, 255);
    display: flex;
    justify-content: center;
}
.ctn-running{
    display: none;
}
.ctn-pausing{
    display: none;
}
.text-center{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#btn-start,#btn-restart{
    width: 100%;
    color: #fff; !important;
    background-color: #5cb85c; !important;
    border-color: #4cae4c;!important;
}
#btn-stop, #btn-end{
    color: #fff;!important;
    background-color: #d9534f;!important;
    border-color: #d43f3a;!important;
 }
#btn-stop, #btn-restart{
    width: 75%;

}
#btn-raz, #btn-tour{
    width: 22%;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;



}

.btn{
    background-color: unset;
    border-radius: 6px;
    margin: 5px;
}
.btn-danger{
    color: #fff;!important;
    background-color: #d9534f;!important;
    border-color: #d43f3a;!important;

}
.btn-success{
color: #fff; !important;
background-color: #5cb85c; !important;
border-color: #4cae4c;!important;
}

/*timer*/
.number, .sep{
    text-align: center;
    font-size: 30px;
}
.bg-command{
    display: flex;
    justify-content: space-between;
}
.bg-display .number{
    padding: 0px 10px;
}
.bg-command .item{
    border: 1px solid #999;
    font-size: 3.5rem;
    background: #ededed;
    text-align: center;
    margin: 1%;

    box-sizing: border-box;
    width: 100%;
}
.bg-command .item:hover{
    cursor: pointer;
}
.ctn-display{
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 2rem ;
}
.ctn-display .item-display{
    padding: 15px;
}
.bg-display .number:hover {
    cursor: pointer;
    color: slategrey;
}
#ecoule{
    font-size: 2.5rem;
    text-align: center;
}

.table-striped td , .table-striped th{
    border: unset;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th, .table thead tr td, .table thead tr th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 1.1rem;

}
.table-striped a{
    display: flex;
}
.table-striped span{
    margin-right: 10px;
}
.changement_div{
    width: 65%;
    height: 20vh;
    overflow:auto
}


.wi-big {
    font-size: 11rem;
    color: #434343;
    padding: 2rem;
}

.big-weather {
    text-align: center
}

.big-weather .cur-temp {
    font-size: 4rem;
    font-weight: 700
}

.big-weather .icon>div {
    font-style: oblique
}



.flag {
    display: inline-block;
    width: 16px;
    height: 11px
}

.flag32 {
    zoom:.5;display: inline-block!important;
    margin-right: 9px
}

.flag128 {
    width: 128px;
    height: 75px
}


#domtomcontainer {
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: white;
}

#domtomcontainer > * {
    font-size: 17px;
    margin : 8px;
    padding: 12px;
    background-color: #d3d3d3;
    border-radius: 5px;
    width:220px;
}

.result-decalage{
	margin-block:10px;
}

.table-decalage{
	flex-direction: column;
	display: table;
}

@media (max-width: 700px){
    .table thead {
    display: none;
    }
    
    .table tr{
    display: block;
    margin-bottom: 40px;
    }
    
    .table td, .table a {
    display: block;
    text-align: right;
    }
    
    .table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    }
}