/*******************************/
/********* General CSS *********/
/*******************************/
body {
    color: #797979;
    background: #ffffff;
    font-family: 'Lato', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #092a49;
    font-family: 'Oswald', sans-serif;
}

a {
    color: #454545;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #092a49;
    outline: none;
    text-decoration: none;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #0796fe;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: #092a49;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #092a49;
}

.back-to-top:hover i {
    color: #0796fe;
}

@media (min-width: 992px) {
    .mt-125 {
        margin-top: 125px;
    }
}
@media (min-width: 992px) {
    .mt-85 {
        margin-top: 85px;
    }
}
@media (min-width: 992px) {
    .mb-12{
        margin-bottom: 12px;
    }
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: relative;
    height: 35px;
 /*   background-image: linear-gradient(to right, #0796fe, #092a49);*/
    background-color: #0b253d;
}
.top-bar2 {
    position: relative;
    height: 35px;
    background-image: -webkit-linear-gradient(0deg,rgba(61,167,102,1.00) 0%,rgba(36,73,9,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(61,167,102,1.00) 0%,rgba(36,73,9,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(61,167,102,1.00) 0%,rgba(36,73,9,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(61,167,102,1.00) 0%,rgba(36,73,9,1.00) 100%);
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 35px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .15);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}
.textmp {
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0 10px;
    text-align: left;
	color: white;
	font-size: 12px;
    align-content: center;
	display: flex;
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .15);
}
.top-bar .text i {
    font-size: 14px;
    color: #ffffff;
    margin-right: 5px;
}

.top-bar .text h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.top-bar2 .text2 h2 {
    color: #eeeeee;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-right: 40px;
    margin-left: 20px;
    margin-top: 10px;
	padding-right: 18px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    
}
.top-bar .text p {
    color: #eeeeee;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 5px;
}

.top-bar .social {
    display: flex;
    height: 35px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 100%;
    font-size: 16px;
    color: #ffffff;
   
}



.top-bar .social a:hover {
    color: #092a49;
    background: #ffffff;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 200;
    text-transform: uppercase;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 70px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #0796fe;
    transition: none;
}

.navbar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 992px) {
    .navbar {
    /*position: absolute;*/
    width: 100%;
  
    padding: 5px 60px 5px 60px;
    background: rgba(9, 42, 73, .2)!important;
    z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 5px 60px;
        background: #092a49 !important;
    }
    
    .page .navbar {
        background: #092a49 !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #092a49 !important;
    }
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel{
    position: relative;
    width: 100%;
    height: calc(100vh - 170px);
    min-height: 400px;
    background: #092a49;
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
    overflow: hidden;
    border-radius: 25px;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(9, 42, 73, .7);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
  /*  object-fit: cover;*/
}

.carousel .carousel-text {
    position: absolute;
    max-width: 100%;
    height: calc(100vh - 35px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}
@media only screen and (min-width: 800px) {
    .carousel .carousel-text > *{
        margin-right: 31rem;
    }
} 

.carousel .carousel-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 20px;
    max-width: 650px;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    max-width: 650px;
}

.carousel .carousel-text .btn {
    padding: 15px 30px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
    background: none;
    border: 2px solid #ffffff;
    border-radius: 0;
    transition: .3s;
}

.carousel .carousel-text .btn i {
    margin-right: 5px;
}

.carousel .carousel-text .btn:hover {
    color: #0796fe;
    background: #ffffff;
}

.carousel .carousel-btn .btn:first-child {
    margin-right: 15px;
}

.carousel .owl-nav {
    position: absolute;
    width: 122px;
    right: 2px;
    bottom: 30px;
    display: flex;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    background: #092a49;
    font-size: 22px;
    transition: .3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #0796fe;
}

.carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
.carousel{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (max-width: 991.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(100vh - 105px);
    }
    
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel,
    .carousel .carousel-item,
    .carousel .carousel-text {
        height: calc(80vh - 70px);
    }   
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .carousel .carousel-img img {
        height: auto;
        min-height: 167px;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    text-align: left;
    margin-bottom: 15px;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 16px;
    text-align: justify;
}

.section-header h2 {
    margin: 0 0 0 40px;
    position: relative;
    font-size: 50px;
    font-weight: 200;
}

.section-header h2::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 0;
    top: 23px;
    left: -40px;
    border-bottom: 30px solid;
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.05), rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.1) 3%) 30;
}

