@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic,700,700italic,900,900italic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400italic,500,500italic,700,700italic,900,900italic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic&display=swap');
@import url('https://fonts.googleapis.com/css?family=Material+Icons');
* {
padding: 0;
margin: 0;
outline: 0;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
display: flex;
flex-direction: column;
min-height: 100vh;
padding: 0;
margin: 0;
outline: 0;
scroll-behavior: smooth;
background-color: #FFFFFF;
vertical-align: baseline;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
font-family: 'Roboto', sans-serif;
-webkit-print-color-adjust: exact !important;
print-color-adjust: exact !important;
padding-top: 100px !important;
}
body {
-webkit-user-select: none;  /* Safari, Chrome */
-moz-user-select: none;     /* Firefox */
-ms-user-select: none;      /* IE 10+ */
user-select: none;          /* Standards modernes */
}
input::-ms-clear,
textarea::-ms-clear {
display: none;
}
*, *::before, *::after {
box-sizing: border-box;
}
*:focus {
outline: 0;
}
ol, ul {
padding: 0;
margin: 0;
list-style: none;
}
ul li {
margin: 0; 
padding: 0;
list-style: none;
}
option {
padding: 10px 0;
}
br {
display: block;
line-height: 125%;
}
a {
outline: 0;
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
text-decoration: none;
cursor: pointer;
}
form {
border: 0;
}
a img {
border: 0;
}
a.nobkg, a.nobkg:active, a.nobkg:focus, a.nobkg:hover {
outline: 0;
margin: 0;
padding: 0;
text-decoration: none;
width: auto;
background-color: transparent !important;
cursor: pointer;
}
img {
width: auto;
max-width: 100%;
height: auto;
margin: 0;
padding: 0;
border: 0;
vertical-align: middle;
}
::-webkit-resizer,
::-webkit-scrollbar-button,
::-webkit-scrollbar-corner {
display: none;
}
b, strong {
font-size: 14px;
font-weight: 700;
}
button:focus {
outline: 0;
box-shadow: none;
}
hr {
display: block;
width: 100%;
height: 1px;
border: 0;   
border-top: 1px solid #1E3E62;
padding: 0;
margin: 15px 0;
clear: both;
}
.block { 
display: none;
}
.load {
width: 100%;
text-align: center;
margin: 5px auto 15px auto;
}
.rounded-image {
width: 330px;
height: 330px;
border: 0;
padding: 0;
margin: 0 auto;
border-radius: 50%;
overflow: hidden;
}
.rounded-image img {
width: 100%;
height: auto;
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 20px;
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-feature-settings: 'liga';
}
a.link, a.link:active, a.link:focus, a.link:hover {
display: block;
color: #000000;
font-size: 14px;
text-decoration: none !important;
padding: 10px 2px;
}
a.common, a.common:active, a.common:focus, a.common:hover {
color: #000000;
font-size: 14px;
font-weight: 500;
text-decoration: underline;
padding: 15px 2px;
}
a.standard, a.standard:active, a.standard:focus, a.standard:hover {
color: #FFFFFF;
font-size: 14px;
font-weight: 500;
text-decoration: none !important;
padding: 15px 2px;
}
input::placeholder {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: italic;
color: #999999;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: italic;
color: #999999;
opacity: 1;
height: 42px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
:-ms-input-placeholder { /* IE 10+ */
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: italic;
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
::-moz-placeholder { /* Firefox 19+ */
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: italic;
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
:-moz-placeholder { /* Firefox 18- */
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: italic;
color: #999999;
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
zoom: 1;
}
.fade-slide {
opacity: 0;
transform: translateY(50px);
transition: opacity 1s ease-out, transform 1s ease-out;
}
.fade-slide.visible {
opacity: 1;
transform: translateY(0);
}
.fade-slide:nth-child(1) {
transition-delay: 0.2s;
}
.fade-slide:nth-child(2) {
transition-delay: 0.4s;
}
.fade-slide:nth-child(3) {
transition-delay: 0.6s;
}
.fade-slide:nth-child(4) {
transition-delay: 0.8s;
}
@keyframes fadeIn {  
from {  
opacity:0;  
}  
to {  
opacity:1;  
}  
}
.brx-animate-fadeInUp {
animation-name: fadeInUpMod !important;
}
.brx-animate-fadeInDown {
animation-name: fadeInDownMod !important;
}
.brx-animate-fadeInLeft {
animation-name: fadeInLeftMod !important;
}
.brx-animate-fadeInRight {
animation-name: fadeInRightMod !important;
}
@keyframes fadeInUpMod {
0% {
opacity: 0;
transform: translateY(3rem);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
@keyframes fadeInDownMod {
0% {
opacity: 0;
transform: translateY(-3rem);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
@keyframes fadeInRightMod {
0% {
opacity: 0;
transform: translateX(3rem);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
@keyframes fadeInLeftMod {
0% {
opacity: 0;
transform: translateX(-3rem);
}
100% {
opacity: 1;
transform: translateY(0px);
}
}
@keyframes pulse {
0% {
transform: scale(1);
}
70% {
transform: scale(0.98);
}
100% {
transform: scale(1);
}
}
.fadeInLeft-style {
animation: fadeInLeftMod 1s ease-in; 
-webkit-animation: fadeInLeftMod 1s ease-in;
-moz-animation: fadeInLeftMod 1s ease-in;
-o-animation: fadeInLeftMod 1s ease-in;
}
.fadeInRight-style {
animation: fadeInRightMod 1s ease-in; 
-webkit-animation: fadeInRightMod 1s ease-in; 
-moz-animation: fadeInRightMod 1s ease-in; 
-o-animation: fadeInRightMod 1s ease-in; 
}
.fadeInDown-style {
animation: fadeInDownMod 1s ease-in; 
-webkit-animation: fadeInDownMod 1s ease-in;
-moz-animation: fadeInDownMod 1s ease-in;
-o-animation: fadeInDownMod 1s ease-in;
}
.fadeInUp-style {
animation: fadeInUpMod 1s ease-in; 
-webkit-animation: fadeInUpMod 1s ease-in;
-moz-animation: fadeInUpMod 1s ease-in;
-o-animation: fadeInUpMod 1s ease-in;
}
.pulse-style {
transform: scale(1);
animation: pulse 2s infinite;
-webkit-animation: pulse 2s infinite;
-moz-animation: pulse 2s infinite;
-o-animation: pulse 2s infinite;
}
.fadeInUpAndPulse-style {
animation: fadeInUpMod 1s ease-in, pulse 2s infinite;
-webkit-animation: fadeInUpMod 1s ease-in, pulse 2s infinite;
-moz-animation: fadeInUpMod 1s ease-in, pulse 2s infinite;
-o-animation: fadeInUpMod 1s ease-in, pulse 2s infinite;
}
.fadeInUpAndPulse-style:nth-child(1) {
animation-delay: 0s, 2s;
-webkit-animation-delay: 0s, 2s;
-moz-animation: 0s, 2s;
-o-animation: 0s, 2s;
}
.fadeInUpAndPulse-style:nth-child(2) {
animation-delay: 0.2s, 2.2s;
-webkit-animation-delay: 0.2s, 2.2s;
-moz-animation: 0.2s, 2.2s;
-o-animation: 0.2s, 2.2s;
}
.fadeInUpAndPulse-style:nth-child(3) {
animation-delay: 0.4s, 2.4s;
-webkit-animation-delay: 0.4s, 2.4s;
-moz-animation: 0.4s, 2.4s;
-o-animation: 0.4s, 2.4s;
}
.fadeInUpAndPulse-style:nth-child(4) {
animation-delay: 0.6s, 2.6s;
-webkit-animation-delay: 0.6s, 2.6s;
-moz-animation: 0.6s, 2.6s;
-o-animation: 0.6s, 2.6s;
}
nav {
background-color: rgba(11,25,44,1);
transition: all .4s ease-in-out;
}
.custom-navbar-scrolled { 
background-color: rgba(11,25,44,0.85); 
transition: all .4s ease-in-out; 
}
.custom-navbar {
padding: 10px 10px;
margin: 0;
z-index: 1050;
}
.custom-navbar .navbar-nav .nav-link, .custom-navbar .navbar-nav .nav-link:active, .custom-navbar .navbar-nav .nav-link:focus, .custom-navbar .navbar-nav .nav-link:hover {
min-width: 105px;
color: #FFFFFF;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 25px;
text-decoration: none;
text-align: center;
padding: 15px 5px;
margin: 0 10px;
}
.custom-navbar .navbar-nav .nav-item.active .nav-link, .custom-navbar .navbar-nav .nav-item.active .nav-link:active, .custom-navbar .navbar-nav .nav-item.active .nav-link:focus, .custom-navbar .navbar-nav .nav-item.active .nav-link:hover  {
color: #8FC9EA;
font-weight: 700;
text-decoration: none;
}
.navbar-toggler {
color: #FFFFFF;
font-size: 30px;
border: 0;
}
.custom-navbar .navbar-collapse {
justify-content: flex-end;
}
.badge {
margin-left: 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#cart-badge {
font-family: 'Roboto', sans-serif;
font-size: 12px;
color: #FFFFFF;
padding: 2px 5px;
background-color: #8FC9EA;
}
.banner-home-page-section {
position: relative;
width: 100%;
height: 42vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 0;
background-color: #1E3E62; 
}
.banner-home-page-section-text {
position: relative;
width: 100%;
max-width: 760px;
margin: 0 auto;
text-align: center;
color: #FFFFFF;
word-wrap: break-word;
word-break: break-word;
z-index: 2;
}
.banner-home-page-section-text h1 {
font-family: 'Open Sans', sans-serif;
font-size: 44px;
line-height: 50px;
font-weight: 900;
padding-top: 20px;
padding-bottom: 10px;
}
.banner-home-page-section-text p {
font-family: 'Roboto', sans-serif;
font-size: 20px;
line-height: 20px;
font-weight: 500;
}
.banner-home-page-section-text a, .banner-home-page-section-text a:active, .banner-home-page-section-text a:focus, .banner-home-page-section-text a:hover {
display: inline-block;
width: 160px;
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #FFFFFF;
padding: 10px;
text-align: center;
text-decoration: none !important;
border-radius: 5px;
margin: 10px auto 0 auto;
background-color: #65A8DF;
}
.breadcrumbs {
width: 100%;
height: 40px;
text-align: center;
padding: 0;
margin: 0 auto 12px auto;
background-color: #F3F3F3;
}
.breadcrumbs .col-12 {
flex: 1;
width: 100%;
max-width: 576px;
text-align: left;
padding: 0;
margin: 0 auto;
}
.breadcrumbs p {
color: #666666;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 40px;
font-weight: 500;
}
.breadcrumbs p span {
color: #65A8DF;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 40px;
font-weight: 700;
}
.breadcrumbs a, .breadcrumbs a:active, .breadcrumbs a:focus, .breadcrumbs a:hover {
color: #666666;
font-size: 14px;
font-weight: 500;
line-height: 40px;
text-decoration: underline;
}
.home-section {
width: 100%;
max-width: 760px;
min-height: 380px;
margin: 0 auto;
background-color: #FFFFFF;
}
.home-section p {
font-family: 'Roboto', sans-serif !important;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.home-section-assets {
position: relative;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 20px 0;
margin: 0 auto;
background-color: #E7F1F7;
}
.home-section-assets p {
font-family: 'Poppins', sans-serif;
font-size: 20px;
line-height: 26px;
font-weight: 700;
color: #1E3E62;
text-align: center;
padding-top: 10px;
}
.home-section-slogan {
position: relative;
width: 100%;
height: 18vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 0;
margin: 0 auto;
background-color: #FFFFFF;
}
.home-section-slogan h2 {
font-family: 'Roboto', sans-serif;
font-size: 28px;
line-height: 34px;
font-weight: 900;
color: #1E3E62;
}
.home-section-slogan-title {
position: relative;
width: 100%;
height: 32vh;
display: flex;
justify-content: center;
align-items: center;
text-align: justify;
padding: 0;
margin: 0 auto;
background-color: #E7F1F7;
}
.home-section-slogan-title h3 {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 26px;
font-weight: 500;
color: #1E3E62;
padding: 10px 0;
}
.home-section-slogan-title h4 {
font-family: 'Poppins', sans-serif;
color: #1E3E62;
font-size: 24px;
line-height: 36px;
font-weight: 900;
text-transform: uppercase;
}
.home-section-slogan-title h5 {
font-family: 'Poppins', sans-serif;
color: #1E3E62;
font-size: 26px;
line-height: 36px;
font-weight: 700;
letter-spacing: 1px;
text-align: center;
padding: 10px 0;
}
.home-section-commercial {
position: relative;
width: 100%;
margin-bottom: 40px;
background-color: #FFFFFF;
}
.home-section-commercial p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
color: #1E3E62;
text-align: justify;
} 
.home-section-commercial a, .home-section-commercial a:active, .home-section-commercial a:focus, .home-section-commercial a:hover {
display: inline-block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 24px;
color: #FFFFFF;
text-decoration: none;
text-align: center;
padding: 12px 16px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
} 
.home-section-description {
position: relative;
width: 100%;
background-color: #E7F1F7;
}
.home-section-description h2 {
font-family: 'Roboto', sans-serif;
font-size: 28px;
line-height: 34px;
font-weight: 900;
color: #1E3E62;
margin-top: 20px;
}
.home-section-description h3 {
font-family: 'Montserrat', sans-serif;
font-size: 22px;
font-weight: 900;
text-transform: uppercase;
color: #1E3E62;
}
.home-section-description h3 span {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
font-weight: 700;
font-style: italic;
color: #5490B3;
}
.home-section-description p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
color: #1E3E62;
} 
.home-section-description a, .home-section-description a:active, .home-section-description a:focus, .home-section-description a:hover {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 700;
max-width: 180px;
color: #FFFFFF;
text-transform: none;
text-align: center;
padding: 12px 18px;
margin: 0 auto 10px auto;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
.home-section-description .panel {
width: 100%;
padding: 10px 5px 30px 15px;
margin: 0 auto;
}
.home-section-description .panel-header {
position: relative;
height: 45px;
padding: 20px 0 0 0;
margin: 0 0 20px 0;
}
.home-section-description .panel-header .first p {
display: inline-block;
width: 100%;
line-height: 45px;
vertical-align: center;
text-align: center;
border-radius: 5px;
padding: 0;
margin: 0;
background-color: #0B192C;
}
.home-section-description .panel-header .second p {
display: inline-block;
width: 100%;
line-height: 45px;
vertical-align: center;
text-align: center;
border-radius: 5px;
padding: 0;
margin: 0;
background-color: #1E3E62;
}
.home-section-description .panel-header .third p {
display: inline-block;
width: 100%;
line-height: 45px;
vertical-align: center;
text-align: center;
border-radius: 5px;
padding: 0;
margin: 0;
background-color: #5490B3;
}
.home-section-description .panel-header p {
color: #FFFFFF;
font-family: 'Poppins', sans-serif;
font-size: 16px;
font-weight: 700;
text-transform: uppercase;
}
.home-section-description .panel-body {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
line-height: 16px;
font-weight: 700;
text-transform: none;
color: #1E3E62;
border-bottom: 1px solid #1E3E62;
padding: 16px 0 0 0;
margin: 0;
vertical-align: middle;
}
.home-section-description .panel-body i {
font-size: 24px;
}
.home-section-description .panel-body .fa-times {
color: #FF0000;
}
.home-section-description .panel-body .fa-check {
color: #41D504;
}
.home-section-description .panel-body .col-3.first {
border-left: #0B192C 1px solid;
border-right: #0B192C 1px solid;
}
.home-section p.title {
font-family: 'Montserrat', sans-serif;
font-size: 20px;
line-height: 24px;
color: #065F89;
font-weight: 700;
text-transform: none;
}
.home-section p.subtitle {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
line-height: 20px;
color: #065F89;
font-weight: 700;
font-style: italic;
text-transform: none;
}
.home-section p.subsubtitle {
font-family: 'Montserrat', sans-serif;
font-size: 16px;
line-height: 20px;
color: #065F89;
font-weight: 500;
font-style: italic;
text-transform: none;
}
.home-section .text p {
font-family: 'Roboto', sans-serif !important;
font-size: 14px;
line-height: 20px;
font-weight: 400 !important;
}
.home-section-values {
position: relative;
width: 100%;
text-align: left;
padding: 0 !important;
margin: 0 auto !important;
background-color: #E7F1F7;
}
.values {
max-width: 760px;
margin: 20px auto 5px auto;
}
.values_content {
display: flex;
align-items: flex-start;
padding-left: 50px;
margin-bottom: 15px;
}
.icon-ball {
position: relative;
display: flex;
justify-content: center;
align-items: center;
flex-shrink: 0;
width: 30px;
height: 30px;
border: 3px solid #1E3E62;
border-radius: 50%;
margin-right: 10px; 
background-color: #E7F1F7;
}
.icon-ball i {
color: #1E3E62;
font-size: 16px;
}
.values_content h5,
.values_content p {
margin: 0;
}
.values_content h5 {
display: block;
font-family: 'Poppins', sans-serif;
color: #1E3E62;
font-size: 20px;
line-height: 24px;
font-weight: 700;
margin-bottom: 2px; 
}
.values_content p {
display: block;
color: #1E3E62; 
font-size: 14px;
line-height: 20px;
}
.values_content .text-container {
display: block;
}
.home-section-information {
position: relative;
width: 100%;
min-height: 420px;
text-align: left;
padding: 0 !important;
margin: 0 auto !important;
background-color: #E7F1F7;
}
.home-section-information .container {
max-width: 760px;
margin-top: 25px;
margin-bottom: 25px;
}
.home-section-information h2 {
font-family: 'Poppins', sans-serif;
font-size: 30px;
font-weight: 700;
color:  #FF6500;
margin-bottom: 10px;
}
.home-section-information p {
font-family: 'Poppins', sans-serif;
font-size: 18px;
line-height: 28px;
font-weight: 600;
color:  #1E3E62;
text-align: justify;
}
.client-area-section p.highlight {
font-size: 20px;
font-weight: 700;
text-align: center !important;
padding-bottom: 15px;
}
.client-area-section h6 {
font-family: 'Poppins', sans-serif;
font-size: 26px;
line-height: 36px;
font-weight: 700;
color: #336699;
text-align: left;
padding: 15px 0 10px 0;
}
.client-area-section h4 {
font-family: 'Poppins', sans-serif;
font-size: 22px;
line-height: 30px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: #336699;
}
.slogan p {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 22px;
color: #FF6500;
font-weight: 500;
text-transform: uppercase;
}
.banner-client-area-section {
width: 100%;
text-align: center;
margin: 0 auto;
background-color: #1E3E62;
}
.client-area-section {
flex: 1;
width: 100%;
max-width: 576px;
min-height: 300px;
margin: 5px auto;
background-color: #FFFFFF;
}
.client-area-section p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
}
.client-area-section h2 {
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-weight: 900;
text-transform: uppercase;
color: #336699;
letter-spacing: 1px;
padding: 0;
margin-bottom: 10px;
}
.client-area-section h3 {
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight: 700;
text-transform: none;
letter-spacing: 1px;
padding: 0;
margin-bottom: 20px;
}
.client-area-section h5 {
font-family: 'Popins', sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: 900;
text-transform: uppercase;
color: #336699;
}
.client-area-section .accordion-header p.title {
font-size: 16px;
font-weight: 700;
line-height: 20px;
}
.client-area-section .accordion-header .chevron {
color: #000000;
font-size: 20px;
padding: 0 5px 0 22px;
transition: transform 0.2s;
}
.accordion-container h4 {
color: #FF771E;
font-size: 20px;
font-weight: 700;
line-height: 26px;
margin-bottom: 15px;
text-align: left;
text-transform: uppercase;
}
.banner-modules-section {
width: 100%;
text-align: center;
margin: 0 auto;
background-color: #FF771E;
}
.modules-section {
flex: 1;
width: 100%;
padding: 10px 5px;
margin: 0 auto;
background-color: #FFFFFF;
}
.section-title {
padding: 5px;
margin: 5px 0;
}
.section-title h2 {
font-family: 'Roboto', sans-serif;
font-size: 22px;
color: #000000;
text-transform: uppercase;
padding: 10px 5px;
margin: 0;
}
#completed_message {
display: inline-block;
text-align: center !important;
margin: 0;
}
.ExplCompleted {
display: inline-block;
text-align: center;
}
label[for="sortOptions"] {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
font-weight: 700;
line-height: 24px;
}
.module-wrapper {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 0;
margin-bottom: 10px;
}
.module-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.module-list li {
margin-bottom: 12px;
}
.module-list li a, .module-list li a:active, .module-list li a:focus, .module-list li a:hover {
width: 100%;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
font-weight: 700;
text-decoration: none;
}
.module-link {
text-decoration: none;
}
.module-number, .module-title {
font-family: 'Roboto', sans-serif;
}
.module-number {
display: inline-block;
margin-right: 5px;
padding: 10px;
border-radius: 3px;
font-size: 22px;
font-weight: 500;
line-height: 22px;
vertical-align: middle;
}
.module-number.odd-number, .module-title.odd-number {
background-color: #F0F0F0;
}
.module-number.even-number, .module-title.even-number {
background-color: #CCCCCC;
}
.module-title {
display: inline-block;
width: 460px;
font-size: 14px;
line-height: 22px;
font-weight: 500;
vertical-align: middle;
word-wrap: break-word;
border-radius: 3px;
padding: 10px;
margin: 0;
}
.tree ul {
list-style-type: none; 
}
.tree li {
position: relative; 
margin-bottom: 25px;
padding-left: 30px;
text-align: left;
}
.tree li:last-child {
margin-bottom: 10px;
}
.tree h2 {
display: block;
font-family: 'Poppins', sans-serif;
font-size: 24px;
font-weight: 700;
line-height: 30px;
color: #000000;
letter-spacing: 1px;
text-transform: uppercase;
padding: 0;
margin: 0 0 15px 0;
}
.tree h3 {
display: block;
color: #336699;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 18px;
padding: 0;
margin: 0 0 15px 0;
}
.tree span {
color: #336699;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 14px;
font-style: italic;
}
.tree .fa-check {
font-size: 18px;
padding-right: 10px;
color: #41D504;
}
.tree .fa-times {
font-size: 18px;
padding-right: 10px;
color: #FF0000;
}
ul.sub-tree {
display: block;
}
ul.sub-tree li {
position: relative; 
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 14px;
text-align: left;
padding-bottom: 10px;
margin-bottom: 5px;
}
.timeline ul {
list-style-type: none;
position: relative;
}
.timeline ul:before {
content: ' ';
display: inline-block;
position: absolute;
left: 29px;
width: 2px;
height: calc(100% - 30px);
background-color: #FF6500;
z-index: 400;
}
.timeline ul > li:first-child {
margin-top: 20px;
}
.timeline ul > li:last-child {
margin-top: 0;
}
.timeline ul > li {
position: relative;
padding-left: 60px;
padding-bottom: 10px;
margin: 40px 0 80px 0;
}
.timeline ul > li:before {
content: ' ';
display: inline-block;
position: absolute;
left: 20px;
width: 20px;
height: 20px;
border-radius: 50%;
border: 3px solid #FF6500;
background-color: #FFFFFF;
z-index: 400;
}
.timeline a, .timeline a:active, .timeline a:focus, .timeline a:hover {
text-decoration: none;
vertical-align: top;
margin: 0;
padding: 0;
}
.timeline h4 {
font-family: 'Poppins', sans-serif;
color: #FF6500;
font-size: 22px;
font-weight: 900;
line-height: 22px;
text-transform: uppercase;
text-decoration: none;
vertical-align: top;
padding: 0;
}
.timeline p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
color: #1E3E62;
}
.timeline .popup {
position: relative;
display: inline-block;
color: #FFFFFF;
font-size: 14px;
padding: 5px;
margin: 5px 0 10px 0;
background-color: #5490B3;
}
.timeline .popup::after {
content: "";
display: block;
position: absolute;
width: 0;
height: 0;
left: 8px;
bottom: 100%;
border-bottom: 10px solid #5490B3;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}
.course h4 {
font-family: 'Poppins', sans-serif;
font-size: 22px;
line-height: 30px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: #336699;
}
.course h5 {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 22px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
color: #336699;
}
.course p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
font-weight: 400;
line-height: 18px;
text-align: justify;
}
.course ul {
list-style-type: none;
padding: 0;
margin: 0 0 15px 0;
}
.course li {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
font-weight: 400;
line-height: 18px;
padding: 5px 0 5px 20px;
}
.fa-file-pdf {
font-size: 20px;
padding-right: 8px;
}
#course-container.collapsed {
overflow: hidden;
position: relative;
}
#course-container.collapsed::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
background: linear-gradient(to bottom, transparent, white);
}
.btn-view-more, .btn-view-more:active, .btn-view-more:focus, .btn-view-more:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
margin: 0 0 15px 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px !important;
background-color: #FF6500;
cursor: pointer;
}
.modules-progress h3 {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #336699;
letter-spacing: normal;
padding: 0;
margin: 0;
}
.modules-progress p {
font-family: 'Roboto', sans-serif;
font-size: 12px;
line-height: 18px;
font-weight: 400;
color: #000000;
padding: 0;
margin: 0;
}
.progress-bar {
width: 100%;
padding: 3px;
border-radius: 6px;
background-color: #E1E1E1;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
.progress {
display: flex;
align-items: center;
justify-content: center;
height: 30px;
border-radius: 6px;
transition: width 500ms ease-in-out;
color: #FFFFFF;
line-height: 30px;
min-width: 30px;
text-align: center;
background-color: #FF6500;
}
.progress-zero {
color: #FFFFFF;
width: 2% !important;
background-color: #999999;
}
h3.incomplete-module {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #FF0000 !important;
letter-spacing: normal;
padding: 0;
margin: 0;
}
h3.complete-module {
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 700;
color: #2B8B04 !important;
letter-spacing: normal;
padding: 0;
margin: 0;
}
.modules-progress p {
color: #000000; 
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 400;
padding: 0;
margin: 0;
}
.cart-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.cart-list li {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
font-weight: 500;
text-decoration: none;
padding: 3px 0 3px 20px;
}
#content {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out;
}
#content.show {
max-height: 800px;
}
.toggle-container {
position: relative;
padding: 0;
margin: 0;
}
#toggleIcon {
color: #FFFFFF;
font-size: 22px; 
background-color: #FF6500;
border-radius: 50%; 
padding: 10px;
margin-left: 5px;
cursor: pointer;
transition: transform 0.3s ease;
}
.banner-exercices-section {
width: 100%;
text-align: center;
margin: 0 auto;
background-color: #FFE44B;
}
.exercices-section {
flex: 1;
max-width: 480px;
padding: 10px 5px;
margin: 0 auto;
background-color: #FFFFFF;
}
.exercices-section h3 {
font-size: 20px;
color: #F2C207;
font-weight: 700;
letter-spacing: 1px;
text-transform: none;
padding: 0;
}
.lessons-section {
flex: 1;
max-width: 480px;
padding: 10px 5px;
margin: 0 auto;
background-color: #FFFFFF;
}
.lessons-section h3 {
font-size: 20px;
color: #F2C207;
font-weight: 700;
letter-spacing: 1px;
text-transform: none;
padding: 0;
}
.lessons-section p {
font-size: 14px;
color: #000000;
line-height: 20px;
font-weight: 500;
}
ul.quiz li {
background-color: #FFFFFF;
}
ul.quiz li:last-child {
margin-bottom: 10px;
}
h3.question-title {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #FFFFFF;
font-weight: 500;	
line-height: 20px;
letter-spacing: 0;
text-align: left;
padding: 12px 10px 12px 15px;
margin: 30px 0 0 0;
border-radius: 5px;
vertical-align: middle;
background-color: #FF6500;
}
ul.quiz li:first-child h3.question-title {
margin-top: 5px;
}
.custom-control {
position: relative;
display: flex;
align-items: center;
width: 100%;
padding: 0;
margin: 0 0 3px 0;
}
.custom-control-input {
position: absolute;
opacity: 0;
pointer-events: none;
}
.custom-control-label {
display: block;
width: 100%;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
font-weight: 400;
padding: 12px 10px 12px 15px;
margin: 0;
border-radius: 5px;
background-color: #F3F3F3;
cursor: pointer;
box-sizing: border-box;
}
.custom-control-label::before,
.custom-control-label::after {
content: none;
}
.custom-control-input:checked + .custom-control-label {
background-color: #00BA37;
color: #FFFFFF;
font-weight: 500;
}
.custom-control-label:focus,
.custom-control-label:active,
.custom-control-label:hover {
color: #000000;
background-color: #68DE7C;
}
.tests-section li {
font-family: 'Roboto', sans-serif;
color: #000000;
font-size: 14px;
line-height: 20px;
font-weight: 400 !important;
padding-bottom: 7px;
}
.tests-section {
flex: 1;
padding: 10px 5px;
margin: 0 auto;
background-color: #FFFFFF;
}
.tests-section h3 {
font-size: 20px;
color: #F2C207;
font-weight: 700;
letter-spacing: 1px;
text-transform: none;
padding: 0;
}
span.popup {
position: relative;
display: inline-block;
color: #FFFFFF;
font-size: 14px;
padding: 2px 5px;
margin: 0 0 0 7px;
border-radius: 50%;
background-color: #5490B3;
}
.db-bk-color-one {
background-color: #0B192C;
border-radius: 0;
}
.db-bk-color-two {
background-color: #C95000;
border-radius: 0;
}
.db-padding-btm {
padding-bottom: 50px;
}
.btn-color-one, .btn-color-one:active, .btn-color-one:focus, .btn-color-one:hover, .btn-color-two, .btn-color-two:active, .btn-color-two:focus, .btn-color-two:hover {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 500;
min-width: 120px;
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
margin: 0;
padding: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
cursor: pointer;
}
.btn-color-one {
background-color: #336699;
}
.btn-color-two {
background-color: #F9842C;
}
.db-pricing-eleven {
color: #FFFFFF;
line-height: 30px;
text-align: center;
margin: 10px 0 30px 0;
}
.db-pricing-eleven ul {
list-style: none;
margin: 25px 0 0 0;
text-align: left;
padding-left: 20px;
}
.db-pricing-eleven ul li {
padding: 3px 0;
}
.db-pricing-eleven ul li:last-child {
padding-bottom: 25px;
}
.db-pricing-eleven ul li i {
font-size: 18px;
margin-right: 10px;
}
.db-pricing-eleven ul li i.fa-times {
color: #65A8DF;
}
.db-pricing-eleven ul li span.line-through {
text-decoration: line-through !important;
color: #65A8DF;
font-style: italic;
}
.db-bk-color-one .price, .db-bk-color-two .price {
font-family: 'Poppins', sans-serif;
color: #FFFFFF;
font-size: 48px;
font-weight: 900;
letter-spacing: 1px;
border-radius: 0;
padding: 40px 10px 20px 10px;
}
.db-bk-color-one .price {
background-color: #336699;
}
.db-bk-color-two .price {
background-color: #F9842C;
}
.db-pricing-eleven .price sup {
font-size: 22px;
vertical-align: top;
}
.db-pricing-eleven .price small {
display: block;
font-family: 'Roboto', sans-serif;
color: #FFFFFF;
font-size: 16px;
font-weight: 500;
margin-top: 20px;
}
.db-bk-color-one .type, .db-bk-color-two .type {
font-family: 'Poppins', sans-serif;
font-size: 40px;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 1px;
padding: 50px 20px;
}
.db-bk-color-one .type {
background-color: #1E3E62;
}
.db-bk-color-two .type {
background-color: #FF6500;
}
.db-pricing-eleven .pricing-footer {
padding: 20px;
}
.db-pricing-eleven.popular .price {
padding-top: 80px;
}
a.check, a.check:active, a.check:focus, a.check:hover {display: block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
width: 100%;
max-width: 160px;
color: #FFFFFF;
text-transform: none;
text-decoration: none;
text-align: center;
margin: 0 auto;
padding: 10px 20px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #65A8DF;
cursor: pointer;
}
form label {
font-family: 'Roboto', sans-serif;
color: #000000;
font-size: 14px;
font-weight: 700;
line-height: 20px;
}
label[for="question"] span {
font-size: 14px;
font-weight: 900;
color: #333333;
}
input, input:active, input:focus, input:hover, input.form-control, input.form-control:active, input.form-control:focus, input.form-control:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #000000;
padding-top: 0;
padding-bottom: 0;
border-radius: 5px;
border: 1px solid #000000;
outline: 0 !important;
-webkit-appearance: none !important;
box-shadow: none !important;
height: 42px;
line-height: 42px;
}
textarea, textarea:active, textarea:focus, textarea:hover, textarea.form-control, textarea.form-control:active, textarea.form-control:focus, textarea.form-control:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
color: #000000;
padding-top: 10px;
padding-bottom: 0;
border-radius: 5px;
border: 1px solid #000000;
resize: none;
outline: 0;
-webkit-appearance: none;
box-shadow: none !important;
}
.input-field.error {
border: 2px solid #FF0000;
}
.password-input {
border-radius: 5px !important;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.input-group-btn a, .input-group-btn a:active, .input-group-btn a:focus, .input-group-btn a:hover {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
select, select:active, select:focus, select:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
outline: 0;
-webkit-appearance: none;
-moz-appearance: none;
box-shadow: none !important;
}
.select {
position: relative;
display: block;
width: 100%;
margin: 0;
padding: 0;
}
.select select, .select select:active, .select select:focus, .select select:hover {
display: inline-block;
width: 100%;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
text-align: left;
padding: 5px 10px !important;
border-radius: 5px;
border: 1px solid #000000;
height: 42px !important;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
outline: 0;
}
.select select::-ms-expand {
display: none;
}
.select_arrow, .select select:active ~ .select_arrow, .select select:focus ~ .select_arrow, .select select:hover ~ .select_arrow {
position: absolute;
top: 16px;
right: 14px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 10px 7px 0 7px;
border-color: #000000 transparent transparent transparent;
}
.checkbox .cr {
position: relative;
display: inline-block;
width: 35px;
height: 35px;
border: 1px solid #000000;
border-radius: 5px;
margin-right: 8px;
vertical-align: middle;
}
.checkbox .cr .cr-icon {
position: absolute;
top: 50%;
left: 20%;
font-size: 20px;
font-weight: 700;
color: #2DB704;
line-height: 0;
cursor: pointer;
}
.checkbox label input[type="checkbox"] {
display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-moz-opacity: 0;
-webkit-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
transform: scale(1) rotateZ(0deg);
opacity: 1;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
-moz-opacity: 1;
-webkit-opacity: 1;
-khtml-opacity: 1;
filter: alpha(opacity=100);
}
.checkbox label input[type="checkbox"]:disabled + .cr {
opacity: 0.5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
-moz-opacity: 0.5;
-webkit-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
}
.confirmation-message {
display: none;
width: 300px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
color: #721c24;
border: 1px solid #f5c6cb;
padding: 15px;
margin: 0 0 10px 0;
border-radius: 5px;
background-color: #f8d7da;
}
.button-confirm-yes, .button-confirm-yes:active, .button-confirm-yes:focus, .button-confirm-yes:hover {
display: inline-block;
width: 60px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
padding: 10px 20px;
margin: 0 3px 0 0;
border: 0;
border-radius: 5px;
cursor: pointer;
background-color: #32CD32;
}
.button-confirm-no, .button-confirm-no:active, .button-confirm-no:focus, .button-confirm-no:hover {
display: inline-block;
width: 60px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
color: #FFFFFF;
padding: 10px 20px;
margin: 0 0 0 3px;
border: 0;
border-radius: 5px;
cursor: pointer;
background-color: #FF0000;
}
.btn-send, .btn-send:active, .btn-send:focus, .btn-send:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
min-width: 130px;
color: #FFFFFF;
text-transform: none;
margin: 0 5px;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #85CE36;
cursor: pointer;
}
.btn-verify, .btn-verify:active, .btn-verify:focus, .btn-verify:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
width: 140px;
color: #FFFFFF;
text-transform: none;
margin: 5px 0 0 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #85CE36;
cursor: pointer;
}
.btn-box, .btn-box:active, .btn-box:focus, .btn-box:hover {
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 500;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
margin: 0 0 10px 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #65A8DF;
cursor: pointer;
}
.btn-print, .btn-print:active, .btn-print:focus, .btn-print:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
margin: 0 0 10px 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #65A8DF;
cursor: pointer;
}
.btn-reset, .btn-reset:active, .btn-reset:focus, .btn-reset:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 140px;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #E90202;
cursor: pointer;
}
.btn-submit, .btn-submit:active, .btn-submit:focus, .btn-submit:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
min-width: 130px;
color: #FFFFFF;
text-transform: none;
margin: 0 5px;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
.btn-redo, .btn-redo:active, .btn-redo:focus, .btn-redo:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
min-width: 110px;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #FF6500;
cursor: pointer;
}
.btn-generate, .btn-generate:active, .btn-generate:focus, .btn-generate:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 200px;
color: #FFFFFF;
text-transform: none;
margin: 2px 0 5px 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #65A8DF;
cursor: pointer;
}
.btn, .btn:active, .btn:focus, .btn:active, .btn:hover {
outline: 0 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: 0 !important;
border-radius: 0 !important;
}
.btn-login, .btn-login:active, .btn-login:focus, .btn-login:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
.btn-registration, .btn-registration:active, .btn-registration:focus, .btn-registration:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
.btn-add, .btn-add:active, .btn-add:focus, .btn-add:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #85CE36;
cursor: pointer;
}
.btn-edit, .btn-edit:active, .btn-edit:focus, .btn-edit:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #85CE36;
cursor: pointer;
}
.btn-valid, .btn-valid:active, .btn-valid:focus, .btn-valid:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #85CE36;
cursor: pointer;
}
.btn-delete, .btn-delete:active, .btn-delete:focus, .btn-delete:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 120px;
color: #FFFFFF;
text-transform: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #FF0000;
cursor: pointer;
}
.btn-continue, .btn-continue:active, .btn-continue:focus, .btn-continue:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 130px;
color: #FFFFFF;
text-transform: none;
margin: 0 0 0 5px;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
.btn-payment, .btn-payment:active, .btn-payment:focus, .btn-payment:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 120px;
color: #FFFFFF;
text-transform: none;
text-decoration: none;
margin: 0 0 0 5px;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #85CE36;
cursor: pointer;
}
.btn-return, .btn-return:active, .btn-return:focus, .btn-return:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 160px;
color: #FFFFFF;
text-transform: none;
text-decoration: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
a.btn-return, a.btn-return:active, a.btn-return:focus, a.btn-return:hover {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
line-height: 40px;
width: 250px;
color: #FFFFFF;
text-transform: none;
text-decoration: none;
text-align: center;
margin: 2px auto 20px auto;
padding: 0;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
a.btn-default, a.btn-default:active, a.btn-default:focus, a.btn-default:hover {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
line-height: 40px;
width: 250px;
color: #FFFFFF;
text-transform: none;
text-decoration: none;
text-align: center;
margin: 2px auto 20px auto;
padding: 0;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #65A8DF;
cursor: pointer;
}
.btn_load_more, .btn_load_more:active, .btn_load_more:focus, .btn_load_more:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 130px;
color: #FFFFFF;
text-transform: none;
text-decoration: none;
margin: 0;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #65A8DF;
cursor: pointer;
}
.btn_load_less, .btn_load_less:active, .btn_load_less:focus, .btn_load_less:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
height: 40px;
min-width: 130px;
color: #FFFFFF;
text-transform: none;
text-decoration: none;
margin: 0 0 0 7px;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
.btn-order, .btn-order:active, .btn-order:focus, .btn-order:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
min-width: 130px;
color: #FFFFFF;
text-transform: none;
margin: 0 5px;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #FF6500;
cursor: pointer;
}
.btn-go, .btn-go:active, .btn-go:focus, .btn-go:hover {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
width: 80px;
color: #FFFFFF;
text-transform: none;
text-align: center;
margin: 0 auto;
padding: 0;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #65A8DF;
cursor: pointer;
}
.btn-modal, .btn-modal:active, .btn-modal:focus, .btn-modal:hover {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
height: 40px;
width: 160px;
color: #FFFFFF;
text-transform: none;
text-align: center;
margin: 2px auto 25px auto;
padding: 0;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px !important;
background-color: #FF6500;
cursor: pointer;
}
a.return, a.return:active, a.return:focus, a.return:hover {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 40px;
height: 40px;
width: 160px;
color: #FFFFFF;
text-decoration: none;
text-transform: none;
margin: 20px auto 5px auto;
padding-left: 10px;
padding-right: 10px;
outline: 0;
-webkit-appearance: none !important;
box-shadow: none !important;
border: 0;
border-radius: 5px;
background-color: #1E3E62;
cursor: pointer;
}
p.small {
font-family: 'Roboto', sans-serif;
color: #333333;
font-size: 12px;
font-style: italic;
}
p.error_message, .error_message {
font-family: 'Roboto', sans-serif;
color: #FF0000;
font-size: 14px;
line-height: 20px;
font-weight: 500;
padding-top: 8px;
}
p.success_message, .success_message {
font-family: 'Roboto', sans-serif;
color: #3A9303;
font-size: 14px;
line-height: 20px;
font-weight: 500;
}
.list {
list-style-type: none;
padding: 0;
margin: 0;
}
.list li {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
font-weight: 500;
padding-left: 20px;
margin-bottom: 12px;
}
ul.sitemap li {
margin-bottom: 12px;
}
ul.sitemap li a, ul.sitemap li a:active, ul.sitemap li a:focus, ul.sitemap  li a:hover {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #000000;
font-weight: 500;
line-height: 20px;
padding: 10px 10px;
margin-bottom: 5px;
text-decoration: none;
}
.banner-pic-page-section {
position: relative;
width: 100%;
height: 432px;
text-align: center;
padding: 0;
margin: 0;
background-color: #65A8DF; 
overflow: hidden;
}
.banner-pic-page-section img {
width: 320px;
height: 432px;
}
.banner-page-section {
position: relative;
width: 100%;
height: 30vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
margin: 0;
background-color: #1E3E62; 
}
.banner-page-section-text {
position: relative;
width: 100%;
max-width: 760px;
color: #FFFFFF;
text-align: center;
margin: 0 auto;
word-wrap: break-word;
word-break: break-word;
z-index: 2;
}
.banner-page-section-text h1 {
font-family: 'Open Sans', sans-serif;
font-size: 50px;
line-height: 56px;
font-weight: 900;
padding-top: 10px;
}
.banner-page-section-text p {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 22px;
font-weight: 500;
}
.banner-page-section-text a, .banner-page-section-text a:active, .banner-page-section-text a:focus, .banner-page-section-text a:hover {
display: inline-block;
width: 180px;
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #FFFFFF;
padding: 10px;
text-align: center;
text-decoration: none;
border-radius: 5px;
margin: 5px auto 0 auto;
background-color: #65A8DF;
}
ul.page-section-list {
list-style: none;
padding: 0;
margin: 0;
}
ul.page-section-list li {
display: flex;
align-items: center;
gap: 10px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400 !important;
padding-left: 20px;
margin-bottom: 12px;
}
.accordion-container {
width: 100%;
margin: 0 auto;
}
.accordion-item {
border: 1px solid #E3E3E3;
margin-bottom: 20px;
}
.accordion-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 10px 5px 10px;
cursor: pointer;
background-color: #F1F1F1;
}
.accordion-header p.title {
padding-top: 10px;
text-align: left !important;
}
.accordion-content {
padding: 15px 10px 10px 10px;
display: none;
}
.accordion-content p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 400 !important;
padding-left: 5px;	
padding-right: 5px;
}
.accordion-header .chevron {
color: #065F89;
font-size: 20px;
padding: 0 5px 0 22px;
transition: transform 0.2s;
}
#exercises-container {
width: 100%;
margin: 0 auto;
text-align: center;
}
.exercise .message {
max-width: 350px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
color: #000000;
text-align: left;
padding: 5px 10px;
margin: 15px auto 0 auto;
}
.exercise .message.correct {
max-width: 350px;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
color: #005700;
text-align: left;
padding: 5px 10px;
margin: 15px auto 0 auto;
}
ul.list-group {
width: 100%;
min-width: 340px;
border: 0 none !important;
border-radius: 0 none !important;
}
.list-group-item, .list-group-item a, .list-group-item a:active, .list-group-item a:focus, .list-group-item a:hover {
font-family: 'Roboto', sans-serif;
font-size: 12px;
line-height: 20px;
color: #000000;
text-decoration: none;
border-radius: 0 none !important;
border: 0 !important;
text-align: left;
padding: 5px 2px;
cursor: pointer;
}
.list-group-item a:hover {
font-size: 14px;
font-weight: 700;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
}
.scramble, .scrambled-word {
text-align: left;
padding: 0 !important;
margin: 0 !important;
}
.scramble input[type="text"] {
display: block;
width: 300px;
padding: 5px 8px;
margin: 5px 0;
}
.scramble .circle {
display: inline-block;
width: 35px;
height: 35px;
font-size: 22px;
color: #FFFFFF;
text-align: center;
border-radius: 50%;
margin: 0 5px 10px 0;
background-color: #000000;
}
input[name="user_answer"] {
display: block;
width: 280px;
padding: 5px 8px;
margin: 5px 0;
}
#exercises-container {
text-align: left !important;
}
#exercises-container label {
text-align: left !important;
}
.entry-row input[type="text"] {
display: inline-block;
width: 130px;
padding: 5px 8px;
}
.entry-row input[type="text"]:last-child {
margin-right: 0;
}
.form_acct_debited, .form_acct_credited, .form_amount {
text-align: left !important;
}
.button-container {
margin-top: 10px;
display: inline-block;
}
.button-container {
margin-top: 10px;
display: flex;
align-items: center;
}
#add-entry, #remove-entry {
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 0;
color: #FFFFFF;
font-size: 20px;
margin-right: 10px;
cursor: pointer;
}
#add-entry {
background-color: #4A9302;
}
#add-entry:hover {
background-color: #336600;
}
#remove-entry {
background-color: #dc3545;
}
#remove-entry:hover {
background-color: #c82333;
}
.button-container button:last-child {
margin-right: 0;
}
#slideDiv {
position: fixed;
top: 100px;
left: -250px;
width: 250px;
height: 100%;
max-height: 360px;
padding: 20px;
border-bottom-right-radius: 6px;
background-color: #0B192C;
transition: left 0.5s ease;
z-index: 1040;
}
#slideDiv h3 {
font-family: 'Roboto', sans-serif;
font-size: 18px;
line-height: 24px;
font-weight: 500;
color: #65A8DF;
padding: 10px 0 10px 5px;
}
#slideDiv ul li a, #slideDiv ul li a:active, #slideDiv ul li a:focus, #slideDiv ul li a:hover {
display: block;
color: #FFFFFF;
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 20px;
font-weight: 500 !important;
text-decoration: none;
padding: 8px 5px;
margin-bottom: 10px;
}
#slideDiv.show {
left: 0;
}
.close-btn, .close-btn:active, .close-btn:focus, .close-btn:hover {
position: absolute;
top: 10px;
right: 15px;
color: #FFFFFF;
font-size: 26px;
width: 36px;
height: 36px;
border-radius: 50%;
border: none !important;
display: flex;
align-items: center;
justify-content: center;
background-color: #65A8DF;
cursor: pointer;
}
ul.account {
list-style: none;
padding: 0;
}
ul.account li {
position: relative;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 400;
color: #000000;
padding-left: 35px;
margin-bottom: 20px;
border-radius: 0;
background-color: #F8F9FA;
}
ul.account li a, ul.account li a:active, ul.account li a:focus, ul.account li a:hover {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 500 !important;
line-height: 50px;
color: #000000;
}
ul.account li::before {
content: "";
position: absolute;
left: 0;
width: 25px;
height: 100%;
}
ul.account li.color-c1::before {
background-color: #336699;
}
ul.account li.color-c2:before {
background-color: #65A8DF;
}
ul.account li.color-c3::before {
background-color: #0A9396;
}
ul.account li.color-c4::before {
background-color: #94D2BD;
}
ul.account li.color-c5::before {
background-color: #E9D8A6;
}
ul.account li.color-c6::before {
background-color: #EE9B00;
}
ul.account li.color-c7::before {
background-color: #CA6702;
}
ul.account li.color-c8::before {
background-color: #BB3E03;
}
ul.account li.color-c9::before {
background-color: #AE2012;
}
ul.account li.color-c10::before {
background-color: #9B2226;
}
footer {
padding: 50px 0 5px 0;
margin: 0;
background-color: #1E3E62;
}
footer ul li {
padding: 5px 0;
}
footer ul li a.active, footer ul li a.active:active, footer ul li a.active:focus, footer ul li a.active:hover {
color: #8FC9EA;
font-weight: 700;
text-decoration: none;
}
ul.about span, ul.help span, ul.materials span, ul.legal span {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 20px;
color: #65A8DF;
font-weight: 700;
padding-bottom: 10px; 
text-transform: uppercase;
letter-spacing: 2px;
}
ul.about li a, ul.about li a:active, ul.about li a:focus, ul.about li a:hover, ul.help li a, ul.help li a:active, ul.help li a:focus, ul.help li a:hover, ul.materials li a, ul.materials li a:active, ul.materials li a:focus, ul.materials li a:hover, ul.legal li a, ul.legal li a:active, ul.legal li a:focus, ul.legal li a:hover {
display: block;
font-family: 'Roboto', sans-serif;
color: #FFFFFF;
font-size: 14px;
padding: 8px 0;
margin-bottom: 5px;
text-decoration: none;
}
.paypal {
display: block;
text-align: center;
margin-top: 5px;
}
.paypal span {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 20px;
color: #65A8DF;
font-weight: 700;
padding-bottom: 10px; 
text-transform: uppercase;
letter-spacing: 2px;
}
.copyright {
color: #FFFFFF;
font-size: 12px;
padding: 25px 0 5px 0;
}
#toTopBtn, #toTopBtn:active, #toTopBtn:focus, #toTopBtn:hover {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
color: #FFFFFF;
padding: 5px 10px;
border-radius: 10px;
font-size: 22px;
border: 0;
cursor: pointer;
background-color: #1E3E62;
outline: 0;
z-index: 99;
}
@media (max-width: 1199.98px) {
.navbar-brand {
margin-bottom: 10px;
}
.custom-navbar .navbar-nav .nav-link, .custom-navbar .navbar-nav .nav-link:active, .custom-navbar .navbar-nav .nav-link:focus, .custom-navbar .navbar-nav .nav-link:hover {
width: 100%;
min-width: inherit;
color: #FFFFFF;
font-size: 14px;
line-height: 24px;
text-align: left;
padding: 12px 5px 12px 10px;
margin: 0 0 10px 0;
}	
#slideDiv {
top: 110px;
}
}
@media (max-width: 991.98px) {
.home-section-slogan-title {
height: 34vh;
}
}
@media (max-width: 767.98px) {
.banner-home-page-section {
height: 45vh;
}
.banner-home-page-section-text h1 {
font-size: 38px;
line-height: 125%;
}
.banner-home-page-section-text p {
font-size: 18px;
line-height: 125%;
}
.values {
max-width: 320px;
}	
.module-title {
width: 420px;
}	
.paypal {
text-align: left;
margin-top: 15px;
}
}
@media (max-width: 575.98px) {
.banner-home-page-section-text h1 {
font-size: 34px;
line-height: 125%;
}
.banner-home-page-section-text p {
font-size: 16px;
line-height: 125%;
}
.home-section-slogan-title {
height: 36vh;
}
.home-section h2 {
font-size: 26px;
line-height: 125%;
}
.banner-page-section-text h1 {
font-size: 38px;
line-height: 115%;
}
.banner-page-section-text p {
font-size: 16px;
line-height: 20px;
}
.home-section p.title {
font-size: 16px;
line-height: 20px;
}
.home-section p.subtitle {
font-size: 14px;
line-height: 18px;
}
.home-section p.subsubtitle {
font-size: 14px;
line-height: 18px;
}
.module-title {
width: 360px;
}
}
@media (max-width: 479.98px) {
.banner-home-page-section {
height: 46vh;
}
.banner-home-page-section-text h1 {
font-size: 34px;
line-height: 115%;
}
.banner-home-page-section-text p {
font-size: 16px;
line-height: 16px;
}
.home-section-slogan h2 {
font-size: 24px;
line-height: 30px;
}
.home-section-slogan-title {
height: 34vh;
}
.home-section-slogan-title h3 {
font-size: 16px;
line-height: 22px;
}
.home-section-slogan-title h4 {
font-size: 22px;
line-height: 34px;
}
.module-title {
width: 240px;
}
}
@media (max-width: 379.98px) {
.home-section-description .panel-header p {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
}
@media print {
#noprint {
display: none;
}
@page {
size: auto;  
margin: 5mm 5mm 5mm 5mm; 
}	
@page :footer {
display: none
}
@page :header {
display: none
}
body {
margin: 0mm;
}	
a[href]:after {
content: none !important;
}
}
@media print {
body * {
display: none !important;
}
body::before {
content: "Impression désactivée sur ce site";
display: block;
text-align: center;
font-size: 28px;
font-weight: bold;
margin-top: 50px;
}
}