html, body {
  height: 100%;
  width: 100%;
  overflow: auto;
}
html { 
  overflow: hidden;
}

body{
	font-family: 'Roboto';
	color:#747a87;
}

body#login{
	background: url('../../../img/background.jpg') no-repeat center fixed;
	background-size: cover;
}

a:hover{
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat';
	color:#000;
}

button,.btn{
	cursor:pointer;
}
*:disabled{
	cursor:not-allowed;
}

.blue{
	background:#229aa5;
}

.btn-light.disabled, .btn-light:disabled {
    background-color: #ccc;
    border-color: #ccc;
}

.wrapper {
    display: flex;
}

.navbar{
	font-size:13px;
	background:#323642;
	padding:0 15px;
	font-family: 'Montserrat';
}

.navbar .nav-item{
	position: relative;
	transition: background .2s;
}

.navbar .nav-item .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%,0);
	opacity:0;
}

.navbar-dark .navbar-nav .nav-item.notActive:hover .triangle{
	opacity:.5;
}



.navbar .nav-item.active .triangle{
	opacity:1;
}

.nav-item i{
    padding-right: 5px;
}

.navbar-dark .navbar-nav .nav-link{
	color:#d8d8d8;
	padding: 18px;
}

.navbar-dark .navbar-nav .nav-link:hover{
	color:#fff;
}

.navbar .navbar-brand{
	margin: 0 55px 0 40px;
}

.navbar .logout{
	margin-left:23px;
	padding-left:15px;
	border-left:1px solid #1d2938;
}

#nav-bottom{
	background: white;
    height: 65px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
}

.padding-navbar{
	padding-top:90px!important;
}

#sidebar {
	font-size:13px;
    width:200px;
    min-height: 100vh;
    background: #1d2938;
    padding: 0 25px 0 25px;
}

#sidebar .avatar{
	border-radius: 50%;
	margin-bottom: 15px;
	padding: 0 15px;
}

#sidebar .sidebar-menu{
	border-top: 1px solid #323641;
	margin-top: 15px;
	padding-top:15px;
}

#sidebar ul li{
	margin-bottom:10px;
}

#sidebar .btn{
	width:100%;
}

#sidebar .edit-profile{
	color:white;
	position:relative;
	display:block;
}

#sidebar .edit-profile .name{
	font-family:Montserrat;
}

#sidebar .edit-profile i{
	display:none;
	position:absolute;
	top:0;
	right:0;
}

#sidebar .edit-profile:hover{
	text-decoration:none;
}

#sidebar .edit-profile:hover i{
	display:block;
}

#assistance-link{
	position:fixed;
	width:200px;
	bottom:20px;
	left:0;
	padding-top: 20px;
    border-top: 1px solid #323641;
}

#assistance-link a{
	font-size:13px;
	text-decoration: underline;
}

.btn{
	border-radius:0;
	font-family: "Montserrat";
	font-size: 13px;
	border:none;
}
.btn-blue{
	background: #179aa5;
	color:white;
}
.btn-blue:hover,.btn-dark:hover{
	background: #1e2a38;
	color:white;
}

.btn-long{
	width:200px;
}

.btn-search{
	padding: 10px 15px;
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
}

.badge-blue{
	background:#179aa5;
	color:white;
}

.separator{
	margin-right: 8px;
}

#twentyContainer{
	display:none;
}

.order{
	border-top: 1px solid #dddddd;
	padding:0;
	background: #F4F6F8;
	min-height: 100px;
}

.order .order-infos{
	padding:7px 15px;
}

.order .order-infos .order-info{
	margin-right: 15px;
}

.order .order-infos .progress{
	width:120px;
	float: right;
    margin: 4px 0 0 0;
}

.order .order-footer{
	padding:0px 15px 15px 15px;
}

.thumbnails img{
	height:40px;
}

.order .order-footer .btn{
	width:120px;
}

#search{
	padding: 5px;
    width: 200px;
}

.dropzone{
	min-height: 250px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
}

.dropzone .dz-message{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin:0;
    font-family: Montserrat;
}

.alert{
	font-size: 1rem;
}

.alert-message{
	position:fixed;
	bottom:100px;
	right:20px;
	z-index:2;
}

.alert-message .alert{
	padding-right:45px;
}

#dropzoneSubmit{
	display:none;
}

#order-progress{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding-bottom:20px;
	padding-top:20px;
	border-top:1px solid #dddddd;
	background:#ffffff;
	min-height: 120px;
	margin-left: 200px;
    padding-right: 200px;
}