.section-header h2:hover::after {
    border-image: repeating-linear-gradient( 60deg, rgba(0,0,0,.1), rgba(0,0,0,.1) 1.5%, rgba(0,0,0,.05) 1.5%, rgba(0,0,0,.05) 3%) 30;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 35px;
    }
}


/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.fact .fact-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 0 25px 0;
    text-align: center;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
}

.fact .fact-item:hover {
    border-color: rgba(0, 0, 0, .1);
    box-shadow: none;
}

.fact .fact-item img {
    max-height: 50px;
    margin-bottom: 15px;
}

.fact .fact-item h2 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}


/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    position: relative;
    width: 80%;
    height: 80%;
    overflow: hidden;
    transition: .5s;
}

.about .about-img::after {
    position: absolute;
    content: "";
    top: 60px;
    right: 60px;
    bottom: 60px;
    left: 60px;
    background: transparent;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}

.about .about-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.about .about-img-1 {
    position: relative;
    height: 100%;
    height: 100%;
    margin: 0 150px 150px 0;
}

.about .about-img-2 {
    position: absolute;
    height: 100%;
    height: 100%;
    top: 150px;
    left: 150px;
    z-index: 1;
}

.about .about-img-1 img,
.about .about-img-2 img {
    position: relative;
    width: 100%;
}

.about .about-text p {
    font-size: 16px;
    text-align: justify;
}

.about .about-text a.btn {
    position: relative;
    margin-top: 15px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    border: 2px solid #092a49;
    border-radius: 0;
    background: none;
    transition: .3s;
}

.about .about-text a.btn:hover {
    color: #0796fe;
    background: #092a49;
}

@media (max-width: 767.98px) {
    .about .about-img {
        margin-bottom: 30px;
        height: auto;
    }
}


/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
    position: relative;
    width: 100%;
    padding: 45px 0 0 0;
}

.service .service-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    transition: .3s;
    height: 100%;
}

.service .service-item:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.service .service-item img {
    max-height: 50px;
    margin-bottom: 20px;
}

.service .service-item h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
}

.service .service-item p {
    margin-bottom: 10px;
    font-size: 16px;
}

.service .service-item a {
    position: relative;
    font-size: 16px;
    color: #0796fe;
    transition: .3s;
}

.service .service-item a::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    bottom: -3px;
    left: 10%;
    background: #0796fe;
}

.service .service-item:hover a.btn {
    color: #092a49;
    background: #1d2434;
    border-color: #1d2434;
}


/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    width: 100%;
    padding: 5px 0;
}

.feature .col-md-6 {
    height: 100%;
}

.feature .feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

/*.feature .feature-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 70%;
    top: 30%;
    left: 0;
    border: 30px solid;
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.05), rgba(0,0,0,.05) .5%, rgba(0,0,0,.1) .5%, rgba(0,0,0,.1) 1%) 30;
    z-index: 1;
}*/

.feature .feature-img:hover::after {
    border-image: repeating-linear-gradient( 45deg, rgba(0,0,0,.1), rgba(0,0,0,.1) .5%, rgba(0,0,0,.05) .5%, rgba(0,0,0,.05) 1%) 30;
}

.feature .feature-img img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: 0 30px 30px 30px;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .feature .feature-img {
        margin-bottom: 45px;
    }
}

.feature .counters .col-6 {
    padding-top: 25px;
    display: flex;
    flex-direction: row;
}

.feature .counters i {
    padding: 5px 15px 0 0;
    font-size: 28px;
    color: #0796fe;
}

.feature .counters h2 {
    position: relative;
    display: inline-block;
    color: #0796fe;
    font-size: 30px;
    font-weight: 300;
}

.feature .counters h2::after {
    position: absolute;
    content: "+";
    top: -15px;
    right: -15px;
}

.feature .counters p {
    color: #092a49;
    font-size: 20px;
    margin: 0;
}


/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 75px;
}

.team .team-img {
    position: relative;
}

.team .team-img img {
    width: 100%;
}

.team .team-text {
    position: absolute;
    width: calc(100% - 30px);
    height: 96px;
    bottom: -46px;
    left: 15px;
    padding: 25px 15px;
    text-align: center;
    background: rgba(256, 256, 256, .9);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    transition: .3s;
    overflow: hidden;
}

