/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --ebe-blue: #0d6efd;
    --ebe-indigo: #6610f2;
    --ebe-purple: #6f42c1;
    --ebe-pink: #d63384;
    --ebe-red: #dc3545;
    --ebe-bordeaux: #ad1642;
    --ebe-orange: #fd7e14;
    --ebe-yellow: #ffc107;
    --ebe-green: #198754;
    --ebe-gold: #ccb78b;
    --ebe-teal: #20c997;
    --ebe-cyan: #0dcaf0;
    --ebe-white: #fff;
    --ebe-gray: #6c757d;
    --ebe-gray-dark: #343a40;
    --ebe-gray-100: #f8f9fa;
    --ebe-gray-200: #e9ecef;
    --ebe-gray-300: #dee2e6;
    --ebe-gray-400: #ced4da;
    --ebe-gray-500: #adb5bd;
    --ebe-gray-600: #6c757d;
    --ebe-gray-700: #495057;
    --ebe-gray-800: #343a40;
    --ebe-gray-900: #212529;
    --ebe-primary: #F66B0E;
    --ebe-secondary: #14191e;
    --ebe-success: #04b07c;
    --ebe-info: #4f9ef8;
    --ebe-warning: #f7c32e;
    --ebe-danger: #d6293e;
    --ebe-light: #eef0f2;
    --ebe-dark: #14191e;
    --ebe-primary-rgb: 246, 107, 14;
    --ebe-secondary-rgb: 20, 25, 30;
    --ebe-success-rgb: 4, 176, 124;
    --ebe-info-rgb: 79, 158, 248;
    --ebe-warning-rgb: 247, 195, 46;
    --ebe-danger-rgb: 214, 41, 62;
    --ebe-light-rgb: 238, 240, 242;
    --ebe-dark-rgb: 20, 25, 30;
    --ebe-white-rgb: 255, 255, 255;
    --ebe-black-rgb: 0, 0, 0;
    --ebe-body-color-rgb: 103, 106, 121;
    --ebe-body-bg-rgb: 239, 242, 246;
    --ebe-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --ebe-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ebe-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --ebe-body-font-family: Inter, sans-serif;
    --ebe-body-font-size: 0.95rem;
    --ebe-body-font-weight: 400;
    --ebe-body-line-height: 1.5;
    --ebe-body-color: #676a79;
    --ebe-body-bg: #eff2f6;
    --secondary-color: #ccb78b;
    --bg-white: #fff;
    --secondary-color-rgb: 204, 183, 139;
    --lite-blue: #e7f2fc;
    --border-radius-4: 4em;
    --border-radius-1: 1em;
    --sweet-blue: #205375;
    --sweet-blue-rgb: 32, 83, 117;
}

body{
    background: var(--ebe-gray-100);
    font-family: 'Poppins', sans-serif;
    position: relative;
    font-size: .9em;
    -webkit-appearance:none;
}
body.overlay:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 999;
}

a{
    text-decoration: none;
    color: var(--sweet-blue);
    position: relative;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-weight: bold;
    line-height: 1.4em;
}
h1.md, .h1.md, h2.md, .h2.md, h3.md, .h3.md, h4.md, .h4.md, h5.md, .h5.md, h6.md, .h6.md{
    font-weight:600;
}
h1.lite, .h1.lite, h2.lite, .h2.lite, h3.lite, .h3.lite, h4.lite, .h4.lite, h5.lite, .h5.lite, h6.lite, .h6.lite{
    font-weight:400;
}
h1.big, .h1.big, h2.big, .h2.big, h3.big, .h3.big, h4.big, .h4.big, h5.big, .h5.big, h6.big, .h6.big{
    font-size:2.5em;
}

h1, .h1{
    font-size: 1.8em;
    color: var(--sweet-blue);
    position: relative;
}
h2, .h2{
    font-size: 1.6em;
}
h2 i, .h2 i{
    margin-right: 1em;
}
h3, .h3{
    font-size: 1.4em;
}
h4, .h4{
    font-size: 1.2em;
}
h5, .h5{
    font-size: 1em;
}
h6, .h6{
    font-size: .8em;
}

p{
    line-height: 1.6em;
    color: var(--ebe-gray-700);
    margin-bottom: 1.5em;
    font-size: 1.2em;
    font-weight: 300;
}

/* Menu horizontal  */

header{
    background: var(--ebe-white);
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 1em;
    width: calc((100% - 9rem));
    z-index: 1000;
}