.order-progress-item{
	width:170px;
	position:relative;
}

.order-progress-label{
	color:#dddddd;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%,0);
    width: 170px;
}

.order-progress-dot{
	border-radius:50%;
	background:#dddddd;
	height:15px;
	width:15px;
	position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%,0);
}

.order-progress-bar{
	position:absolute;
	width:130px;
	background:#dddddd;
	height:3px;
	bottom:20px;left:-65px;
}

.order-progress-active .order-progress-label{
	color:#179aa5;
}

.order-progress-active .order-progress-dot,
.order-progress-active .order-progress-bar{
	background:#179aa5;
}

.nav-bottom{
	position: fixed;
    bottom: 40px;
    left: 220px;
    width: 100%;
    padding-right: 220px;
}

.order-view{
	padding-bottom:140px;
}

#facebook{
	background:#385997;
}
#google{
	background:#dc4437;
}

.btn-oauth{
	color:white;
	width:200px;
}

.btn-oauth:hover{
	background: #1e2a38!important;
	color:white;
	text-decoration:none;
}

#login .btn{
	padding-top: 10px;
	padding-bottom: 10px;
	width:200px;
}

#login .form-control{
	display:inline;
	width:200px;
}

#login .control-label{
	font-family: montserrat;
    color: white;
    display: block;
    font-size: 13px;
}

#orderSend .client-images img{
	height:80px;
}

#login .check-email-wrapper{
	font-family: Montserrat;
    background: white;
    border-radius: 3px;
    padding: 20px;
}

#login .check-email-wrapper p{
	margin:0;
}

#login .check-email-wrapper .email{
	font-family: Roboto;
	color:black;
}

#login .alert .list-unstyled{
	margin:0;
}

#login .has-error input{
	background: #f8d7db;
    border: 1px solid #711c25;
}

#user-informations{
	background: #f4f6f8;
    border: 1px solid #dddddd;
}

#user-informations .table td, #user-informations .table th {
    padding: 8px;
    border-top: 1px solid #e9ecef;
}

#user-informations .table tr:first-child td, #user-informations tr:first-child .table th {
    border-top: 0;
}

#user-informations td{
	color:black;
}

.nav-item i{
	color: #747a87;
    font-size: 15px;
}

.dashboard-block{
	border: 1px solid #ccc;
    border-top: 4px solid #656565;
    margin-bottom: 20px;
    border-radius: 0 0 4px 4px;
}

.dashboard-block .nav-item i{
	display: inline-block;
    padding: 15px;
    background: #ececec;
    margin-right: 5px;
}

.dashboard-block .nav-item{
	margin-bottom: -1px;
}

.dashboard-block table{
	margin-bottom: 0;
}

.dashboard-block table .reference{
	color:black;
}

.dashboard-block .btn{
	width: 115px;
}

.dashboard-block .small{
	font-size:12px;
	padding:0 5px;
	text-align:center;
}

.nav-tabs .nav-link{
	border-top:4px solid transparent;
	border-radius:0;
}