.team .team-text h2 {
    color: #0796fe;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
    color: #092a49;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #092a49;
    border: 2px solid #092a49;
    transition: .3s;
}

.team .team-social a:hover {
    color: #0796fe;
    border-color: #0796fe;
}

.team .team-item:hover .team-text {
    height: 160px;
}


/*******************************/
/******* Testimonial CSS *******/
/*******************************/
.testimonial {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.testimonial .testimonials-carousel {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.testimonial .testimonial-item {
    position: relative;
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.testimonial .testimonial-item img {
    position: relative;
    width: 80px;
    border-radius: 80px;
    margin-bottom: 15px;
}

.testimonial .testimonial-item p {
    margin-bottom: 15px;
}

.testimonial .testimonial-item h2 {
    position: relative;
    color: #092a49;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.testimonial .testimonial-item h2::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
    transition: .3s;
}

.testimonial .testimonial-item:hover h2::before {
    width: 60px;
}

.testimonial .testimonial-item h3 {
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
}

.testimonial .owl-nav {
    position: relative;
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial .owl-nav .owl-prev,
.testimonial .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev {
    padding-right: 80px;
}

.testimonial .owl-nav .owl-next {
    padding-left: 80px;
}

.testimonial .owl-nav .owl-prev:hover,
.testimonial .owl-nav .owl-next:hover {
    color: #092a49;
}

.testimonial .owl-nav .owl-prev::after,
.testimonial .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

.testimonial .owl-nav .owl-prev::after {
    left: 9px;
}

.testimonial .owl-nav .owl-next::after {
    right: 9px;
}

.testimonial .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.testimonial .owl-nav .owl-next:hover::after {
    background: #092a49;
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
}

.blog .section-header {
    margin-bottom: 75px;
}

.blog .blog-carousel {
    position: relative;
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
}

.blog .blog-item {
    position: relative;
    margin: 0 15px;
}

.blog.blog-page .blog-item {
    margin: -30px 0 0 0;
}

.blog .blog-img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-content {
    position: relative;
    width: calc(100% - 60px);
    top: -60px;
    left: 30px;
    padding: 25px 30px;
    background: #ffffff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 2;
    min-height: 18rem;
}
/** fixme news **/
.blog.blog-page .blog-item {
    position: relative;
    margin-bottom: 60px;
}
.blog .blog-content {
    position: absolute;
    top: 55px;
}
/** end **/
.blog .blog-content h2.blog-title {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
}

.blog .blog-meta {
    position: relative;
    margin-bottom: 15px;
}

.blog .blog-meta * {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    color: #797979;
}
.blog .blog-meta i {
    color: #0796fe;
    margin: 0 2px 0 10px;
}

.blog .blog-meta i:first-child {
    margin-left: 0;
}
.blog i:first-child {
    margin-left: 0;
}
.blog .blog-text {
    position: relative;
}

.blog .blog-text p {
    margin-bottom: 10px;
}

.blog .blog-item a.btn {
    position: relative;
    padding: 0 0 0 35px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #0796fe;
    transition: .3s;
}

.blog .blog-item a.btn:hover {
    color: #092a49;
}

.blog .blog-item a.btn::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 10px;
    left: 0;
    background: #0796fe;
}

.blog .owl-nav {
    position: relative;
    width: 100%;
    margin-top: -30px;
    display: flex;
    justify-content: center;
}

.blog .owl-nav .owl-prev,
.blog .owl-nav .owl-next {
    position: relative;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0796fe;
    font-size: 25px;
    transition: .3s;
}

.blog .owl-nav .owl-prev {
    padding-right: 80px;
}

.blog .owl-nav .owl-next {
    padding-left: 80px;
}

.blog .owl-nav .owl-prev:hover,
.blog .owl-nav .owl-next:hover {
    color: #092a49;
}

.blog .owl-nav .owl-prev::after,
.blog .owl-nav .owl-next::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 3px;
    top: 11px;
    background: #0796fe;
    transition: .3s;
}

.blog .owl-nav .owl-prev::after {
    left: 9px;
}

.blog .owl-nav .owl-next::after {
    right: 9px;
}

.blog .owl-nav .owl-prev:hover::after {
    background: #092a49;
}

.blog .owl-nav .owl-next:hover::after {
    background: #092a49;
}

.blog .pagination {
    margin-bottom: 0;
}

.blog .pagination .page-link {
    margin-top: -30px;
    color: #092a49;
    border-radius: 0;
    border-color: #092a49;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #0796fe;
    background: #092a49;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 25px 0 15px 0;
}

.contact .contact-info {
    position: relative;
    display: flex;
    padding: 26.5px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-info:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-icon {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-icon i {
    font-size: 18px;
    color: #0796fe;
}

.contact .contact-text {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}

.contact .contact-text h3 {
    font-size: 16px;
    font-weight: 400;
    color: #092a49;
    letter-spacing: 1px;
}

.contact .contact-text p {
    margin: 0;
    font-size: 16px;
}

.contact .contact-form {
    position: relative;
    padding: 30px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    transition: .3s;
}

.contact .contact-form:hover {
    border-color: transparent;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.contact .contact-form input, 
.contact #contact-mail-page input, 
.contact #user-register input {
    padding: 5px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form textarea {
    height: 100px;
    padding: 8px 15px;
    background: none;
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.contact .contact-form .btn, .contact .btn {
    padding: 8px 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #092a49;
    background: none;
    border: 2px solid #092a49;
    border-radius: 0;
    transition: .3s;
}

.contact .contact-form .btn:hover, .contact .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


/*******************************/
/******* Single Page CSS *******/
/*******************************/
.single {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.single img {
    width: 100%;
    margin: 0 0 25px 0;
}

.single .table,
.single .list-group {
    margin-bottom: 30px;
}

.single .ul-group {
    padding: 0;
    list-style: none;
}

.single .ul-group li {
    margin-left: 2px;
}

.single .ul-group li::before {
    position: relative;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.single .ol-group {
    padding-left: 18px;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    background: #092a49;
}

.footer .footer-contact,
.footer .footer-link,
.footer .footer-newsletter {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2,
.footer .footer-newsletter h2 {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #ffffff;
}

.footer .footer-contact h2::after,
.footer .footer-link h2::after,
.footer .footer-newsletter h2::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #0796fe;
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #0796fe;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    display: inline-block;
}

.footer .footer-social a i {
    margin-right: 15px;
    font-size: 18px;
    color: #092a49;
}

.footer .footer-social a:last-child i {
    margin: 0;
}

.footer .footer-social a:hover i {
    color: #999999;
}

.footer .footer-newsletter .form {
    position: relative;
    width: 100%;
}

.footer .footer-newsletter input {
    height: 60px;
    border: 2px solid #1d2434;
    border-radius: 0;
}

.footer .footer-newsletter .btn {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 44px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #092a49;
    background: none;
    border-radius: 0;
    border: 2px solid #092a49;
    transition: .3s;
}

.footer .footer-newsletter .btn:hover {
    color: #0796fe;
    background: #092a49;
}

.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
    padding-top: 0px;
    margin-top: 0px;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #0796fe;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
.mt-150{ margin-top: 150px;}

/* */

.question {
  
    font-weight: 400;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background-color:#092a49;
    color: white;
  }

  
.resultat {
  
    font-weight: 400;
    padding: 14px;
    position: relative;
    display: flex;
    align-items: center;
    background-color:#092a49;
    color: white;
  }
  .resultat a {
    color: #fff;
  }
  
  .question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
  }
  
  .question.active::after {
    transform: rotate(45deg);
  }
  
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .answercont p {
    margin: 10px;
  }
  
 
.container-q {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
  }
  
  .color-bleu{
    color:#092a49 !important
  }

  .input::placeholder {
	color: #092a49 !important;
}
input::placeholder {
	color: #092a49 ;
    font-size: 13px;
    padding-left: 2px;
}
#user-login-form input::placeholder {
    /*font-size: 13px;
    font-family: 'Oswald', sans-serif;*/
    text-align: left;
}
#contact-message-feedback-form input::placeholder,
#user-register-form input::placeholder,
#contact-message-feedback-form textarea::placeholder,
#user-pass input::placeholder {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    text-align: left;
}
#user-login-form input.btn {
    text-align: center;
}
.textmp {
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}
.help-block ul {
    margin: 0;
    padding: 0;
    list-style:none;
    font-size: 13px;
}
.top-bar .help-block ul {
    position:absolute;
    top: 3px;
    left: 39px;
    background-color: #f8f9fa;
    font-family: 'Oswald', sans-serif;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.input-group-sm>.form-control {
    padding: 0.25rem 0.25rem;
}
.contact-form p.help-block{
    position: relative;
    line-height: 14px;
}
.contact-form p.help-block ul{
    position: absolute;
    left: 0;
    top: 0;
}
select:required:invalid {
    font-size: 0.85em;
    color:#6c757d;
    opacity:1
}
option {
    color: black;
}
#user-register .description, #contact-mail-page .description{
    font-size: 13px;
}
#user-register .form-item{
    margin-bottom: 10px;
}
#user-register{
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 30px;
}
#user-register .contact-form:first-child{
    min-height: 15em;
}
#user-register .contact-form:last-child{
    display: none;
}
#edit-conf-adresse-email-wrapper{
    position: absolute;
    top: 10.3em;
    left: 2em;
}
#edit-autres-wrapper, #edit-autres1-wrapper, #edit-profile-etablissement-wrapper {
    display: none;
}
.datedenaissance{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 10px;
    justify-content: space-between;
}
.datedenaissance select{
    height: 24px;
    line-height: 24px;
    padding: 0rem 0.75rem;
}
.datedenaissance span,
#user-register .contact-form.element_24 label,
#user-register .form-select, #user-register p{
    font-size: 1em;
    color:#6c757d;
    opacity:1
}
.form-control{
    font-size: 1rem;
}
#user-register p{
  margin-bottom: 30px;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