header nav{
    padding-bottom: 3em;
    position: absolute;
    top: 25px;
    right: 5rem;
}

header nav > ul li{
    display: inline-block;
}
header nav a{
    border-radius: 50px;
    border-right: 6px solid transparent;
    color: var(--ebe-gray-600);
    margin-bottom: .2em;
    text-transform: uppercase;
    display: inline-block;
    padding: 1em;
}
header nav i{
    color: var(--sweet-blue);
}
header nav a:hover{
    color: var(--ebe-gray-900);
    background: var(--ebe-gray-100);
}
header nav a.active{
    background: var(--ebe-primary);
    color: var(--ebe-white);
}
header nav a.active{
    background: var(--ebe-white);
    background: var(--sweet-blue);
    color: var(--ebe-gray-dark);
    color: var(--ebe-white);
}
header nav .menu-title.active a.active{
    border: 1px solid var(--ebe-gray-200);
}
header nav a.home.active{
    background: var(--ebe-gray-100);
    background: var(--sweet-blue);
    color: var(--ebe-gray-dark);
    color: var(--ebe-white);
}
header nav a.active i{
    color: var(--ebe-gray-dark);
    color: var(--ebe-white);
}
header nav .menu-title i.roll{
    position: absolute;
    top: 12px;
    right: 10px;
    transition: all .5s ease;
}
header nav .menu-title.active i.roll, 
header nav .menu-title:hover i.roll{
    transform: rotate(90deg);
}

.container{
    position: relative;
}
.container.white-bg{
    background: #fff;
}
.container.lite-grey-bg{
    background: var(--ebe-gray-100);
}
.container.presence{
    background: #205375 url(../img/presence-monbusiness-afrique.jpg) no-repeat;
    background-position: 100% center;
    background-size: 36%;
    height: 400px;
}
.presence .countries{
}
.presence .country{
    display: inline-block;
    margin: 0 20px 20px 0;
}
.presence .country > div{
    width: 120px;
    height: 80px;
}

.logo{
    display: inline-block;
    font-size: 2em;
    color: #205375;
    font-weight: bold;
}
.logo img{
    display: block;
    width: 200px;
}
.login .logo img{
    margin: 0 auto;
}
.login .login-illustration{
    background: url(../img/login-checklist.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-center{
    justify-content: center !important;
}
.justify-content-right{
    justify-content: right !important;
}
.align-items-center{
    align-items: center !important;
}
.align-items-start{
    align-items: start !important;
}
.text-lg-end{
    text-align: right !important;
}
.text-lg-start{
    text-align: left !important;
}

.tt-none{
    text-transform: none !important;
}

.w-100{
    width: 100%;
}
.w-70{
    width: 70%;
}
.w-fill{
    width: -webkit-fill-available;
}
.w-50{
    width: 50%;
}

.gap-1{
    gap: 1em;
}

.rounded{
    border-radius: 50%;
}

.container .user-menu{
    background: var(--ebe-white);
    position: absolute;
    top: 10px;
    right: 20px;
    transition: all .2s ease;
    border: 1px solid rgba(0, 0, 0, .1);
    padding-left: 1.5em !important;
}
.user-menu:hover{
    border: 1px solid rgba(0, 0, 0, .3);
}
.user-menu:hover a{
    color: var(--ebe-gray-900);
    background: transparent;
}
.user-menu a {
    color: var(--ebe-gray-600);
}
.user-menu .company-name{
    display: block;
    margin-top: .2em;
}

.user-menu #company-list{
    position: absolute;
    top: 58px;
    right: 0px;
    width: 200px;
    background: #fff;
    display: none;
    transition: all .5s ease;
}
.user-menu:hover #company-list{
    display: block;
}
.user-menu #company-list li a{
    display: block;
    padding: 1em;
    margin-bottom: .3em;
    border-radius: 50px;
}
.user-menu #company-list li a:hover{
    background: var(--ebe-gray-200);
}
.user-menu #company-list li a.active{
    background: var(--sweet-blue);
    color: var(--ebe-white);
}



.customer-name{
    color: var(--ebe-gray-800);
}

.bold{
    font-weight: 700;
}

.avatar{
    width: 42px;
    height: 42px;
}
.avatar-big{
    width: 256px;
    height: 256px;
    margin: 0 auto;
}

.corporate-logo{
    width: 156px;
    height: 156px;
    margin: 0 auto;
}

