:root {
    --day500: #B4DB49;
    --danger100: #fef0f4;
    --danger: #f1416c;
    --danger500: #f1416c;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn {
    outline: 0!important;
}

.btn {
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.3rem 0.6rem;
    font-size: 1.1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn.btn-light-primary {
    color: white;
    background-color: var(--day500);
}

.btn.btn-light-primary:hover {
    color: var(--day500);
    background-color: white;
}

.btn.btn-light-danger {
    color: var(--danger500);
    background-color: var(--danger100);
}

.btn.btn-light-danger:hover {
    color: var(--danger500);
    background-color: white;
}

.card .info svg {
    width: 30px !important;
    height: 30px !important;
}

.color-grey-footer { 
    color: #6C6C6C !important;
    font-weight: 300;
}

.capi {
    text-transform: uppercase;
}

.w-50-px {
    width: 50px !important;
}

.float-left {
    float: left;
}

.img_round {
    background-color: white;
    border: 1px solid #333;
}

.fw-400 {
    font-weight: 400;
}
.fw-300 {
    font-weight: 300;
}
.fw-200 {
    font-weight: 200;
}

.float-right {
    float: right;
}

.btn_01-submit:hover {
    background-color: var(--day500);
    color: white;
    border: 1px solid white;
}

.color-fade .card:nth-child(even) {
    background-color: #EBEBEB;
}

.color-fade .card:nth-child(odd) {
    background-color: white;
}

.border-left-1px {
    border-left: 1px solid black;
}

.max-h-140 {
    max-height: 140px;
}

.background-transparent {
    background-color: transparent;
}

.titre {
    font-weight: 100;
    text-transform: uppercase;
}

.soustitre {
    text-transform: uppercase;
    font-weight: 100;
}

.surligne {
    text-decoration: underline 1px;
}

.color-background-blue-fix {
    top: 3920px;
    left: 0px;
    width: 100%;
    /* UI Properties */
    background: #D3EAF5 0% 0% no-repeat padding-box;
    opacity: 1;
}

.fs-14 {
    font-size: 14px !important;
}

.position-animation-discover-page-fix {
    margin-left: 35px !important;
    padding-top: 35px !important;
    font-weight: bold;
    letter-spacing: 0px;
    color: #707070;
}

.grey-color {
    color: #707070;
}

.charte-button {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-format-engagement {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    color: #707070;
    opacity: 1;
}


/* Create a custom checkbox */
.checkmark {
    position: absolute;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  
  .text-danger:hover {
    background-color: rgb(255 244 244) !important;
  }
  
  .text-danger {
    color: red;
  }

  .blue_color_banner {
    background-color : #779CAA;
  }

  .color_white {
    color: white;
  }

  .background-color-login 
  {
    background-color: #F4F9FA;
    margin-top: -1.5rem!important;
  }

.login-figure {
    margin: 0;
}

.titre-login {
    text-align: left;
    font-weight: 300;
    letter-spacing: 0px;
    color: #707070;
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.form-control-login {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: 100;
}

.footer-title 
{
    text-align: left;
    font-weight: 300;
    letter-spacing: 0px;
    color: #707070;
    text-transform: uppercase;
}

.bg_gray {
    background: #F5F5F5 !important;
}

.f-title {
    font-weight: bold;
    text-transform: uppercase;
}

.t-decoration-unset {
    text-decoration: unset;
}

.align-self-center {
    align-self: center;
}

.bg_gray_light {
    background-color: #f5f5f5;
}

.color-blue{
    color: #3086EA;
}

.blue_button 
{
    color: #3086EA;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 2px solid #3086EA;
    background-color: transparent;
}

.blue_button:hover
{
    color: white;
    text-transform: uppercase;
    padding: 6px 14px;
    border: 2px solid #3086EA;
    background-color: #3086EA;
}

.btn_std {
    text-transform: uppercase;
}

.nature {
    width: auto;
    height: 25px;
    position: absolute;
    top: 0px;
    border: 1px solid #707070;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.text-nature {
    padding-left: 12px;
    text-transform: uppercase;
    font-size: 14px;
    padding-right: 12px;
    text-align: center;
}

@media (max-width: 1660px) {
    .text-nature {
        padding-left: 6px;
        text-transform: uppercase;
        font-size: 10px;
        padding-right: 6px;
        padding-top: 4px;
    }
}

img {
    max-width: 100%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video 
{
    height: auto;
}

.deleteImg 
{
    margin-top: 10px;
    border-radius: 30px;
    background-color: #ebebeb;
}

.area {
    margin: 20px 0;
    border: #999 2px dashed;
    width: 100%;
    height: 200px;
  }
  
  .dragNDrop {
    font-family: sans-serif;
    font-size: 18px;
    color: #999;
    font-weight: bold;
    line-height: 200px;
    text-align: center;
    display: block;
    border-style: dashed solid;
    border-radius: 20px;
  }

  .hidden {
    display: none;
  }

  .fs-18 {
    font-size: 40px;
  }

  .fs-13 {
    font-size: 13px !important;
  }

  .mt--27 {
    margin-top: -27px;
  }

  .text-align-last-center {
    text-align-last: center;
  }
  
  .border-color-blue {
    border-color: #00A4D5 !important;
  }

  .m-h-100 {
    min-height: 100%;
    padding: 2px;
  }

tbody tr:nth-child(odd) {
    background-color: #f4f4f4 !important;
  }

  .users-table-custom
  {
    height: 500px;
    overflow: auto;
  }

  .users-table-custom th { 
    position: sticky; 
    top: 0; 
    background-color: white;
}

.fs-19
{
    font-size: 19px;
}

.fs-18
{
    font-size: 18px;
}

.without-border
{
    border: none !important;
}

.ps-center
{
    place-self: center;
}

.card-url
{
    border: 2px solid rgba(0,0,0,.3);
    min-height: 100px;
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.capi
{

}

.ta-r{
    text-align: right;
}

@media (max-width: 1000px) {
    .hide-mobile {
        display: none;
    }
    
    .titre {
        font-size: 18px !important;
    }
    .h2 {
        font-size: 16px !important;
    }
    .h3 {
        font-size: 14px !important;
    }
    li {
        font-size: 12px !important;
    }
    .custom-format-engagement {
        font-size: 12px !important;
    }

    .max-width {
        max-width: 210px;
        padding-bottom: 20px;
    }
}

.img_hero.min>.figure{
    height: 137px;
}

.wh-36
{
    width: 30px;
    height: 30px;
}

.hamburger--elastic.is-active .hamburger-inner {
    position: fixed;
    top: 25px;
    right: 30px;
}

.trumbowyg-editor {
    color: #000000;
}