#user-register .form-item:last-child {
    margin-bottom: 0px;
}
#user-register .contact-form label:first-child, #edit-conf-adresse-email-wrapper label, #user-login label{
    display: none;
}
#user-register .contact-form.element_24 label:first-child{
    display: inline-block;
}
#user-register .contact-form.element_24 label{
    margin-bottom: 0;
    width: max-content;
}
#user-register .element_24 .form-checkboxes .form-item{
    margin-bottom: 1px;
}
.captcha.contact-form {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
a {
    color: #007bff;
}
.form-control::placeholder {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
select:valid {
    font-size: 1rem;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid red;
}
.input-group input.error{
    border: 1px solid #ced4da
}
#user-login .form-item{
    margin-bottom: 10px;
}
.single p, .blog p{
    text-align: justify;
}
.button-retour img{
    width: auto;
}
.blog-title a{
    color: inherit;
}
.blog-title a:hover{
    color: #557fb3;
}
div.col-md-6:nth-child(5) .blog-item, div.col-md-6:nth-child(6) .blog-item{
    margin-bottom: 0;
}
#contact-message-feedback-form .form-item,
#contact-mail-page .form-item,
#user-register-form .form-item,
#user-pass .form-item{
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
#contact-message-feedback-form p.help-block,
#contact-mail-page p.help-block,
#user-register-form p.help-block,
#user-pass p.help-block{
    position: absolute;
    top: 8px;
    left: 7px;
    width: 100%;
}
#edit-captcha-response-wrapper p.help-block{
    top: 12px;
    left: 12px;
}
#contact-message-feedback-form p.help-block ul,
#contact-mail-page p.help-block ul,
#user-register-form p.help-block ul,
#user-pass p.help-block ul{
    font-family: 'Oswald', sans-serif;
    background-color: #FFFFFF;
    padding: 4px;
}
#mentionsLegales strong{
    color: #3ca261;
}
#mentionsLegales .meta{
    display: none;
}
#user-pass #edit-name{
    width: 42%;
}
.navbar-brand {
    padding-top: 0;
}
.about .about-text p {
    line-height: 30px;
}
.align-items-center {
    align-items: flex-start!important;
}
.about .about-img {
    width: 75%;
}
.feature b{
    margin-top: 10px;
    display: inline-block;
}
.feature .feature-img img.img-feature {
	margin:0;
}
.feature .feature-img {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
}
.top-bar .text i.fa-user-style, .top-bar .text i.fa-key-style{
    color: inherit;
}
.user-register-form .description{
    margin-bottom: 15px;
}
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.item-list--comma-list {
    display: inline;
}
.form-item--error-message {
    margin-top: 0.15em;
    color: #e32700;
}
input[class~="form-control"][aria-invalid="true"],
textarea[class~="form-control"][aria-invalid="true"] {
    border: 1px solid #e32700;
}
.error-img{
    text-align: center;
    background-color:#FFFFFF;
}
.error-img img{
    width: 100%;
    /*height: auto;*/
}