.popup{
    position: fixed;
    z-index: 1000;
    display: none !important;
}
.popup.active{
    display: block !important;
}
.popup form{
    display: none;
}

.gelule{
    display: inline-block;
    width: 35px;
    height: 18px;
    border-radius: 50px;
    background: #f0f0f0;
    margin: 0 3px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.gelule:after{
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    background: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease;
}
.gelule.active{
    background: rgba(var(--ebe-success-rgb), .3);
}
.gelule.active:after{
    background: var(--ebe-success);
    top: 0;
    left: unset;
    right: 0;
}

.features-list{}
.features-list li{
    padding: .5em;
    color: var(--ebe-gray-700);
}
.features-list li i{
    margin-right: 1em;
}

small{
    font-size: .9em;
}
small.child{
    font-size: 70%;
    font-weight: 300;
}

.amount, .nowrap{
    white-space: nowrap;
}

span.date{
    margin-bottom: .3em;
}
span.date span{
    display: inline-block;
    width: 90px;
}
span.date time{
    display: inline-block;
    width: 100px;
    color: var(--ebe-gray-600);
}
.invoice span.date{
    padding: .5em 0;
    white-space: nowrap;
}
.invoice span.date span{
    display: inline-block;
    width: 100px;
    margin-right: 2em;
}
.invoice span.date.lg span{
    display: inline-block;
    width: 200px;
    margin-right: 2em;
}
.invoice span.date.lg time{
    width: 200px;
}



.status::before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    vertical-align: middle;
    background: var(--ebe-gray-400);
    margin-right: .5em;
}
.status.status-info::before{
    background: var(--ebe-info);
}
.status.status-success::before{
    background: var(--ebe-success);
}
.status.status-warning::before{
    background: var(--ebe-warning);
}
.status.status-danger::before{
    background: var(--ebe-danger);
}

/* Texts  */
.text-success{
    color: var(--ebe-success);
}
.text-warning{
    color: var(--ebe-warning);
}
.text-danger{
    color: var(--ebe-danger);
}
.text-info{
    color: var(--ebe-info);
}
.text-sweet-blue{
    color: var(--sweet-blue);
}
.text-black{
    color: var(--ebe-gray-dark);
}
.text-primary{
    color: var(--ebe-primary);
}
.text-gray{
    color: var(--ebe-gray-600);
}
.text-white{
    color: var(--ebe-white);
}
.text-gold{
    color: var(--ebe-gold);
}

/* Backgrounds  */
.bg-success{
    background: var(--ebe-success);
}
.bg-warning{
    background: var(--ebe-warning);
}
.bg-danger{
    background: var(--ebe-danger);
}
.bg-lite-gray{
    background: var(--ebe-gray-100);
}

.card{
    background: var(--ebe-white);
}
.card-primary{
    background: var(--ebe-primary);
}
.card-secondary{
    background: var(--sweet-blue);
}

.gray{
    color: var(--ebe-gray-700);
}

.box-shadow{
    box-shadow: 2px 0px 26px 0px rgba(171, 171, 171, 0.3);
    transition: all .5s ease;
}
/*.box-shadow:hover{
    box-shadow: 2px 0px 26px 0px rgba(171, 171, 171, 0.8);
}*/

.d-flex{
    display: flex !important;
}
.d-block{
    display: block !important;
}
.d-inline-block{
    display: inline-block !important;
}

/* Payment progress */
.payment-progress-bar{
    width: 100%;
    height: 7px;
    background: var(--ebe-gray-200);
    margin-top: .25em;
    position: relative;
    border-radius: .25em;
}
.payment-progress-bar span{
    max-width: 100%;
    height: 7px;
    border-radius: .25em;
    position: absolute;
    top: 0;
    left: 0;
}
.payment-progress-bar em{
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    top: -17px;
    right: 5px;
    color: var(--ebe-gray-500);
}

/* Padding */
.pd-0{ padding: 0em !important; }
.pd-0-5{ padding: .5em !important; }
.pd-1{ padding: 1em !important; }
.pd-2{ padding: 2em !important; }
.pd-3{ padding: 3em !important; }
.pd-4{ padding: 4em !important; }
.pd-5{ padding: 5em !important; }

.pt-0{ padding-top: 0em !important; }
.pt-1{ padding-top: 1em !important; }
.pt-2{ padding-top: 2em !important; }
.pt-3{ padding-top: 3em !important; }
.pt-4{ padding-top: 4em !important; }
.pt-5{ padding-top: 5em !important; }