.nav-tabs .nav-link h6{
	margin-bottom: 5px;
    margin-top: 5px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ccc;
    border-bottom: 1px solid white;
    background: white;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus{
	border-top:4px solid #179aa5
}

.tab-content{
	border-top:0;
}

.progress-bar{
	background-color: #179aa5;
}

.progress{
	background:#323642;
	height: 1.3rem;
}

.progress small{
	font-size: 15px;
	color: white;
}

.page-link,.page-link:hover{
	color:#323642;
}

.order-block{
	/*border:1px solid #dedede;*/
	position:relative;
	overflow:hidden;
	border-radius: 0 0 3px 3px;
	background:white;
}

.order-block .thumbnails{
	height:120px;width:100%;position:relative;perspective: 200px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 66%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 66%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 66%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}

.order-block .thumbnails .thumbnail-img{
	box-shadow: -2px 2px 3px rgba(0,0,0,0.3); 
	background:white;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height:90px;
	width:90px;
	top:15px;
	position:absolute;
}

.order-block .order-reference{
	position:relative;
	z-index:1;
	border-bottom:1px solid #ececec;
}

.order-block .order-reference span{
	font-size:12px;
}

.order-block .order-specification{
	background:white;
	position:relative;
	z-index:1;
	font-size: 12px;
}

.order-block .order-specification .fa-tasks{
	margin-left: 2px;
	margin-right:5px;
}

.order-actions{
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:/*#323642*/ rgba(50,54,66,0.9);
	width:100%;
	height:120px;
}

.order-actions .btn{
	width:150px;
}

.new-spec-block{
	color:#747a87;
}

.new-spec-block div{
	border: 1px solid #dedede;
	border-top: 4px solid #656565;
	background:white;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	padding:10px;
}

.new-spec-block i{
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
	transition: all .2s;
}

.new-spec-block p{
	font-size:13px;
}

.new-spec-block:hover{
	color:#747a87;
}

.new-spec-block:hover i{
	font-size:60px;
}

/***** UPLOAD ******/

.container.uploading{
	position: fixed!important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 9999;
    display: block;
    max-width: initial;
    border: 15px solid #1d2938;
}

.container.uploading #order-progress,
.container.uploading .nav-bottom{
	display:none!important;
}

.container.uploading .progress{
	-webkit-animation: loading 1s infinite;
    -moz-animation:    loading 1s infinite;
    -o-animation:      loading 1s infinite;
    animation:         loading 1s infinite;
}

@-webkit-keyframes loading {
  0%   { background: #323642; }
  50% { background: #626671; }
  100% { background: #323642; }
}
@-moz-keyframes loading {
  0%   { background: #323642; }
  50% { background: #626671; }
  100% { background: #323642; }
}
@-o-keyframes loading {
  0%   { background: #323642; }
  50% { background: #626671; }
  100% { background: #323642; }
}
@keyframes loading {
  0%   { background: #323642; }
  50% { background: #626671; }
  100% { background: #323642; }
}

.progress-bar{
	transition: width .2s;
}

.dropzone .dz-preview.dz-image-preview {
	border: 1px solid #ccc;
	/* overflow: hidden; */
}

.dropzone .dz-preview .dz-image {
	border-radius: 0px;
	max-width: 100%;
}

.dropzone .dz-preview .dz-progress {
	display: none;
}

.dropzone .dz-preview .dz-details {
	top:25px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
    bottom: -8px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    width: 120px;
    background: #323641;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px;
}

.dropzone .dz-preview .dz-error-message {
	top: 146px;
	background: #dc3545;
}
.dropzone .dz-preview .dz-error-message:after {
	border-bottom: 6px solid  #dc3545;
}

.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-filename:hover span{
	color: white;
    background: #323641;
    border: 0;
    border-radius:0;
}

.dropzone .dz-preview .dz-remove {
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
    color: #5f5d5d;
    background: white;
    font-size: 12px;
    border-top: 1px solid #ccc;
}

.dropzone .dz-preview .dz-remove:hover {
	background-color: #dc3545;
	color:white;
	text-decoration: none;
}

.selectableFile{
	position: relative;
	margin:5px;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}

.selectableFile .select-overlay{
	position:absolute;
	top:0;left:0;
	width:100%; height:100%;
	overflow: hidden;
	background: black;
	display:none;
	background: rgba(0,0,0,0.4);
}
.selectableFile .select-icon{
	position:absolute;
	top:120%;left:50%;
	transform: translate(-50%,-50%);
	color:white;
	font-size:40px;
	transition: top .2s;
}

.ui-selecting .select-overlay{ display:block;  }
.ui-selected .select-overlay{ display:block; background: rgba(0,0,0,0.7); }
.ui-selected .select-overlay .select-icon{ top:50%; }
.ui-selectable-helper { background:rgba(255,255,255,0.2)!important; }


.wizard > .steps > ul > li{
	width:25%;
}

.wizard > .content {
	background:#fff;
	margin:0;
	border-radius:0;
	min-height: 27em;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}

.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active{
	margin:0;
	border-radius: 0;
	font-family: Montserrat;
	border-bottom: 4px solid #fff;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active{
	background: #fff;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active{
	background:white;
	color:#179aa5;
	border-bottom: 4px solid #9adbe0;
}

.wizard > .steps .done a:hover{
	border-bottom: 4px solid #179aa5;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active{
	background:#fff;
	border-bottom: 4px solid #179aa5;
	color:black;
}

.steps{
	height:auto;
}

#devisForm legend{
	padding-top: 20px;	
	color:black;
	font-family: Montserrat;
}
#devisForm legend span{
	display:block;
	font-size: 0.9rem;
    text-align: justify;
    color: #747a87;
    font-family: Roboto;
}

#devisForm .category-block {
	text-align:center;
	background:white;
	border: 3px solid #323642;
	box-shadow:0px 2px 4px rgba(0,0,0,0.3);
	padding: 5px 0;
	padding-bottom: 10px;
	cursor:pointer;
	background:  #323642;
	color:white;
	font-family: Montserrat;
	font-size:0.9rem;
}

#devisForm .category-block:hover,#devisForm .category-block.selected{
	border: 3px solid #239aa4;
	background: #239aa4;
}

#devisForm .category-block.selected{
	cursor: initial;
	position:relative;
}

#devisForm .category-block .triangle{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 50px 50px 0;
	border-color: transparent #fff transparent transparent;
	position:absolute;
	top:0;
	right:0;
	opacity: 0;
}

#devisForm .category-block .triangle i{
	position: absolute;
    top: 20px;
    right: -42px;
    color: #259aa4;
    transition: top .2s;
}

#devisForm .category-block.selected .triangle{
	opacity: 1;
}

#devisForm .category-block.selected .triangle i{
	top: 8px;
}

#devisForm .category-block .icon{
	color: white;
    font-size: 35px;
    padding: 5px;
    height: 52px;
    width: 53px;
    background: #259aa4;
    border-radius: 50%;
}

#devisForm .category-block img{
	width:50px;
}

#devisForm .actions a{
	border-radius:0;
	font-family: "Montserrat";
	font-size: 13px;
	border:none;
	background: #179aa5;
	color:white;
}
#devisForm .actions a:hover{
	background: #1e2a38;
	color:white;
}