@media (min-width: 992px) {
    .error-img img{
        margin-bottom: 50px;
    }
}

div[property="schema:text"] {
    text-align: justify;
}
u{
    color: #092a49;
}
div[role="contentinfo"][aria-label="Message d'état"]{
    color: #325e1c;
    border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
    background-color: #f3faef;
    box-shadow: -8px 0 0 #77b259;
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
    margin: 9px 0 10px 8px;
}
div[role="contentinfo"][aria-label="Message d'erreur"]{
    color: #a51b00;
    border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
    background-color: #fcf4f2;
    box-shadow: -8px 0 0 #e62600;
    padding: 15px 20px 15px 35px;
    word-wrap: break-word;
    border: 1px solid;
    border-width: 1px 1px 1px 0;
    border-radius: 2px;
    background: no-repeat 10px 17px;
    overflow-wrap: break-word;
    margin: 9px 0 10px 8px;
}
.page-error .section-header {
    margin-bottom: 25px;
}
.service.conseil{
    padding-top: 0;
}
.conseil p{
    text-align: justify;
}
.conseil ul{
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}
.service.conseil ul li a{
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 12.5px;
    background-color: #092a49;
    border: 1px solid #092a49;
    color: #FFF;
    text-transform: inherit;
}
.service.conseil ul li a::after{
    height: 0px;
}
.service.conseil ul li{
    margin-bottom: 10px;
}
.service.conseil ul li:last-child{
    margin-bottom: 0px;
}
.service.conseil ul li a:hover{
    background-color: #FFFFFF;
    border: 1px solid #092a49;
    color: #092a49;
}
.service.conseil .service-item{
    margin-bottom: 0;
}
.chbourse {
    position: relative;
    width: 100%;
    background-image: url(../img/exchange-market-data.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #FFFFFF;
    margin-top: 0;
    z-index: 1;
}
.elementor-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #0b0e1b;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: -1;
}
div.index-summary{
    background: #005797;
    color: #fff;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    right: 3rem;
    z-index: 1;
   /* background-image: linear-gradient(to right, #092a49, #005797);*/
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 26px 42px rgba(0, 0, 0, 0.6);
    color: #fff;
    justify-content: flex-start;
    border-radius: 15px;
    font-size: 14px;
}
@media screen and (min-width:1408px){
    div.index-summary{
        right:8rem;
    }
}
@media screen and (min-width:769px),print{
    div.index-summary{
        position:absolute;
        width:470px;
		top:60%;
	   transform:translateY(-60%);
		
    }
    .mon-background{
        height: 100vh;
    }
}