.pr-0{ padding-right: 0em !important; }
.pr-1{ padding-right: 1em !important; }
.pr-2{ padding-right: 2em !important; }
.pr-3{ padding-right: 3em !important; }
.pr-4{ padding-right: 4em !important; }
.pr-5{ padding-right: 5em !important; }

.pl-0{ padding-left: 0em !important; }
.pl-1{ padding-left: 1em !important; }
.pl-2{ padding-left: 2em !important; }
.pl-3{ padding-left: 3em !important; }
.pl-4{ padding-left: 4em !important; }
.pl-5{ padding-left: 5em !important; }

.pb-0{ padding-bottom: 0em !important; }
.pb-1{ padding-bottom: 1em !important; }
.pb-2{ padding-bottom: 2em !important; }
.pb-3{ padding-bottom: 3em !important; }
.pb-4{ padding-bottom: 4em !important; }
.pb-5{ padding-bottom: 5em !important; }

/* Margin */
.mt-0{ margin-top: 0em !important; }
.mt-0-5{ margin-top: .5em !important; }
.mt-1{ margin-top: 1em !important; }
.mt-2{ margin-top: 2em !important; }
.mt-3{ margin-top: 3em !important; }
.mt-4{ margin-top: 4em !important; }
.mt-5{ margin-top: 5em !important; }

.mr-0{ margin-right: 0em !important; }
.mr-1{ margin-right: 1em !important; }
.mr-2{ margin-right: 2em !important; }
.mr-3{ margin-right: 3em !important; }
.mr-4{ margin-right: 4em !important; }
.mr-5{ margin-right: 5em !important; }

.ml-0{ margin-left: 0em !important; }
.ml-1{ margin-left: 1em !important; }
.ml-2{ margin-left: 2em !important; }
.ml-3{ margin-left: 3em !important; }
.ml-4{ margin-left: 4em !important; }
.ml-5{ margin-left: 5em !important; }

.mb-0{ margin-bottom: 0em !important; }
.mb-0-5{ margin-bottom: .5em !important; }
.mb-1{ margin-bottom: 1em !important; }
.mb-2{ margin-bottom: 2em !important; }
.mb-3{ margin-bottom: 3em !important; }
.mb-4{ margin-bottom: 4em !important; }
.mb-5{ margin-bottom: 5em !important; }


hr {
    margin: 1rem 0;
    color: var(--ebe-gray-700);
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}
hr:not([size]) {
    height: 1px;
}