#devisForm .actions ul li:first-child a{
	color: #212529;
    background-color: #f8f9fa;
}

.wizard > .content > .body{
	overflow-y: auto;
    padding-left: 3px;
    padding-right: 3px;
    width:100%;
    height:100%;
}

#devisForm .switch {
  	position: relative;
  	display: inline-block;
 	width: 50px;
    height: 28px;
}

#devisForm .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

#devisForm .switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

#devisForm .switch .slider.checked{
  background-color: #179aa5;
}

#devisForm .switch .slider:focus {
  box-shadow: 0 0 1px #179aa5;
}

#devisForm .switch .slider.checked:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

#devisForm .prestation{
	margin-bottom:10px;
	color:white;
	border-bottom: 1px solid #555;
	padding-bottom: 10px;
	font-family: Montserrat;
}

#devisForm .prestation:nth-child(5),#devisForm .prestation:nth-child(6){
	border:none;
}

#devisForm .prestation .switch-info{
	border-radius: 50%;	
	float: right;
	margin-right: 10%;
}

#devisForm .prestation div, #devisForm .prestation button{
	display:inline-block;
	vertical-align: middle;
}

#devisForm .prestation button{
	margin-bottom: 0!important;	
}

#devisForm .devis-block{
	background: #1e2a39;
    padding: 10px;
    padding-top: 20px;
    border-radius: 5px;
    margin:0;
}

#devisForm .devis-block label{
	color:white;
}

#devisForm .export label i{
	background: #179aa5;
    color: white;
    border-radius: 50%;
    padding: 5px;
    height: 27px;
    width: 27px;
    padding-left: 6px;
    text-align: center;
}

::placeholder {
  color: #acacac!important;
}

#devisForm .devis-block.export{
	padding: 8px 0;
    border-radius: 0;
    border-bottom: 1px solid #555;
}

#devisForm .devis-block.export .form-group{
	margin-bottom: .3rem;
}

#devisForm #export-fields-list li:first-child .export{
	border-radius: 5px 5px 0 0;
}

#devisForm #export-fields-list li:last-child .export{
	margin-bottom: 10px;
	border-radius: 0 0 5px 5px;
}

#devisForm #export-fields-list li:first-child:last-child .export{
	border-radius: 5px;
}

#devisForm .devis-block.export .delete-button{
	display: flex;
    align-items: center;
    justify-content: center;
}

#language-switcher {
	text-align: center;
    margin-top: 30px;
}

#language-menu {
	background: none;
    border: none;
    padding: 0;
}

.dropdown-toggle::after {
	border-top: .3em solid white;
}

#language-menu:hover, #language-menu:focus {
	outline: none;
}

#language-menu + .dropdown-menu {
	background: #1d2938;
	border: none;
	min-width: auto;
    padding: 6px;
	margin-left: -6px;
	border-radius: 0;
	box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
}
#language-menu + .dropdown-menu li:last-child {
	margin-bottom: 0;
}

