/********** Template CSS **********/
:root {
    --primary: #1e8bc3;
    --secondary: #bf1e2e;
    --light: #EEF9FF;
    --white: #ffffff;
    --dark: #091E3E;
}

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

.right {
    text-align: right !important;
}

.left {
    text-align: left !important;
}

.allmargin-lg {
    margin: 5rem !important;
}

.leftmargin-lg {
    margin-left: 5rem !important;
}

.rightmargin-lg {
    margin-right: 5rem !important;
}

.topmargin-lg {
    margin-top: 5rem !important;
}

.bottommargin-lg {
    margin-bottom: 5rem !important;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px 0px;
    padding: 8px 22px;
    font-size: 0.95rem;
    line-height: 24px;
    background-color: #1e8bc3;
    color: #FFF;
    font-weight: 700;
    text-transform: initial;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
    border-radius: 3px;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-third {    
    padding: .375rem 0rem;
    color: #1e8bc3;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-third:hover {
    text-decoration: underline;
}


.btn-formation {
    color: #FFFFFF;
    background: var(--primary);
}

.btn-formation:hover {
    color: #1e8bc3;
    background: var(--white);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    /*background: var(--primary);*/
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Open Sans", sans-serif;
    padding: 35px 15px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #000;
    outline: none;
    transition: .5s;
	text-transform: uppercase;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

    .carousel-caption h5 {        
        font-family: 'Open Sans', arial, sans-serif !important;		
    }


@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;		
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before, .section-title .section-decoration::before  {
    position: absolute;
    content: "";
    width: 55px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after, .section-title .section-decoration::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    /*background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;*/
    background-color: #F5F5F5;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}


/** Updates-16-07-2024 **/

.heading-block {
    margin-bottom: 30px;
}

.heading-block h1,
.heading-block h2,
.heading-block h3,
.heading-block h4,
.emphasis-title h1,
.emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: initial;
    letter-spacing: 1px;
    color: #333;
}

.heading-block h1 {
    font-size: 32px;
}

.heading-block h2 {
    font-size: 30px;
}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #444;
}

.heading-block h2+span,
.heading-block-blue h2+span {
    font-size: 1.20rem;
}

.heading-block-special h2+span {
    font-size: 1.20rem;
}

.heading-block-special h2+span+span {
    font-size: 1.20rem;
}

.heading-block.center::after {
    margin: 15px auto 0;
}

.heading-block.center>span,
.heading-block-blue.center>span {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}


.heading-block-special.center>span {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.block-heading-special>span:not(.before-heading),
.heading-block-special>span:not(.before-heading) {
    display: block;
    margin-top: 15px;
    font-weight: 300!important;
    color: #777;
    width: 100%;
}

.section-blue {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 15px 0;
    background-color: #F7FBFD;
    overflow: hidden;
}

.section {
    position: relative;
    width: 100%;
    margin: 60px 0;
    padding: 60px 0;
    background-color: #f5f5f5;
    overflow: hidden;
}

.section-footer {
    position: relative;
    width: 100%;
    margin: 60px 0;
    background-color: #f5f5f5;
    overflow: hidden;
}

.section-colored {
    background-color: #1e8bc3;
}

.heading-title-blue, .heading-block-red, .heading-red {
    margin-bottom: 15px;
	margin-top: 15px;
}

.heading-block-blue, .heading-block-red {
    margin-bottom: 30px;
}

.heading-block-blue h2 {
    font-size: 30px;
    color: #1e8bc3;
}

.heading-block-red h2 {
    font-size: 30px;
    color: #e20812;
}

.heading-block-red h4, .heading-red h3, .heading-red h4 {
    font-size: 23px;
    color: #e20812;
}

.heading-red p.cotact-mail {
    font-family: "Jost", sans-serif;
    font-size: 23px;
    color: #e20812;
    font-weight: 600 !important;
}

.heading-block-blue.center::after {
    margin: 15px auto 0;
}

.heading-block-blue::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #1e8bc3;
}

.heading-block-red.center::after {
    margin: 15px auto 0;
}

.heading-block-red::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #e20812;
}

