


body{
  font-family: 'Poppins', 'Arimo', 'Barlow', sans-serif;
    background-color:#fff;
    color:#211e1e;
    font-weight: 400;
  font-size: 13px;
  font-weight: normal;
  
}
/*-----------------------------------
    1 - Header
------------------------------------*/
header {
  /*background-color: rgba(26, 10, 56, 0.53);*/
  color: #fff;
  z-index: 1000;
}

header a {
  color: #fff;
}

header::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.nav-link {
  font-family: 'Poppins', 'Arimo', 'Barlow', sans-serif;
  text-transform: uppercase;
}

.contact {
  font-size: 12px;
}

.tel {
  margin-right: 30px;
}

.contact i {
  color: #ee1515;
  margin-right: 10px;
}

.login {
  padding: 10px 20px;
  font-size: 14px;
  margin-right: 25px;
  text-transform: uppercase;
}

.contact a:hover,
.login:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

.login i {
  color: #ee1515;
  margin-right: 8px;
}

.navbar-brand h1 {
  margin: 0;
}

.social {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.social li:not(:last-child) {
  margin-right: 4px;
}

.social a {
  font-size: 14px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 32px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  color: #ee1515;
  transition: all 0.25s ease-in-out;
}

.social a:hover {
  color: #fff;
  background-color: #ee1515;
}

.navbar-brand img {
  width: 135px;
}

.navbar-collapse .search-form input[type="text"] {
  border: 1px solid #ced4da;
  color: #333;
  padding: 1.5625rem 0.625rem;
}

.navbar-collapse .search-form .btn {
  margin-top: 0;
  border-radius: 0;
  margin-left: -1px;
}

.navbar-collapse .nav-link {
  font-size: 1.125rem;
  transition: all 0.2s ease-in-out;
}

.navbar-collapse .nav-link:hover {
  color: #ee1515;
}

.cart,
.login-icon,
.search-icon {
  color: #fff;
  font-size: 1.5rem;
}

.cart:hover,
.login-icon:hover,
.search-icon:hover {
  color: #ee1515;
}

.cart {
  margin-left: 20px;
}

form input.btn-primary:hover,
form button.btn-primary:hover {
  background-color: #fff;
  color: #ee1515;
}

/*-----------------------------------
    1 - Hero
------------------------------------*/
.hero {
  background: url("../images/hero-bg.jpg") no-repeat center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.hero .container {
  position: relative;
  z-index: 5;
}

.hero .slide-content {
  min-height: 600px;
  color: #fff;
}

.hero .slide-content span {
  color: #ee1515;
}

.hero .slide-content h1 {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.56);
  text-transform: uppercase;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  font-weight: bold;
}

.hero .slide-content p {
  color: #170936;
  -webkit-transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
          transform: matrix(0.93128, 0, 0, 0.93128, 0, 0);
  padding: 35px 0 35px 30px;
  background-color: rgba(255, 255, 255, 0.51);
  border-top-right-radius: 100px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.hero .slide-content .btn {
  margin-top: 50px;
}

.hero .slide-content .btn:last-child {
  margin-left: 30px;
}

.hero .arr-left,
.hero .arr-right {
  font-size: 3rem;
  display: block;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 85%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.hero .arr-left:hover,
.hero .arr-right:hover {
  cursor: pointer;
}

.hero .arr-right {
  right: 15px;
}

.hero .diag-bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: rgba(240, 0, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero .texture {
  width: 100%;
  height: 100%;
  background: url("../images/hero-texture.png") no-repeat center;
  background-size: cover;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hero::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 29%;
}

.hero::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.02);
  position: absolute;
  left: 0;
  bottom: 58%;
}

/*-----------------------------------
    1 - CTA
------------------------------------*/
.cta-content {
  padding: 30px 0 90px;
  color: #fff;
  background-color: #ee1515;
  position: relative;
  z-index: 1;
}

.cta-content::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #c01e33eb;
  position: absolute;
  /*top: -25px;*/
  left: -1px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}

.cta-content .subscribe-btn {
  align-self: flex-end;
  margin-right: 30px;
}

/*-----------------------------------
    1 - Services
------------------------------------*/
.title {
  font-weight: 700;
  /*text-transform: uppercase;*/
}

.title h6 {
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.title h1 {
  font-size: 35px;
}

.title .title-blue {
  color: #26264b;
}

.title .title-primary {
  color: #ee1515;
}

.services {
  padding: 80px 0 50px;
}

.services .title {
  margin-bottom: 20px;
}

.services .media {
  /*margin: 40px 0;*/
}

.services h5 {
  color: #26264b;
  border-bottom: 2px solid #e7e7e7;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/*-----------------------------------
    1 - Featured
------------------------------------*/
.featured {
  padding: 80px 0;
  background-color: #fafafa;
}

.featured p {
  margin: 35px 0 53px;
}

.featured .media i {
  font-size: 24px;
  color: #ee1515;
}

.featured .media h5 {
  text-transform: uppercase;
  color: #26264b;
}

.featured .btn {
  margin-top: 80px;
}

.featured-img {
  position: relative;
  height: 530px;
  margin-top: 60px;
}

.featured-big {
  position: absolute;
  bottom: 0;
  right: 0;
}

.featured-small {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 25px 0 0;
  background-color: #fff;
}

/*-----------------------------------
    1 - Recent Posts
------------------------------------*/
.recent-posts {
  padding: 65px 0 100px;
}

.recent-posts .btn {
  margin-top: 60px;
}

.recent-posts .row .col-lg-6:nth-of-type(odd) .post-thumb {
  margin-top: 30px;
}

.recent-posts .row .col-lg-6:nth-of-type(even) .post-thumb {
  margin-bottom: 30px;
}

.single-rpost {
  margin: 35px 0 0;
}

.post-thumb {
  flex: 0 0 273px;
}

.post-content {
  color: #ccc;
}

.post-content time {
  font-size: 14px;
  color: #ccc;
}

.post-content h3 {
  margin: 10px 0 2px;
}

.post-content h3 a {
  color: #26264b;
  font-weight: 600;
}

.post-content h3 a:hover {
  font-weight: 700;
  text-decoration: none;
}

.post-content a {
  color: #ccc;
}

.post-content a:hover {
  color: #26264b;
}

.post-content .post-btn {
  color: #6e6e6e;
  text-align: center;
  font-size: 10px;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 50%;
  background-color: whitesmoke;
}

.post-content .post-btn:hover {
  color: #fff;
  background-color: #ee1515;
}

/*-----------------------------------
    1 - Trust
------------------------------------*/
.trust {
  padding: 75px 0;
  background-color: #26264b;
  color: #ddd;
  position: relative;
}

.trust .title {
  margin-bottom: 46px;
}

.trust h1 {
  color: #fff;
}

.trust h5 {
  font-size: 24px;
  color: #fefefe;
  margin: 28px 0 12px;
}

.trust ul {
  color: #fff;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.trust li {
  margin-bottom: 15px;
}

.trust .gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.trust .gal-img {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.trust .gal-img i {
  font-size: 72px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}

.trust .gal-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.trust .gal-img:hover {
  cursor: pointer;
}

.trust .gal-img:hover i {
  opacity: 1;
}

.trust .gal-img:hover::after {
  opacity: 1;
}

.trust .gal-img3 {
  top: -50%;
  left: 50%;
}

/*-----------------------------------
    1 - Pricing Table
------------------------------------*/
.pricing-table {
  padding: 10px 0;
}

.single-pricing {
  padding: 40px 0 40px;
  margin-top: 23px;
  color: #fff;
  background: #26264b;
  border: 0px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

.single-pricing span {
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: transparent;
  position: absolute;
  top: 28px;
  right: 6px;
  transition: all 0.2s ease-in-out;
}

.single-pricing h2 {
  margin-bottom: -5px;
}

.single-pricing .desc {
  color: #9d9d9d;
  padding-bottom: 30px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2f2f2f;
  transition: all 0.2s ease-in-out;
}

.single-pricing .price {
  font-size: 2rem;
  margin-bottom: 8px;
}

.single-pricing p {
  color: #ddd;
}





/*-----------------------------------
    1 - Testimonials
------------------------------------*/
.testimonial-and-clients {
  background: url(../images/test-clients-bg.png) center center/cover no-repeat #ee1515;
}

.testimonials {
  padding: 95px 0 85px;
  color: #fff;
  border-bottom: 1px solid #26264b;
}

.testimonials .test-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.testimonials .test-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 90px;
}

.testimonials h5 {
  color: #26264b;
  margin-top: 15px;
}

.testimonials span {
  color: #c4c4c4;
  display: inline-block;
  margin: 0 0 17px;
}

.testimonials p {
  font-size: 17px;
  line-height: 27px;
}

.test-pagination {
  text-align: center;
  margin-top: 8px;
}

.test-pagination span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #26264b;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
}

.test-pagination span:hover {
  cursor: pointer;
}

.test-pagination span:not(:last-child) {
  margin-right: 10px;
}

.test-pagination span.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: white;
}

/*-----------------------------------
    1 - Clients
------------------------------------*/
.clients {
  padding: 70px 0;
}

.clients .swiper-wrapper {
  text-align: center;
}

/*-----------------------------------
    1 - CTA 2
------------------------------------*/
.cta2 {
  margin: 50px 0 -30px;
}

/*-----------------------------------
    1 - Footer
------------------------------------*/
footer {
  background: url(../images/footer-bg.png) center center/cover no-repeat #26264b;
}

/*-----------------------------------
    1 - Footer Widgets
------------------------------------*/
.footer-widgets {
  padding: 100px 0;
}

.footer-widgets .col-md-6 .single-widget:not(:first-child) .widget-tiltle {
  margin: 40px 0 30px;
}

.single-widget {
  color: #aaa;
}

.single-widget .widget-tiltle {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 45px;
}

.single-widget i {
  color: #ee1515;
}

.single-widget h6 {
  color: #fff;
}

.single-widget .media {
  margin-bottom: 20px;
}

.contact-widget a {
  color: #aaa;
}

.contact-widget i {
  font-size: 22px;
}

.twitter-widget i,
.twitter-widget h6 {
  color: #777;
}

span {
  color: #fff;
}

.recent-post-widget .rcnt-img {
  width: 68px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
}

.recent-post-widget .rcnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recent-post-widget a {
  color: #fff;
}

.recent-post-widget p {
  font-size: 13px;
}

.recent-post-widget i {
  margin-right: 10px;
}

.recent-post-widget i:last-of-type {
  margin-left: 15px;
}

.tags-widget {
  margin: -10px -10px 0 0;
}

.tags-widget a {
  color: #aaa;
  display: inline-block;
  padding: 10px 12px;
  border-radius: 2px;
  background-color: #363636;
  font-size: 14px;
  font-family: 'Poppins', 'Arimo', 'Barlow', sans-serif;
  font-weight: 700;
  margin: 10px 10px 0 0;
}

.tags-widget a:hover {
  text-decoration: none;
  color: #26264b;
  background-color: #ee1515;
}

.subscribe-widget form {
  margin-bottom: 10px;
}

.subscribe-widget input {
  font-size: 14px;
  padding: 0px 10px;
  background-color: #444;
  border: none;
  line-height: 0;
  position: relative;
  z-index: 1;
}

.subscribe-widget input:focus {
  outline: none;
  box-shadow: none;
}

.subscribe-widget button {
  background: #ee1515;
  border: none;
  padding: 9px 14px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-left: -10px;
  position: relative;
  z-index: 5;
}

.subscribe-widget button i {
  color: #fff;
}

.subscribe-widget .social-nav {
  margin-top: 32px;
}

.subscribe-widget .social-nav a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  color: #ddd;
  background-color: #444;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-right: 10px;
}

.subscribe-widget .social-nav a i {
  color: #ddd;
}

.subscribe-widget .social-nav a:hover {
  background-color: #dbffcd;
}

/*-----------------------------------
    1 - Foot Note
------------------------------------*/
.foot-note {
  padding: 0;
  background-color: #dbffcd;
  color: #26264b;
}

.foot-note a {
  color: #26264b;
}

.foot-note a:last-child {
  margin-left: 30px;
}

.foot-note a.fh5-link {
  margin-left: 0;
}


élément {
}
.navbar-expand-md .navbar-nav {
    /*flex-direction: row;*/
}
.navbar-nav {
  
    background: #fff;
    color: #ee1515;
	opacity: .7;
}


.navbar-light .navbar-nav .nav-link {
    color: #a90d0d;
}


.top-header {
    padding: 0px;
}
.navbar { padding: 0px; margin-top: -20px; }

.navbar-brand img{height: 100px;}

.swiper-container{height: 420px;}

.clients .swiper-container{height: 180px;}

.cta-content{ padding: 3px 20px; background-color: transparent; margin-top: -30px;}

.cta-content::after {border-top-right-radius: 0; border-bottom-left-radius: 0px}

.block1{background: #096a37;}
.block2{background: #52ae49;}
.block3{background-color: #27811d;}

.services{padding: 0;}

.cta{
    margin-top: -90px;
    padding-bottom: 20px;
}

.blockmedia .single-pricing{height: 300px; margin: 0 16px;}

.actualite a {color:  #222}

.actualite  .single-rpost {height: auto; max-height: 300px;}
.blockmediasection {background: #096a37; padding-top: 28px;}

.blockmediasection .single-pricing {
    
    background: #FFF;
    border: 0px solid #dbffcd;}

.blocksearch {
    width: 120px;
    background: #c01e33;
    padding: 12px 10px 12px 0;
    text-align: right;
    margin-left: -14px;
}

.navbar-brand img{background: #fff;
border-radius: 64px;
padding: 4px;
height: 100px;
margin-top: -20px;
width: 96%;}

.blockmedia .single-pricing::before { width: 50px; height: 50px; color: c01e33; border-radius: 16px;}

.social .fa, .actualite .fa{margin-top: 8px; font-weight: bold;}

.tcercle{ width: 80px; height: 64px; /*background: #c01e33;*/ margin: auto; margin-bottom: -25px; border-radius: 64px; z-index: 99999;position: relative; }

nav-link:active {
  background: #265301;
  color: #CDFEAA;
}
.single-slide img{ width: 100% !important }

.media-body .medi { padding: 4px; padding-left: 20%; }
.media-body .medi span { font-size: 20px;  font-weight: bold; padding-left: 8px; }
.services .media{padding:4px 0;}
.media-body .mediob { padding: 4px; padding-left: 5%; }
.media-body .mediob span { font-size: 20px;  font-weight: bold; padding-left: 8px; }
.media-body .mediobs { padding: 2px; padding-left: 25%; }
.media-body .mediobs span { padding-left: 8px; }

.tab-box .medi { padding: 4px; color: #096a37; }
.tab-box .medi span { font-size: 20px;  font-weight: bold; padding-left: 8px; color: #096a37;}
.actualite .title-primary span::after, .pricing-table .title-primary span::after, .espaceside .title-primary::after, .ttside span::after {content: " "; color:#096a37 ; margin: auto; margin-top: -8px; border: 2px solid #096a37; display: block; width: 20px; height: 20px; border-radius: 64px; background: #fff;background: #fff;
z-index: 99999;
position: absolute;
left: 49%; }

.actualite .title-primary span, .pricing-table .title-primary span, .ttside span{ color:#096a37 ; border-bottom: 2px solid #096a37;}

 .ttside span::after {content: " "; color:#096a37 ; margin: auto; margin-top: -8px; border: 2px solid #096a37; display: block; width: 20px; height: 20px; border-radius: 64px; background: #fff;background: #fff;
z-index: 99999;
position: absolute;
left: 45%; }

 .ttside span{ color:#096a37 ; border-bottom: 2px solid #096a37; padding: 4px;}
 .ttside {padding-bottom: 20px;}


 .title-primary::before{margin: auto; border: 4px solid #222;  width: 100px; height: 30px; }

ul.newsticker {
  position: relative;
  height: auto;
  list-style: none;
  padding: 0px 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
ul.newsticker li{
    margin: 0;
    padding: 8px;
    font-size: 16px;
}

ul.newsticker li a {
  /*font-weight: 600;*/
  /*color: #000;*/
  color:#fff;
}

.recent-posts {
    padding: 20px;
}

.single-rpost {
    margin: 5px 0 0;
}

.single-pricing p{font-size: 16px; color: #096a37;}



.scroll-img {
  
  height: 224px;
  overflow: hidden;
  font-size: 0;
}

@media (min-width: 576px) {
.scroll-img {
  width: 470px;}
  .scroll-img ul {
  width: 470px;
 
}
#demo5-btn {
  width: 470px;
}
#demo5v-btn {
  width: 470px;
}
}

@media (min-width: 768px) {
.scroll-img {
  width: 670px;}
.scroll-img ul {
  width: 670px;
 
}
#demo5-btn {
  width: 670px;
}
#demo5v-btn {
  width: 670px;
}
}

@media (min-width: 992px) {
  .scroll-img {
  width: 880px;}
  .scroll-img ul {
  width: 880px;
 
}
#demo5-btn {
  width: 880px;
}
#demo5v-btn {
  width: 880px;
}
}

@media (min-width: 1200px) {
    .scroll-img {
  width: 1100px;}
  .scroll-img ul {
  width: 1100px;
 
}
#demo5-btn {
  width: 1100px;
}
#demo5v-btn {
  width: 1100px;
}
  }







.scroll-img ul {
 
  height: 600px;
  margin: 0;
}
.scroll-img ul li {
  display: inline-block;
  margin: 10px 0 10px 10px;
}

#demo5.scroll-img ul {
  width: 1500px;
  padding: 0;
}
#demo5-btn {
  
  padding-top: 10px;
  margin-top: -224px;
  height: 200px;
}

#demo5v.scroll-img ul {
  width: 1500px;
  padding: 0;
}
#demo5v-btn {
  
  padding-top: 10px;
  margin-top: -224px;
  height: 200px;
}

.scroll-img ul li img{
  width: 200px;
}


/* Tabs container */
.r-tabs {
  position: relative;



}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;

  
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
 
}

/* Tab panel */
.r-tabs .r-tabs-panel {
  


}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;

  
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 14px;

  
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
 
  text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}