/* https://www.phoca.cz/cssflags/ */
.flag {
	height: 25px;
    width: 38px;
	background-size: 100% 100%!important;
	display: inline-block;
}
.flag-cn {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjAwIDgwMCIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPg0KPHBhdGggZmlsbD0iI2RlMjkxMCIgZD0ibTAsMGgxMjAwdjgwMGgtMTIwMHoiLz4NCjxwYXRoIGZpbGw9IiNmZmRlMDAiIGQ9Im0tMTYuNTc5Niw5OS42MDA3bDIuMzY4Ni04LjEwMzItNi45NTMtNC43ODgzIDguNDM4Ni0uMjUxNCAyLjQwNTMtOC4wOTI0IDIuODQ2Nyw3Ljk0NzkgOC40Mzk2LS4yMTMxLTYuNjc5Miw1LjE2MzQgMi44MTA2LDcuOTYwNy02Ljk3NDctNC43NTY3LTYuNzAyNSw1LjEzMzF6IiB0cmFuc2Zvcm09Im1hdHJpeCg5LjkzMzUyIC4yNzc0NyAtLjI3NzQ3IDkuOTMzNTIgMzI0LjI5MjUgLTY5NS4yNDE1KSIvPg0KPHBhdGggZmlsbD0iI2ZmZGUwMCIgaWQ9InN0YXIiIGQ9Im0zNjUuODU1MiwzMzIuNjg5NWwyOC4zMDY4LDExLjM3NTcgMTkuNjcyMi0yMy4zMTcxLTIuMDcxNiwzMC40MzY3IDI4LjI1NDksMTEuNTA0LTI5LjU4NzIsNy40MzUyLTIuMjA5NywzMC40MjY5LTE2LjIxNDItMjUuODQxNS0yOS42MjA2LDcuMzAwOSAxOS41NjYyLTIzLjQwNjEtMTYuMDk2OC0yNS45MTQ4eiIvPg0KPGcgZmlsbD0iI2ZmZGUwMCI+DQo8cGF0aCBkPSJtNTE5LjA3NzksMTc5LjMxMjlsLTMwLjA1MzQtNS4yNDE4LTE0LjM5NDUsMjYuODk3Ni00LjMwMTctMzAuMjAyMy0zMC4wMjkzLTUuMzc4MSAyNy4zOTQ4LTEzLjQyNDItNC4xNjQ3LTMwLjIyMTUgMjEuMjMyNiwyMS45MDU3IDI3LjQ1NTQtMTMuMjk5OC0xNC4yNzIzLDI2Ljk2MjcgMjEuMTMzMSwyMi4wMDE3eiIvPg0KPHBhdGggZD0ibTQ1NS4yNTkyLDMxNS45Nzk1bDkuMzczNC0yOS4wMzE0LTI0LjYzMjUtMTcuOTk3OCAzMC41MDctLjA1NjYgOS41MDUtMjguOTg4NiA5LjQ4MSwyOC45OTY0IDMwLjUwNywuMDgxOC0yNC42NDc0LDE3Ljk3NzQgOS4zNDkzLDI5LjAzOTItMjQuNzE0LTE3Ljg4NTgtMjQuNzI4OCwxNy44NjUzeiIvPg0KPC9nPg0KPHVzZSB4bGluazpocmVmPSIjc3RhciIgdHJhbnNmb3JtPSJtYXRyaXgoLjk5ODYzIC4wNTIzNCAtLjA1MjM0IC45OTg2MyAxOS40MDAwNSAtMzAwLjUzNjgxKSIvPg0KPC9zdmc+DQo=');
}

.flag-en {
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNjAgMzAiIGhlaWdodD0iNjAwIj4NCjxkZWZzPg0KPGNsaXBQYXRoIGlkPSJ0Ij4NCjxwYXRoIGQ9Im0zMCwxNWgzMHYxNXp2MTVoLTMwemgtMzB2LTE1enYtMTVoMzB6Ii8+DQo8L2NsaXBQYXRoPg0KPC9kZWZzPg0KPHBhdGggZmlsbD0iIzAwMjQ3ZCIgZD0ibTAsMHYzMGg2MHYtMzB6Ii8+DQo8cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iNiIgZD0ibTAsMGw2MCwzMG0wLTMwbC02MCwzMCIvPg0KPHBhdGggc3Ryb2tlPSIjY2YxNDJiIiBzdHJva2Utd2lkdGg9IjQiIGQ9Im0wLDBsNjAsMzBtMC0zMGwtNjAsMzAiIGNsaXAtcGF0aD0idXJsKCN0KSIvPg0KPHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEwIiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjxwYXRoIHN0cm9rZT0iI2NmMTQyYiIgc3Ryb2tlLXdpZHRoPSI2IiBkPSJtMzAsMHYzMG0tMzAtMTVoNjAiLz4NCjwvc3ZnPg0K');
}

.flag-fr {
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K'); 
}