.login-card {
    background: none;
}

.section-phone{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.section-phone .container {  
	margin: 5vh auto;
	width: auto;
}

.phone,
.phone img.map-valise, .phone img.map-trajet {
	height: 100%;
	max-height: 600px;
}

.phone {
	position: relative;
}

.phone .notch-container {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100px;
}

.phone .notch-container .notch {
	width: 20vh;
	height: 4.25vh;
	margin: 0 auto;
	background-color: #111;
	border-bottom-left-radius: 2.334vh;
	border-bottom-right-radius: 2.334vh;
}

.phone img.map-valise, .phone img.map-trajet, .phone img.map-jeu {
	display: block;
	border: 1.334vh solid #111;
	border-radius: 4.5vh;
}

.section-phone .valise{
    position: absolute;
    width: 100%;
}

.section-phone .valise>img{
    position: relative;
}

.section-phone .trajet{
    position: absolute;
}

.section-phone .trajet>img{
    width: 100%;
}

.modal.edit-valise .modal-dialog.modal-lg, .modal.edit-trajet .modal-dialog.modal-lg{
	max-width: 900px;
}

.modal.edit-valise .form-edit-valise, .modal.edit-trajet .form-edit-trajet{
	width: 50%;
}

.modal.edit-valise .map-valise, .modal.edit-trajet .map-trajet, .modal.show-valise .map-jeu{
	height: 100%;
	max-height: 600px;
}

.section-phone .valise.active .arrow-down{
    width: 32px;
    height: 20px;
    background-color: #7353eb;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.contact-editform fieldset button{
	margin-top: 0;
}

img.img-reponses{
	max-width: 50px;
}
.modal.show-question .modal-body .order-question{
    padding: 5px 15px;
    background-color: #7353eb;
    border-radius: 20px;
    color: #fff;
	text-align: center;
}

.modal.show-question .modal-body .txt-question{
	padding: 15px 25px;
	border: 1px solid #7353eb;
	border-radius: 20px;
	text-align: center;
}

.card.card-statistique .card-header p { 
	height: 40px;
}

.card.card-statistique .btn {
	padding: 12px 0;
	font-size: 12px;
}