/* Grid  */
.grid-1{
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}
.grid-1-1{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.grid-1-1-1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.grid-1-2-1{
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 10px;
}
.grid-1-3-1{
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    gap: 10px;
}
.grid-1-1-2{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 10px;
}
.grid-1-2-2{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr;
    gap: 10px;
}
.grid-1-2-2-1{
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    gap: 10px;
}
.grid-1-1-1-2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    gap: 10px;
}
.grid-1-2{
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
}
.grid-1-3{
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 10px;
}
.grid-1-1-3{
    display: grid;
    grid-template-columns: 1fr 1fr 3fr;
    gap: 10px;
}
.grid-1-1-1-1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.grid-1-1-10{
    display: grid;
    grid-template-columns: 1fr 1fr 10fr;
    gap: 10px;
}
.grid-2-1{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
}
.grid-2-2{
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 10px;
}
.grid-2-1-1{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 10px;
}
.grid-2-1-2{
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    gap: 10px;
}
.grid-2-2-1{
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    gap: 10px;
}
.grid-2-2-2{
    display: grid;
    grid-template-columns: 2fr 2fr 2fr;
    gap: 10px;
}
.grid-2-3{
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 10px;
}
.grid-2-10{
    display: grid;
    grid-template-columns: 2fr 10fr;
    gap: 10px;
}
.grid-2-1-1-1-1{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 10px;
}
.grid-3-1{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
}
.grid-3-1-1{
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    gap: 10px;
}
.grid-3-1-2{
    display: grid;
    grid-template-columns: 3fr 1fr 2fr;
    gap: 10px;
}
.grid-3-2{
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 10px;
}
.grid-3-9{
    display: grid;
    grid-template-columns: 3fr 9fr;
    gap: 10px;
}
.grid-4-2{
    display: grid;
    grid-template-columns: 4fr 2fr;
    gap: 10px;
}
.grid-4-8{
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 10px;
}
.grid-5-2{
    display: grid;
    grid-template-columns: 5fr 2fr;
    gap: 10px;
}
.grid-8-4{
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 10px;
}
.grid-r-6-1{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.grid-r-5-1{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.grid-r-4-1{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.cours-thumbnail{
    display: block;
    border: 1px solid var(--ebe-gray-300);
    background: var(--ebe-white);
    border-radius: 6px;
}
.cours-thumbnail .illustration{
    border-radius: 6px 6px 0 0;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cours-thumbnail .rates{
    font-size: .8em;
}
.course-header{
    border-radius: 6px;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.course-header .cats{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100;
}
.course-header:before {
    content: "";
    position: absolute;
    border-radius: 0 0 6px 6px;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
    background-image: linear-gradient(180deg, transparent, black);
    z-index: 1;
}

.part{}
.part ul{
    list-style-type: decimal;
    padding-inline-start: 40px;
}
.part ul.type_a{
    list-style-type: lower-alpha;
}
.part ul .title{
    font-size: 1.2em;
    display: block;
}
.part ul.type_a li{
    font-size: 1.2em;
    color: var(--ebe-gray-700);
    margin-bottom: 1.5em;
    font-weight: 300;
    line-height: 1.6em;
}

/* Forms */
.form-group{
    width: 100%;
}
label{
    display: block;
    margin-left: 1em;
    margin-bottom: .5em;
}
.form-control{
    padding: 1.2em 1em;
    border: .5px solid rgba(0, 0, 0, .4);
    width: calc((100% - 2em));
    outline: none !important;
    border-radius: 1em;
    font-family: 'Poppins', sans-serif !important;
}
.form-control.required{
    border: .5px solid rgba(var(--ebe-info-rgb), .7);
}
.form-control.error{
    border: .5px solid rgba(var(--ebe-danger-rgb), 1) !important;
}
span.form-control{
    display: inline-block;
    border: .5px solid transparent;
}
select.form-control{
    width: 100%;
}
.form-control:focus{
    border: .5px solid rgba(0, 0, 0, .9);
}
input[type="submit"]{
    border-radius: 0px;
    background: var(--ebe-success);
    color: var(--ebe-white);
    text-transform: uppercase;
    border-radius: 1em;
    display: inline-block;
    max-width: 250px;
}
input[type="search"]{
    background: var(--ebe-white) url(../img/search.png) no-repeat;
    background-size: 22px;
    background-position: 5px center;
    padding-left: 36px;
}

.centered{
    text-align: center !important;
}

/* Buttons */
.btn{
    display: inline-block;
    padding: 1.2em 1.4em;
    background: var(--ebe-gray-200);
    color: var(--ebe-gray-700);
    text-align: center;
    border-radius: 8px;
    border: 1px solid var(--ebe-gray-200);
    text-transform: uppercase;
    transition: background .5s ease;
}
.btn.sm-btn{
    padding: 0.6em 1em;
    border-radius: 20px;
    font-size: .9em;
    margin: .5em;
}
.btn-lg {
    padding: 1.2rem 1.6rem !important;
    font-size: .8rem !important;
    border-radius: 0.4rem !important;
}
.btn:hover{
    background: var(--ebe-gray-900);
    color: var(--ebe-white);
    border: 1px solid var(--ebe-gray-900);
}
.btn-primary{
    background: rgba(var(--ebe-primary-rgb), .1) !important;
    color: var(--ebe-primary) !important;
    border: 1px solid rgba(var(--ebe-primary-rgb), .1) !important;
}
.btn-primary:hover, .btn-outline-primary:hover, .btn-primary-deep, .btn-primary-deep:hover{
    color: var(--ebe-white) !important;
    background: var(--ebe-primary) !important;
    border: 1px solid var(--ebe-primary) !important;
}
.btn-outline-primary{
    background: var(--ebe-white) !important;
    color: var(--ebe-primary) !important;
    border: 1px solid var(--ebe-primary) !important;
}
.btn-success{
    background: rgba(var(--ebe-success-rgb), .1) !important;
    color: var(--ebe-success) !important;
    border: 1px solid rgba(var(--ebe-success-rgb), .1) !important;
}
.btn-success:hover, .btn-outline-success:hover, .btn-success-deep, .btn-success-deep:hover{
    color: var(--ebe-white) !important;
    background: var(--ebe-success) !important;
    border: 1px solid var(--ebe-success) !important;
}
.btn-outline-success{
    background: var(--ebe-white) !important;
    color: var(--ebe-success) !important;
    border: 1px solid var(--ebe-success) !important;
}
.btn-warning{
    background: rgba(var(--ebe-warning-rgb), .1) !important;
    color: var(--ebe-warning) !important;
    border: 1px solid rgba(var(--ebe-warning-rgb), .1) !important;
}
.btn-warning:hover, .btn-outline-warning:hover, .btn-warning-deep, .btn-warning-deep:hover{
    color: var(--ebe-white) !important;
    background: var(--ebe-warning) !important;
    border: 1px solid var(--ebe-warning) !important;
}
.btn-outline-warning{
    background: var(--ebe-white) !important;
    color: var(--ebe-warning) !important;
    border: 1px solid var(--ebe-warning) !important;
}
.btn-info{
    background: rgba(var(--ebe-info-rgb), .1) !important;
    color: var(--ebe-info) !important;
    border: 1px solid rgba(var(--ebe-info-rgb), .1) !important;
}
.btn-info:hover, .btn-outline-info:hover, .btn-info-deep, .btn-info-deep:hover{
    color: var(--ebe-white) !important;
    background: var(--ebe-info) !important;
    border: 1px solid var(--ebe-info) !important;
}
.btn-outline-info{
    background: var(--ebe-white) !important;
    color: var(--ebe-info) !important;
    border: 1px solid var(--ebe-info) !important;
}
.btn-outline-light{
    color: var(--ebe-gray-800) !important;
    background: var(--ebe-gray-100) !important;
    border: 1px solid var(--ebe-gray-200) !important;
}
.btn-outline-light:hover{
    color: var(--ebe-gray-900) !important;
    background: var(--ebe-gray-200) !important;
    border: 1px solid var(--ebe-gray-300) !important;
}
.btn i{
    margin-right: .5em;
}
.btn-sweet-blue{
    color: var(--ebe-white) !important;
    background: rgba(var(--sweet-blue-rgb), .9); !important;
    border: 1px solid rgba(var(--sweet-blue-rgb), .9) !important;
}
.btn-sweet-blue:hover{
    background: rgba(var(--sweet-blue-rgb), 1); !important;
}
.btn-outline-sweet{
    background: var(--ebe-white) !important;
    color: var(--sweet-blue) !important;
    border: 1px solid var(--sweet-blue) !important;
}
.btn-outline-sweet:hover{
    background: var(--sweet-blue) !important;
    color: var(--ebe-white) !important;
    border: 1px solid var(--sweet-blue) !important;
}
.btn-white{
    background: rgba(255, 255, 255, .1) !important;
    color: var(--ebe-white) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
}
.btn-white:hover, .btn-outline-white:hover{
    color: var(--sweet-blue) !important;
    background: var(--ebe-white) !important;
    border: 1px solid var(--ebe-white) !important;
}
.btn-outline-white{
    background: transparent; !important;
    color: var(--ebe-white) !important;
    border: 1px solid var(--ebe-white) !important;
}

/* Alerts */
.alert{
    display: inline-block;
    padding: 1.2em 1.4em;
    background: var(--ebe-gray-200);
    color: var(--ebe-gray-700);
    border-radius: .5em;
    border: 1px solid var(--ebe-gray-200);
    font-weight: 600;
    transition: all .5s ease;
}
.alert.alert-white{
    background: rgba(var(--ebe-white-rgb), .1) !important;
    color: var(--ebe-gray-700) !important;
    border: 1px solid rgba(var(--ebe-white), .1) !important;
}
.alert.alert-white:hover{
    background: rgba(var(--ebe-white-rgb), .3) !important;
    border: 1px solid rgba(var(--ebe-white), .3) !important;
}
.alert.alert-warning{
    background: rgba(var(--ebe-warning-rgb), .1) !important;
    color: var(--ebe-warning) !important;
    border: 1px solid rgba(var(--ebe-warning-rgb), .1) !important;
}
.alert.alert-warning:hover{
    background: rgba(var(--ebe-warning-rgb), .3) !important;
    border: 1px solid rgba(var(--ebe-warning-rgb), .3) !important;
}
.alert.alert-success{
    background: rgba(var(--ebe-success-rgb), .1) !important;
    color: var(--ebe-success) !important;
    border: 1px solid rgba(var(--ebe-success-rgb), .1) !important;
}
.alert.alert-success:hover{
    background: rgba(var(--ebe-success-rgb), .3) !important;
    border: 1px solid rgba(var(--ebe-success-rgb), .3) !important;
}
.alert.alert-info{
    background: rgba(var(--ebe-info-rgb), .1) !important;
    color: var(--ebe-info) !important;
    border: 1px solid rgba(var(--ebe-info-rgb), .1) !important;
}
.alert.alert-info:hover{
    background: rgba(var(--ebe-info-rgb), .3) !important;
    border: 1px solid rgba(var(--ebe-info-rgb), .3) !important;
}
.alert.alert-danger{
    background: rgba(var(--ebe-danger-rgb), .1) !important;
    color: var(--ebe-danger) !important;
    border: 1px solid rgba(var(--ebe-danger-rgb), .1) !important;
}
.alert.alert-danger:hover{
    background: rgba(var(--ebe-danger-rgb), .3) !important;
    border: 1px solid rgba(var(--ebe-danger-rgb), .3) !important;
}
.alert i{
    margin-right: .5em;
}
.alert.help{
    font-size: 1.5em;
    text-align: center;
}
.alert.help i{
    font-size: 2em;
    margin-right: 0;
}
.alert.alert-messenger{
    background: rgba(0, 163, 255, .1) !important;
    color: #00a3ff !important;
    border: 1px solid rgba(0, 163, 255, .1) !important;
}
.alert.alert-messenger:hover{
    background: rgba(0, 163, 255, .3) !important;
    border: 1px solid rgba(0, 163, 255, .3) !important;
}
.alert.alert-whatsapp{
    background: rgba(37, 211, 102, .1) !important;
    color: #25d366 !important;
    border: 1px solid rgba(37, 211, 102, .1) !important;
}
.alert.alert-whatsapp:hover{
    background: rgba(37, 211, 102, .3) !important;
    border: 1px solid rgba(37, 211, 102, .3) !important;
}

.fs-1rem{
    font-size: 1rem !important;
}

.values{

}
.values i{
    font-size: 1.5em;
    display: block;
    margin-bottom: .2em;
    margin-right: 0 !important;
}
.values span{
    font-weight: 500;
    font-size: .9em;
}

/* Pagination */
.pagination{

}
.pagination li{
    display: inline-block;
}
.pagination li a{
    padding: .5em 1em;
    margin: .2em;
    border-radius: .5em;
}
.pagination li a.current{
    background: var(--ebe-info);
    color: var(--ebe-white);
    font-weight: 600;
}

/* Tableau */
table{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}
table th{
    background: var(--ebe-gray-200);
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    text-align: left;
}
table td{
    padding: 1em;
}
tr:nth-child(even) {
    background: var(--ebe-gray-100);
}
tr:hover {
    background: rgba(0, 0, 0, .04);
}

.lg-hide, .hide{
    display: none !important;
}

.login-box{
    width: 744px;
    margin: 2em auto;
}

.tt-lwr{
    text-transform: lowercase !important;
}

.accordion {
  
}
.accordion > dt{
    padding: .5em;
}
.accordion > dt a{
    color: var(--ebe-gray-dark);
    font-weight: 600;
}
.accordion > dd{
    padding: .5em 1.5em;
    margin-bottom: 1em;
}

.border-radius-4{
    border-radius: var(--border-radius-4) !important;
}
.border-radius-1{
    border-radius: var(--border-radius-1) !important;
}

@media (min-width: 200px) and (max-width: 780px){
    body{
        
    }

    h1, .h1 {
        font-size: 1.6em;
        text-align: center;
    }
    h2, .h2 {
        font-size: 1.2em;
        text-align: center;
    }
    h1.big, .h1.big, h2.big, .h2.big, h3.big, .h3.big, h4.big, .h4.big, h5.big, .h5.big, h6.big, .h6.big {
        font-size: 2em;
    }
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        line-height: 1.2em;
    }

    header{
        position: absolute;
        width: 80%;
        max-width: 80%;
        height: 100%;
        z-index: 10000;
        transition: all .5s ease;
        left: -80%;
    }
    header.open {
        left: 0%;
    }

    .mobile-menu-toggle{
        font-size: 2em;
        position: fixed;
        top: 10px;
        left: 10px;
        z-index: 1000;
        cursor: pointer;
    }
    .menu-toggle-abs .mobile-menu-toggle{
        position: relative;
        top: 0;
        left: 0;
        color: var(--sweet-blue);
    }

    header .mobile-menu-toggle{
        font-size: 2em;
        position: absolute;
        top: 20px;
        right: -42px;
        left: unset;
        color: var(--sweet-blue);
    }
    header.open .mobile-menu-toggle{
        color: var(--ebe-white);
    }

    header nav > ul li {
        display: block;
    }
    header nav {
        padding-bottom: 3em;
        position: relative;
        margin-top: 25px;
        padding-left: 0rem;
        width: 100%;
        top: unset;
        right: unset;
    }
    header nav a {
        border-radius: 0px;
        border-right: 6px solid transparent;
        color: var(--ebe-gray-600);
        margin-bottom: 0.2em;
        text-transform: uppercase;
        display: block;
        padding: 1em 1.5em;
    }

    .main-container{
        width: 100%;
    }

    .logo{
        display: block;
    }
    .logo img {
        display: block;
        width: 150px;
        margin: 0 auto;
    }
    .logo.abs-middle{
        position: absolute;
        top: 10px;
        left: 380px;
    }

    canvas, table{
        width: 100% !important;
        max-width: 100% !important;
    }

    .user-menu{
        display: none;
    }
    header .user-menu{
        display: inline-block;
        position: relative;
        top: unset;
        right: unset;
        margin-top: 1em;
    }

    .m-w-100{
        width: 100%;
    }

    .lg-hide{
        display: inline-block !important;
    }

    .m-d-block, .d-block{
        display: block !important;
    }

    .btn.sm-i i{
        margin: 0;
    }

    .sm-mr-0{
        margin-right: 0em !important;
    }
    .sm-mt-1{
        margin-top: 1em !important;
    }
    .sm-mt-0{
        margin-top: 0em !important;
    }
    .sm-mt-2{
        margin-top: 2em !important;
    }
    .sm-mt-3{
        margin-top: 3em !important;
    }
    .sm-mt-4{
        margin-top: 4em !important;
    }
    .sm-mt-5{
        margin-top: 5em !important;
    }
    .sm-mb-1{
        margin-bottom: 1em !important;
    }
    .sm-pr-0{
        padding-right: 0em !important;
    }
    .sm-pl-0{
        padding-left: 0em !important;
    }
    .sm-pd-1{
        padding: 1em !important;
    }
    .sm-pt-1{
        padding-top: 1em !important;
    }
    .sm-pr-0-5{
        padding-right: .5em !important;
    }
    .sm-pr-1{
        padding-right: 1em !important;
    }

    .form-control {
        width: calc((100% - 2em));
    }
    input[type="submit"], input[type="search"] {
        max-width: 100%;
    }
    input[type="search"] {
        width: 100%;
    }

    footer{
        line-height: 1.3em;
    }


    /* Grid  */
    .m-grid-1{
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .m-grid-1-1{
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }
    .m-grid-3-1{
        display: grid !important;
        grid-template-columns: 3fr 1fr !important;
        gap: 10px !important;
    }
    .m-grid-1-1-2{
        display: grid !important;
        grid-template-columns: 1fr 1fr 2fr !important;
        gap: 10px !important;
    }

    .pagination{
        text-align: center !important;
    }

    span.date time, span.date span {
        width: unset;
    }

    .btn.sm-i .m-hide, .m-hide{
        display: none !important;
    }

    .popup{
        display: none !important;
    }
    .popup.active{
        display: block !important;
    }

    .btn.sm-btn{
        white-space: nowrap;
        text-align: left !important;
    }
    .btn.sm-btn i{
        margin-right: .3em !important;
    }

    .text-lg-start h2{
        text-align: left !important;
    }

    .alert.alert-messenger, .alert.alert-whatsapp{
        padding: .6em .8em;
    }

    .sm-btn-lg {
        padding: 1.2rem 1.6rem !important;
        font-size: .8rem !important;
        border-radius: 0.4rem !important;
    }

    .m-d-block{
        display: block;
    }

    .container.presence{
        background: #205375;
        background-position: 100% center;
        background-size: 36%;
        height: unset;
    }
    .presence .countries{
        margin: 0 auto;
        text-align: center;
    }
    .presence .country{
        display: inline-block;
        margin: 10px 20px;
    }
    .presence .country > div{
        width: 120px;
        height: 80px;
    }
}