.feature-box-special {
    border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 7px!important;
    /*padding: 40px 10px 0px 10px;*/
    padding: 1px 1px 0px 1px;
}

.feature-box-blue {
    border: 0;
	border-radius: 0;
    padding: 0;
}

.feature-box-padding {
    margin-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
}

.feature-box-special:hover {
    /*box-shadow: 0 10px 10px -8px rgb(10 16 34 / 15%);*/
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
}

.feature-box-special p {
    height:70px;
}

.fbox-content {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    /*padding: 0 0.75rem;*/
    padding: 0 20px;
	/*margin-top: 1rem;*/
    margin-top: 0rem;
}

.fbox-content h2, .fbox-content h3 {
    font-size: 20px;
	height: 48px;
    font-weight: 600 !important;
    margin-bottom: 0;
    color: #1e8bc3;
}

.fbox-content .entry-meta {
	margin-left: 0 !important;   
    /*height: 95px; */
    height: 70px;
}

.fbox-content p {
    margin-top: 1rem;
    margin-bottom: 0px;
    color: #999;
}

.fbox-icon {
    /* width: 5.5rem; */
    height: 4rem;
    padding: 0 0.75rem;
}

.fbox-icon a,
.fbox-icon i,
.fbox-icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #FFF;
}

.button.button-border {
    border: 1px solid #444;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    text-shadow: none;
}

.button.button-border-thin {
    border-width: 1px;
}

.button.button-border.button-desc {
    line-height: 1;
}

.button.button-border:not(.button-fill):hover {
    background-color: #444;
    color: #FFF;
    border-color: transparent !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.button.button-border.button-light {
    border-color: #FFF;
    color: #FFF;
}

.button.button-border.button-light:hover {
    background-color: #FFF;
    color: #dc3545;
    text-shadow: none;
}

.button-border.button-blue {
    color: #1e8bc3;
    border-color: #1e8bc3;
}

.button-3d.button-blue:hover,
.button-reveal.button-blue:hover,
.button-border.button-blue:hover,
.button-border.button-blue.button-fill::before {
    background-color: #1e8bc3 !important;
}


.button-border.button-red {
    color: #bf1e2e;
    border-color: #bf1e2e;
}

.button-3d.button-red:hover,
.button-reveal.button-red:hover,
.button-border.button-red:hover,
.button-border.button-red.button-fill::before {
    background-color: #bf1e2e !important;
}

.button.button-rounded {
    border-radius: 3px;
}

.counter.counter-xlarge {
    font-size: 64px;
    font-weight: 400;
	font-family: "Jost", sans-serif;
}

.counter.counter-xlarge {
    font-size: calc(2.475rem + 2.7vw);
    letter-spacing: -2px;
}

.fw-bolder {
    font-weight: bold !important;
}

.entry {
    padding: 0px;
    vertical-align: top;
    border-bottom: 0;
    border-radius: 7px;
    -webkit-transform-origin: 50% 50% 0px;
    transform-origin: 50% 50% 0px;
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .5, 1);
    -o-transition: all 250ms cubic-bezier(.02, .01, .5, 1);
    transition: all 250ms cubic-bezier(.02, .01, .5, 1);
}

.entry-special, .team-item {
    background-color: #f6f6f6;
    border-style: solid;
    border-width: 1px 1px 3px 1px;
    border-color: #e9e8e8;
}




.entry-special:hover {
    /*box-shadow: 0 10px 10px -8px rgb(10 16 34 / 15%);  
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
    border-bottom: 3px solid #EEE;*/  
}

.entry-special:hover {
    /*box-shadow: 0 10px 10px -8px rgb(10 16 34 / 15%);  
    -webkit-transform: translate(0, -8px);
    -ms-transform: translate(0, -8px);
    -o-transform: translate(0, -8px);
    transform: translate(0, -8px);
    border-bottom: 3px solid #EEE;*/  
}

.entry-special:after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}


.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.entry-image>a {
    display: block;
    position: relative;
    width: 100%;
    height: auto
}

.posts-md .entry-image+.entry-title {
    margin-top: 0.875rem;
}

.entry-title,
.entry-meta,
.entry-content,
.entry-description {
    padding: 0 20px;
}