#demo5-backward{float: left; height: 180px; background-color: #fffc;}
#demo5-forward{float: right; height: 180px; background-color: #fffc;}
#demo5v-backward{float: left; height: 180px; background-color: #fffc;}
#demo5v-forward{float: right; height: 180px; background-color: #fffc;}
.btn, .btn::after {border-radius: 0;}
.btn::after {background-color: none}

.dateagenda{ float: left; color: #222;}
.titreagenda{ margin-left: 1%; float: left; }


.tagenda, .cagenda{font-size:16px; text-align: center; margin: auto; color: #096a37; margin-left: -30px;}

.cagenda li, .lpub-list li{list-style: none; border-bottom: 2px dotted #ccc;

clear: both;}
.cagenda li  div{text-align: left;}
.lpub-list{text-align: left;  margin-left: -20px;  font-size:16px;} 
.lpub-list a{color: #096a37;}

.actualite .img_marge {  float: left;}
.dateactu{color:#aaa; padding-left: 8px;}

.titreactu{font-weight: 400;}

.distant2{width: 100%; margin-top: -216px;}

.navbar-nav a:active, .navbar-nav a:focus, .navbar-nav a: hover{color: green;}


.espaceosc{background-color:#096a37; min-height: 600px; margin-top: 24px;}


.tabespace li{display: block;
margin: 8px 16px;
float: left;
width: auto;}
.tabespace a{color: #fff; font-weight: 700;}
.espaceosc, .espaceosc span, .espaceosc a{color: #fff;}

ul.lpub-list li a{color: #096a37;}
img.thumb {
   
    padding: 8px 8px 8px 0;
}
.btn:focus, .btn.focus{box-shadow: none;}




.menuosc ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
.menuosc ul li {
float: left;
margin: auto;
padding: 0;
border-left: 1px solid #ccc;
width: auto;
border-radius: 16px 16px 0 0;
border-right: 1px solid;
 }
 .menuosc ul li a {
 display:block;
 
 color:#000;
 text-decoration:none;
 padding:5px 16px;
 }
.menuosc ul li ul li a {
 display:block;
 width:200px;
 color:#f79136 !important;
 text-decoration:none;
 padding:5px;
 text-align: left;
 }
.menuosc li a:hover {
 color:green;
 }

 .menuosc ul li ul {
 display:none;
 background-color: #ccc;
 }

.menuosc ul li:hover ul {
 display:block;
 }
.menuosc li:hover ul li {
 float:none;
 }

 .menuosc {
 height:50px;
 margin-top: 50px;
 }

.menuosc li ul {
 position:absolute;
 }

.mregion .leftli{ float: left; color:#fff; background: transparent; font-size: 20px;}

.mregion  .rightli{float: right; padding: 0 8px; border-right: 1px solid #fff;}

.mregion .rightli a{color: #fff;}

.poscregion .head::before { 
  content: '';
position: absolute;
z-index: 1;

top: 7em;

width: 34%;
background: #fff;

height: 2px;
left: -12%;


      }

.poscregion .head::after { 
  content: '';
position: absolute;
z-index: 1;
top: 1.7em;
left: 24.4%;
width: 2px;
height: 83px;
background: #fff;
transform: rotate(46deg);
      }

.mregion::before { 
 content: '';
position: absolute;
z-index: 1;
top: 34px;
width: 80%;
background: #fff;
height: 2px;
left: 27.1%;
      }

.mregion li.encour a{
      Color:#A4230D;
      padding: 0 8px; /*border-right: 1px solid #fff;*/
      background: #fff;
   
   }
.boxinter a {color: #fff !important;
font-weight: bold;}


.heads {
    border-bottom: 2px solid #fff; 
}


.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #096a37 !important;
}


.nomargleft {

    float: left;
}

div.tab-box a {
    color: #c01e33;
    
}

.contentariticle img{width:   auto; height: auto; max-width: 100%;}
.contentariticle .thumb{/*max-width: 50%;*/ height: auto;}

#example_length, #example_info {     width: 30%;
    float: left;
} 

#example_filter, #example_paginate { width: 22% ; float: right; }

.dataTable tr{height: 30px;  }
.newsletter{ color: #fff; }
.odd { background: #dddddd47; }


#documents_portfolio li {
  width: 20%;
  float: left;
}
#documents_portfolio ul {
  list-style-type: none;
}

.newsl .email {
  width: 300px;
}

.newsl .boutons {
  width: 25%;
  float: left;
}

.newsl .editer-groupe {
  width: 70%;
  float: left;
}

.newsl label {
  width: 10%;
  float: left;
}

.newsl .email {
  width: 300px;
}

#recherche {border: 1px solid #ced4da;
color: #343a40;
padding: 1.1313rem 0.625rem;}

#formulaire_recherche .submit{color: #fff;
background-color: #c01e33;
width: 100px;
height: 40px;
font-size: 20px;}

#formulaire_recherche #recherche{border: 1px solid #ced4da;
color: #343a40;
padding: 1.5313rem 0.625rem;
width: 200px;
height: 20px;}

#formulaire_recherche label {color : #c01e33; font-weight: bold;}

._2p3a{
  min-width: 328px !important;
}

.spip_doc_titre{font-style: italic;
  font-size: 10px;
  text-align: center;}

  .tab-box .content {
  padding: 5px;
  background-image: linear-gradient(to bottom, #efefef, #ddd);
  box-shadow: 3px 2px 5px 0px rgba(0,0,0,0.4);
  background: #fff;
  color: #000 !important;
  padding-left: 8px;
  padding-right: 8px;
}

.politiq, .soustitre4 {
  
  color: #000 !important;}


.menuosc ul li a, .boxinter a {
  
  color: #c01e33 !important;
  
}


.titreactu a{color: #096a37 !important}
  }