@media (max-width: 991.98px) {
    div.index-summary{
        height: calc(100vh - 105px);
    }
}
@media (max-width: 767.98px) {
    div.index-summary{
        height: calc(100vh - 70px);
    }
}

@media screen and (max-width:768px){
    div.index-summary{
        padding:1.5rem 0 0;
        height:auto;
        display: none;
    }
}
.index-summary caption{
    font-size: 0.86rem;
    text-align: center;
    color: #092a49;
    padding: 5px;
}
.index-summary table{
    text-align: left;
    width: 100%;
}
.index-summary table tr td{
    padding: 17px 5px;
}
.index-summary table tr td span{
    display: flex;
    font-size: 11px;
    color: #f8f9fa;
    background-color: rgba(9, 42, 73, .5)!important;
}
.index-summary .index-name {
    display: inline-block;
    color: #fff;
}
.index-summary .index-value {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.index-summary .index {
    margin-bottom: 8px;
    position: relative;
    margin-top: 8px;
    padding: 5px 0;
}

/*.index-summary .index:last-child{
    background-image: url(../img/winner-bg.png);
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
}*/
.index-summary .index > div {
    padding-left: 5px;
}

.index-summary .index .index-title.table-title{
    margin-bottom: 5px;
}

.index-summary .index .index-title{
    background-color: #003a64;
    padding-left: 5px;
}

.index-summary .index table caption{
    background-color: rgba(238, 242, 245, 0.6)!important;
}

.index-summary .index-name.increase:after {
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    border-bottom: 11px solid #4cc177;
    border-top: none;
    margin: 0;
    vertical-align: super;
    transform-origin: left top;
    transform: scale(1.4);
    display: inherit;
}
.index-summary .index-name.decrease:after {
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    border-top: 11px solid #c94d4d;
    border-bottom: none;
    margin: 0;
    vertical-align: super;
    transform-origin: left top;
    transform: scale(1.4);
    display: inherit;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
  }

span.changepercentage.decrease:before {
    content: '-';
}
span.changepercentage.increase:before {
    content: '+';
}
span.changepercentage.decrease,
div.index-title.decrease {
    color: #c94d4d;
}
span.changepercentage.increase,
div.index-title.increase {
    color: #4cc177;
}
.carousel .owl-nav {
    left: 2rem;
}
.container-carousel{
    display: flex;
    flex-direction: column;
}
.classement{
    margin-bottom: 15px;
}

select:required {
    font-size: 0.85em;
    color:#6c757d;
    opacity:1
}
#user-register-form h4 {
  display: inline;
  font-size: 1rem;
  margin-right: 15px;
}
#edit-field-date-de-naissance-0-value {
    display: inline;
    margin-bottom: 15px;
    width: 75%;

}