.entry .entry-title.title-xs h2,
.entry .entry-title.title-xs h3 {
    font-size: 21px;
    color: #222 !important;
    font-weight: 600 !important;
    height: 75px;
}

.entry .entry-title h4 {
    font-size: 21px;
}

.entry .entry-title h2 a,
.entry .entry-title h3 a {
    color: #222 !important;
}

.posts-md .entry-content,
.posts-sm .entry-content {
    margin-top: 20px;
}

.entry-content p {
    color: #555;
    font-size: 0.94rem;
    line-height: 22px !important;
    margin-bottom: 20px!important;
	
}

.entry-meta {
    font-size: 0.9rem;
    text-transform: none;    
    padding: 15px 0px;
    margin: 0px 20px 0;
	font-weight: bold;
}

.entry-image {
      /*  margin: 0px 25px 25px 0px;*/
      aspect-ratio: 16 / 9;
      overflow: hidden;

 }

.event .entry-meta .btn {
    display: inline-block;
    font-weight: 400;
    color: #2883ba;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-color: #2883ba;
    padding: 0.375rem 0.75rem;
    font-size: 0.90rem;
    line-height: 1.5;
    border-radius: 0.15rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.entry-meta .btn:hover {
    color: #fff;
    background-color: #2883ba;
    border-color: #2883ba;
}

.entry-meta ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    /*margin: 0 0 0px -20px;*/
    list-style: none;
}

.entry-meta li {
    margin-left: 0;
    margin-right: 0;
}

.nav .nav-item .nav-link {
    padding: 6px 20px 8px 30px;
    color: #000;
    line-height: 1.3;
    font-weight: 600;
    transition: all .2s ease;
}

.nav .nav-item .nav-link {
    border-right: 1px solid #DDD;
    line-height: 1.5;
    font-size: 15px;
}

.nav .nav-item.active .nav-link,
.nav .nav-item:hover .nav-link {
    border-right-color: #bf1e2e !important;
    color: #bf1e2e;
}



/* tabBlock - Navigation Style
-----------------------------------------------------------------*/

