/* Custom app styles */
body,html{
	font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.block[data-type="container"] {
  cursor: grab;
  user-select: none;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  background: #e9ecef;
  border: 1px dashed #6c757d;
  display: inline-block;
}

.editor-container {
  border: 2px solid #dee2e6;
  padding: .5rem;
  margin-bottom: 1rem;
  background: #fafafa;
}

.editor-column {
  position: relative;
  background: #fff;
  min-height: 150px;
  border: 1px dashed #ced4da;
  transition: background .2s, border-color .2s;
}

#editor-canvas.border-primary {
  border: 2px dashed #007bff !important;
  background: #f0f8ff;
}

.editor-plus {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
  color: #6c757d;
  transition: color .2s, background .2s;
}
.editor-plus:hover {
  color: #007bff;
  background: rgba(0,123,255,0.1);
  border-radius: 4px;
}

#config {
  display: none;
}
.wrapper{background-color: #f4f6f9;padding-bottom: 50px;}
.bg-warning, .bg-warning>a, .bg-orange, .bg-orange>a {
    color: #ffffff !important;
}
.ft16{font-size:16px!important;}
.ft18{font-size:18px!important;}
.ft20{font-size:20px!important;}
.ft22{font-size:22px!important;}
.ft24{font-size:24px!important;}
.ml50{margin-left:50px;}
.mb70{margin-bottom:70px;}
.mt30{margin-top:30px;}
.main-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: transparent;
  border-top: 1px solid #dee2e6;
 /* margin-left:0!important; */
 padding:0;
 padding-top:1rem;
}
/* Conteneur des boutons */
.footer-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 30px;
  background: #04060687;
  -webkit-border-radius: 80px 80px 0px 0px;
-moz-border-radius: 80px 80px 0px 0px;
border-radius: 80px 80px 0px 0px;
}

 .btn-grad {background-image: linear-gradient(to right, #008c9d 0%, #3A6073 51%, #16222A 100%)}
 .btn-grad {
	/*margin: 10px;
	padding: 15px 45px;*/
	text-align: center;
	text-transform: uppercase;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;            
	/*border-radius: 10px;
	display: block;*/
  }

  .btn-grad:hover {
	background-position: right center; /* change the direction of the change here */
	color: #fff;
	text-decoration: none;
  }
         
/* Style des boutons ronds */
.btn-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  /*background-color: #6c757d;*/
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -15px;
}

/* Bouton central plus grand et décalé */
.btn-central {
  width: 65px;
  height: 65px;
  margin-top: -30px;
}
.btn-custom {
    background: #003d4b;
    color: #fff;
    width: 100%;
}
a {
    color: #125297;
    text-decoration: none;
    background-color: transparent;
}
.login-box, .register-box {
    background: #f4f6f9;
}
.login-box .card, .register-box .card {
    margin-bottom: 0;
    /* background: #ccc; */
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
}
.card-header {
    background-color: transparent;
    border-bottom: 0px solid rgba(0, 0, 0, .125)!important;
}
.dark-mode.bg-gray {
    background-color: #5f7487 !important;
}