#edit-field-date-de-naissance-0-value > .form-item{
    display: inline;
    
}
.inscrire:hover{
    color: #fff!important;
}

marquee{
    background-color:#092a49;
    }
.color-gris{
    color:rgb(106 112 129/1);
}
#register strong {
    color: #092a49;
}

#mentionsLegales .meta {
    display: none;
}

.decrease{
    color: #c94d4d;
}
.increase{
    color: #4cc177;
}
.ticker{
  color:#b8b6b6
}

.mon-background {
    background-image: url("../img/carousel-1_fn.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100vh - 235px);
    
    display: flex;
  justify-content: center;
  align-items: center;
  }

  .mon-background::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(9, 42, 73, .7);
    z-index: 1;
}

.loader-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #000
        url("https://media.giphy.com/media/8agqybiK5LW8qrG3vJ/giphy.gif") center
        no-repeat;
    z-index: 1;
}
.spinner {
    width: 64px;
    height: 64px;
    border: 8px solid;
    border-color: #092a49 transparent #092a49 transparent;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loader-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: #fff;
    z-index: 9999;
}
.bg-bleu{
    background-color:rgb(9 42 73 / 80%)!important;
}
.index-summary p {
    font-size: 12px;
    margin-bottom: 5px!important;
}

.indice-libelle{
    font-size: 1rem!important;
    letter-spacing :1.5px;
    
}

.indice-value{
    font-size: 1.1rem!important;
    font-weight: 600;
}


.cols-3 {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    width: 100%;
    color: #212529;
}
.cols-3 th {
    background-color: #e4e4e4;
}

.cols-3 td, .cols-3 th {
    padding: 0.75rem;
    vertical-align: top;

}
tr:nth-child(even) {background: #e4e4e4}
tr:nth-child(odd) {background: #FFF}

.index-summary small {
    font-size: 12px;
    letter-spacing :0.5px;
}
#edit-field-autre-etablissements-0-value{
    display: none;
}
.user-login-form .input-group-sm > .form-control{
    padding: .25rem .5rem!important;
}

#register {
    min-height : 70vh;
}

#register .container {
  padding :10px;
}


div[role="contentinfo"][aria-label="Message d'état"] {
    color: rgb(50, 94, 28);
    box-shadow: rgb(119, 178, 89) -8px 0px 0px;
    overflow-wrap: break-word;
    padding: 15px 20px 15px 35px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    border-width: 1px 1px 1px 0px;
    border-radius: 2px;
    background-color: white;
    margin: 9px 0px 10px 8px;
    letter-spacing :1.5px;
}

/* Utilisation des médias queries pour cacher l'élément sur les écrans de taille supérieure à 768 pixels (par exemple) */
@media only screen and (min-width: 769px) {
  .index-summary-mobile {
    display: none; /* Cacher l'élément sur les écrans d'ordinateur */
  }
}

/* Styles pour les dispositifs mobiles */
@media only screen and (max-width: 768px) {
  .index-summary-mobile {
    display: block; /* Afficher l'élément sur les dispositifs mobiles */
  }
  .bg-bleu{
      margin:10px;
      background-color:#092a49!important;
  }
}
#user-register-form label {
    display : inline;
}
div[role="contentinfo"][aria-label="Message d'état"] {
    padding: 10px;
    font-size: 13.5px;
}