.group::after, .tabBlock-tabs::after {
    clear: both;
    content: "";
    display: table;
  }
  
  *, ::before, ::after {
    box-sizing: border-box;
  }
  
  .cd__main {
    color: #222;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.5;
    display: block !important;
  }
  @media screen and (min-width: 700px) {
    body {
      /*font-size: 137.5%;*/
    }
  }
  
  ol, ul {
    margin-bottom: 1.25rem;
    margin-top: 0;
  }

  p {
    margin-bottom: .5rem;
    margin-top: 0;
  }

  p.content-special {
    font-size: 1rem;
    margin-bottom: 15px;
    font-family: Jost, sans-serif;
    font-weight: 600;
    color: #000;
  }

  p.title-special {
    font-family: "Jost", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
    color: #000 !important;    
  }

  ol, ul {
    padding: 0;
    margin: 0;
    /*margin-left: 1.25rem;*/
  }
  
  .unstyledList, .tabBlock-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .page-content {
	float: left;
  }

  .tabBlock {
	float: left;
    margin: 2.5rem 0 2.5rem;
  }
  
  .tabBlock-tab {
    background-color: #f2f2f2;
    border-color: #DDD;
    border-left-style: solid;
    border-top: solid;
    border-width: 1px;
    color: #444;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    float: left;
    padding: 0.625rem 1.25rem;
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
  }
  .tabBlock-tab:last-of-type {
    border-right-style: solid;
  }
  .tabBlock-tab::before, .tabBlock-tab::after {
  
    display: block;
    height: 0px;
    position: absolute;
    -webkit-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
  }
  .tabBlock-tab::before {
    background-color: #DDD;
    left: -2px;
    right: -2px;
    top: -2px;
  }
  .tabBlock-tab::after {
    /*background-color: transparent;
    bottom: -2px;
    left: 0;
    right: 0;*/
  }
  @media screen and (min-width: 700px) {
    .tabBlock-tab {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
      width: 25%;
    }
  }
  .tabBlock-tab.is-active {
    position: relative;
    z-index: 1;
    color: #444;
    background-color: #FFF;
    font-weight: bold;
  }

  }
  .tabBlock-tab.is-active::before {
    /*background-color: #975997;*/
  }
  .tabBlock-tab.is-active::after {
    background-color: #fff;
  }
  
  .tabBlock-content {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 1px solid #DDD;
    padding: 1.25rem;
    border-top: 0;
  }
  
  .tabBlock-pane > :last-child {
    margin-bottom: 0;
  }

  .tabBlock-tab.last-child {
    color: #fff;
	background-color: #1e8bc3;
  }


  img.alignleft, div.alignleft {
    float: left;
    margin: 0px 30px 0px 0;
  }

  .icons {
    border-top: 1px solid #d1d1d1;
    padding-top: 15px;
    width: 15%;
    }

  .icons-fullwidth {
    border-top: 1px solid #d1d1d1;
    padding-top: 15px;
    width: 100%;
    }

	.icons-middlewidth {
    border-top: 1px solid #d1d1d1;
    padding-top: 15px;
    width: 50%;
    }


 .img-contact {
    border-top: 1px solid #d1d1d1;
    padding-top: 15px;
    width: 100%;
    }

 .img-contact-footer {
    width: 152px;
	height: 17px;
    }

 

	.single-product-price h3 {
		font-size: 25px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		margin-bottom: 0;
		color: #333;
	}

	blockquote {
		float: left;
		padding: 20px 0px 0px 0px;
		/*margin: 10px 0 5px 0px;*/
		font-size: 1.125rem;
		border-top: 1px solid #EEE;
	}

	blockquote h2 {
    font-size: 1.05rem;
    margin-bottom: 15px;
}

	blockquote h3 {
		font-size: 17px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		margin-bottom: 0;
		color: #333;
	}


	blockquote ul {
		margin-bottom: 10px;
	}

	blockquote ul li {
		color: #555;
		font-size: 0.94rem;
		line-height: 22px !important;
		margin-bottom: 15px !important;
		list-style: none; !important;
	}

	blockquote ul li .title {
 
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #000 !important;
	display: block;
    margin-bottom: 10px;
	}

	blockquote ul li .value {
	
	}


	.toggle {
		display: block;
		position: relative;
		margin: 0 0 20px 0;
	}

	.toggle-bg .toggle-header {
		background-color: #EEE;
		margin: 0;
		padding: 0.75rem;
		border-radius: 2px;
	}

	.toggle-icon, .accordion-icon {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		padding: 0 5px;
		text-align: center;
	}

	.footer h3 {
		font-size: 1.65rem;
	}

    
    .footer p.title-footer {
        font-family: "Jost", sans-serif;
		font-size: 1.65rem;
        color: #fff !important;
        font-weight: 600 !important;
	}

	.footer p, .footer a {
		font-size: 0.95rem;
	}

	img.contact-frea {
		width: 119px;
    	height: 15px;
    	position: relative;
    	top: 3px;
	}

	img.contact-frea-two {
		width: 119px;
    	height: 15px;
    	position: relative;
    	top: 2px;
	}

	 .form-group label {
		color: #797979 !important;
		font-size: 1rem;
		cursor: default;
		margin-bottom: 12px;
	}

	.red {
		color: red;
	}

	.line {
    clear: both;
    position: relative;
    width: 100%;
    margin: var(--cnvs-section-margin) 0;
    border-top: 1px solid rgba(var(--cnvs-contrast-rgb), .1);
	}

	table, th, td {
	font-size: .875em;
	margin: 1em 0 .25em 0;
	}

	thead {
	color: #fff;
	background-color: #1e8bc3;
	text-align: center !important;  	 
	}

	th {
	width: 15%;
	text-align: left !important;
	}

	td {
	text-align: left !important;
	}

    .carousel-caption p {        
        font-size: 1.05rem;	
        font-weight: 500 !important;
        line-height: 1.2;
    }



    .btn-reseaux-sociaux {        
        font-size: 1.25rem !important;
        width: 40px;
        height: 40px;
        line-height: 1.25;
    }
/** Updates-16-07-2024 **/