html, body {
    color: #47525E;
    font-family: 'Nunito', sans-serif;
    width: 100%;
    margin: 0;
}

.table td, .table th{
    vertical-align: middle;
}


.logo{
    width: 120px;
}

.nav-link{
    text-align: center;
}

#separateur{
    background-color: #f07d00;
    color: #FFFFFF;
    text-align: center;
    padding: 0px;
    width: 100%;
    letter-spacing: .1rem;
    font-family: 'Caveat Brush', cursive;
    font-size: 30px;
    font-weight: bold;
}

.card-body{
    text-align: center;
}
.onglet{
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    vertical-align: top;
}
.onglet.unselect{
    cursor: not-allowed;
}
.onglet .titre{
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-weight: bold;
}
.onglet.selected .titre{
    border-bottom: 1px solid #888;
}
.onglet:hover .titre{
    border-bottom: 1px solid #333;
}
.onglet.unselect .rounded-circle{
    background-color: #DDD;
    border: 2px solid #BBB;
}
.onglet.ok{
    font-size: 30px;
    font-weight: bold;
    
    width: 100px;
    height: 100px;
    margin: 4px;
    line-height: 100px;
}
.onglet.ok a:hover{
    text-decoration : none;
}

.details_article{
    text-align: center;
}
.details_article .apercu{
    padding: 7px;
    display: inline-block;
    vertical-align: middle;
}

.apercu .rounded-circle{
    background-color: #f07d00;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
    border: 2px solid #f07d00;
    font-size: 10px;
    
    color: #111111;
    text-shadow: 1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF;
    font-weight: bold;
    
    width: 100px;
    height: 100px;

    text-align: center;
    display: flex; /* contexte sur le parent */
    flex-direction: column; /* direction d'affichage verticale */
    justify-content: center;
}

.vide{
    font-weight: bold;
    font-family: 'Caveat Brush', cursive;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 50px 20px;
}
.vide i{
    vertical-align: middle;
}


.selection .item, #selection .item, #selectionEnfant .item{
    position: relative;
    display: inline-block;
    width: 120px;
    height: 120px;
    vertical-align: top;
    background-color: #999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 2px;
    cursor: pointer;
}
.selection .item.selected, #selection .item.selected, #selectionEnfant .item.selected{
    border: 2px solid #000;
}
.selection .item .titre, #selection .item .titre, #selectionEnfant .item .titre{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 45px;
    background-color: rgba(255, 255, 255, 0.65);
    font-weight: bold;
}
#selection .resultats, #selectionEnfant .resultats{
    font-weight: bold;
    text-align: left;
}
#selection .sortable{
    cursor: pointer;
}


#recherche .btn{
    background-color: #FFF;
    border-color: #dae0e5;
}
#recherche .btn.selected{
    border-color: #828a92;
}
#recherche .btn:hover{
    border-color: #c8cdd2;
}


.fa-badge {
    position: absolute;
    margin-left: -14px;
    margin-top: -5px;
}

/*plateau*/
#blocPlateau{
	position: relative;
	min-height: 500px;
}
#plateau{
	background-color: #f07d00;
	padding: 65px;
    margin: auto;
    width: 500px;
    height: 500px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
    flex-wrap: wrap;
	
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0);
}
#plateau .echantillon{
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 10px;
	background-color: #fff;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #828a92;
	position: relative;
}
#plateau .echantillon.selected{
}
#plateau .echantillon span{
	display: inline-block;
	width: 100%;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.65);
	vertical-align: middle;
	bottom: 0;
    left: 0;
    position: absolute;
}
#ok{
    margin: 20px auto;
	text-align: center;
}


/* profil */
.editable-inline{
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.editable-inline *{
    display: inline-block;
}

/* panier */
#getAdresse select{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#getAdresse fieldset{
    background-color: #EEE;
    padding: 10px;
}

/* admin */
tr.obso{
    text-decoration: line-through;
}

.unsur2{
    border-top: 1px solid #F8FAFC;
}
.unsur2:nth-child(odd) {
    background-color: #F0F0F0;
    padding: 8px 0;
}
.unsur2:nth-child(even) {
    background-color: #EAEAEA;
    padding: 8px 0;
}

.select-checkbox-fa{
	overflow-y: hidden;
}
.select-checkbox-fa option{
	background-color: transparent !important;
}
.select-checkbox-fa option::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: "\f0c8";
	width: 1.3em;
	display: inline-block;
	margin-left: 2px;
}
.select-checkbox-fa option:checked::before {
	content: "\f14a";
}


/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
	font-size: 30px;
    background: #7F7F7F;
    color: #FFF;
    cursor: pointer;
    border: 0;
    border-radius: 3px;
    text-decoration: none;
    opacity: 0;
	
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;

    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
     transition-property: transform, opacity;
}
#back-to-top.show {
    opacity: 1;
	-webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
	transform:rotate(360deg);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
#back-to-top.show:hover {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5) inset;
    background: #4C4C4C;
}


/* Pour mobile */
@media (max-width: 600px) {
    #selection{
        text-align: center;
    }
}
