/*----------------------------- CONTENER---------552-----------------*/

@media (min-width: 576px) {
  .container {
    max-width: 540px;
	max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
	max-width: 100%;
  }
  .t4-main-body {
  padding-top: 20px;
  padding-bottom: 20px;
}
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
	 max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
navbar-expand-xl .navbar-nav
{
flex-flow: column nowrap;
/*justify-content: space-between;*/
align-content: flex-start;
 }
 }
 
 .dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
  color: #fff;
 background: none;
}
 

 #kunena.layout #categoryactions ul.inline i {

  margin-right: 5px;
}
.dropdown-toggle {

  cursor: pointer;
}
.background-white{
background: #fff !important;
}
 
 #back-to-top:hover, #back-to-top:focus, #back-to-top:active {
 background-color: rgba(0, 0, 0, 0.5);
  color: var(--color-white);
}
 
 .btn.btn-outline-primary {
  border-color: var(--color-primary) !important;
color: white!important;
margin-right: 5px !important;
margin-bottom: 5px !important;
cursor: pointer;
}
 .btn {
  background-color: #0062a9;
  color:#FFF;
  margin-bottom: 10px;
margin-left: 10px;
 }
 
 .btn.btn-primary {
  margin-bottom: 10px;
}

.btn-toolbar .btn-group + .btn-group {

}
.nav-tabs {
  margin-top: 10px;
}

 .t4-offcanvas .t4-off-canvas-body {
  padding: 10px;
  overflow-y: auto;
  height: auto;
}
/*----------------Menu navbar expand xl------------*/

/*---------------Menu*/
.t4-navbar .navbar {
 /* float: left;*/
  min-height: 40px;
  width:95%
}

navbar-expand-xl .navbar-nav
{
flex-flow: row nowrap;
justify-content: space-between;
align-content: flex-start;
 }
.t4-navbar .nav-item {
  cursor: pointer!important;
}
.navbar-nav {
  width: 100%;
}

.navbar-expand-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
}





/*----------------Divers----------------*/
body {
	 
 /* background-color: #001f43;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100%;
  background-image: url(../images/vague-bleu.jpg);*/

}

.t4-content {
/*background: none;*/
}

.t4-main-body {
	background-color:#fafafa;

}
.padding0
{
  margin-left:-15px;
  margin-right:-15px;
}

.background-none
{
	background:none!important;
	background:transparent!important;

}
.bread
{
background-color: #FFF;
margin-top: -1px;
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
}
/*---------------- System --------------*/

svg {
  overflow: hidden;
  vertical-align: middle;
  display: none !important;
}

#modal-messages #messages-header { /*-------Alerte system- popup ajax-------*/
  background-color: #567293;
  color: #ffffff;
  height: 35px;
  width: 100%;
  display: block;
  color: #ffffff;
  text-align: left;
  line-height: 35px;
  font-size: 125%;
  margin: 0;
    border-radius: 9px 9px 0 0;

}

#modal-messages {
  position: fixed;
  text-align: center;
  width: 500px;
  height: auto;
  overflow: hidden;
  margin: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border: 0px solid rgba(0, 0, 0, 0.07);
  padding: 3px;
  border-radius: 10px;
}

#modal-messages #messages-container {
  border: 0px solid rgba(0, 0, 0, 0.07);
}

.form-wrap h1 {/*-------off line-------*/

  display: none;
}
body.offline {

  background-color:#006db2;
}

.form-wrap .offline-message {
  background-color: #fefefe;
  border-radius: 3px;
  color: #777;
  padding: 1rem;
  margin-top:16px;
}
/*
.alert-message {/*-------alerte message-------*/
display: none;
 height:0px!important;
 overflow:hidden !important;
}
*/


.no-shadow{
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
}
.contact-image{
	width:100%;
	height:auto;	
}

.blanck {
 display:none!important;
 padding:0px;
 margin:0px;
}

.fa, .fas {
  margin-right: 3px;
}
.t4-megamenu .nav > .dropdown > .nav-link .item-caret, .t4-megamenu .nav > .dropdown > .dropdown-toggle .item-caret {
  margin-top: -3px;
}

.dc small, .dc .small {
  font-size: 85%;
  display: none;
}

.input, button, select, optgroup, textarea {
  margin: 0;
 /* font-family: ;*/
  font-size: 14px;
  line-height:normal;
}

/*a:hover {
  color: #0056b3;
  text-decoration:none;

}
a {
	transition: all 0.2s ease-in-out 0s;
}*/

.jg_pathitem
{
 margin-top:5px;
}

.jg-details-header h4 {
text-align: center;
font-weight: bold;
padding: 10px 10px 0px 10px;
font-size: 30px;
margin-top: 20px;
margin-bottom: 20px;
background-color: #0062a9;
color: #fff;
}

img.jg_photo {
  vertical-align: bottom;
  padding: 3px;
  margin: 0 0.3em 0.3em 0;
  transition: height 1.2s, width 1.2s, rotate 1.2s;
max-height: 300px;
width: auto;
background: white !important;
background-color: white !important;
}
.jdGallery .slideElement {

  background-color: white !important;
}

#back-to-top {
background-color: rgba(0, 0, 0, 0.5);
border-radius: 5px;
display: none;
position: fixed;
right: 120px;
bottom: 30px;
height: 40px;
text-align: center;
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
width: 40px;
}
.btn.btn-primary:hover {
  opacity: 0.85;
  cursor: pointer;
}

.nav.nav-tabs li a {
  display: block !important;
  margin-right: 15px;
  font-weight: bold;
  padding-left: 5px;
  padding: 10px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #006db2;
  color: white !important;
}

.nav.nav-tabs li a:hover {
  opacity: 0.85;
  cursor: pointer;
}

fieldset.jchat_fieldsets {
  margin-bottom: 0px;
}

/*----------------------------- footer------------------------*/
.t4-footnav .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.t4-footnav {
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 25px 3px rgba(0, 0, 0, 0.4);
}
/*---------------------------GT Translate-------------------*/

.gsatelite img {
  opacity: 0.95 !important;
  transition: all 0.7s !important;
  width: 32px !important;
  height: 32px !important;
}

.gglobe {
  opacity: 0.8 !important;
  border-radius: 50%;
  height: 40px !important;
  width: 40px !important;
  transition: all 0.7s !important;
}
.gglobe:hover {
  opacity: 1!important;
  transform: scale(1.2)!important;
}

/*---------------------------Article Flex-------------------*/

/* titre au dessus

#flex-container-25 {
  display: flex;
  gap: 0px 0px;
  width: 100%;

  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
  list-style: none;
   padding: 0px;
}

.flex-padding-25{
 display:block;
  height:auto;
  width:25%;
  padding:10px; 
}
.transp-25 {
  background-color: rgba(37, 48, 62, 0.65);
  display: block;
  margin-top:  0px 0px 0px 0px;
  padding: 20px;
  z-index: 2;
  cursor: pointer;
  transition-property: margin, box-shadow;
  transition-duration: 0.4s, 0.4s;
  transition-timing-function: ease, ease;
  transition-delay: 0s, 0.05s;
  text-align: center;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  height:auto;
}

.transp-25:hover {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.6);
  margin-top: -10px;
  margin-bottom: 0px;

}
.infox4MEP-25 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  background-color: #006db2;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) !important;
 margin: -20px -20px 0px -20px;
}
.infox4-25 {
display: block;
margin-left: auto;
margin-right: auto;
max-height: 175px;
width: auto;
}
.info-25 {
display: block;
margin-left: auto;
margin-right: auto;
width: auto;
height: 60px;
margin: 15px auto 15px auto;
}*/



#flex-container-25 {/*------------- Position 8 titre en haut --------*/
  display: flex;
  gap: 0px 0px;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
   padding:0;
   margin:0;
     box-sizing: border-box;


}

.flex-padding-25{
 display:block;
  flex-basis: 15%;
  order: 6;
    box-sizing: border-box;

}
.transp-25 {
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  margin:  -60px 0px 0px 0px;
  padding: 20px;
  z-index: 5;
  cursor: pointer;
  transition-property: margin, box-shadow, background-color;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-timing-function: ease, ease,ease;
  transition-delay: 0s, 0.05s, 0s;
  text-align: center;
  border-radius: 0px 0px 30px 30px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  position: relative;


}

.transp-25:hover {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.5);
  margin-top: -80px;
  margin-bottom: 20px;
   background-color: rgba(255, 255, 255, 0.18);
}

.infox4MEP-25 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  background-color: #0062a9;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) !important;
  margin: -20px -20px 0px -20px;
  max-height: 38px;
  overflow: hidden;
}
.infox4-25 {
display: block;

max-height: 175px;
width: auto;
margin: 30px auto 0px auto;
}
.info-25 {
display: block;
margin-left: auto;
margin-right: auto;
width: auto;
height: 50px;
margin: 15px auto 0px auto;
}

#flex-container-bas-25 {/*------------- Position 8 titre en bas --------*/
  display: flex;
  gap: 0px 0px;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
    margin:0;
   margin-top:20px;
   padding:0; 
   box-sizing: border-box;
   margin-bottom:20px; 
  
}

.flex-padding-bas-25{
 display:block;
 flex-basis: 15%;
 order: 6;
 box-sizing: border-box;
}
.transp-bas-25 {
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  padding: 20px;
  z-index: 5;
  cursor: pointer;
  transition-property: margin, box-shadow, background-color;
  transition-duration: 0.5s, 0.5s, 0.5s;
  transition-timing-function: ease, ease, ease;
  transition-delay: 0s, 0.05s, 0s;
  text-align: center;
  border-radius: 30px 30px 0px 0px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}

.transp-bas-25:hover {
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: -20px;
   background-color: rgba(255, 255, 255, 0.18);
}

.infox4MEP-bas-25 {
	text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  background-color: #0062a9;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5) !important;
 margin: 0px -20px -20px -20px;
 max-height: 38px;
overflow: hidden;
}
.infox4-bas-25 {
display: block;
max-height: 175px;
width: auto;
margin: 0px auto 20px auto;
}

.info-bas-25 {
display: block;
margin-left: auto;
margin-right: auto;
width: auto;
height: 50px;
margin: 0px auto 15px auto;
}




.flex-container {/*------------- Front page---------*/
  display: flex;
  gap: 0px 0px;
  width: 100%;
  /*height:auto;*/
  flex-flow: row wrap;
  justify-content: space-between;
  align-items:center;
  align-content: flex-start;
  list-style: none;
   padding: 0px;
}

.flex-item1 {
 display:block;
  height:auto;
  width:50%; 
}

.flex-item2 {
  display:block;
  height: auto;
  width:50%;
}

/*----------------------------- header------------------------*/

#t4-header .container {
  padding-top: 10px;
  height:60px !important;
  padding-bottom: 0px !important;
   max-height:60px !important;
}

.t4-palette-dark {
  background-color: #212529;
 /* background: linear-gradient(0deg,#2c2d2d,#636465);
  background: linear-gradient(0deg,#2c2d2d,#777);	*/
  color: #6c757d;
  z-index: 30;
  height: auto;

}
.logo-image{
	height:50px;
	margin-top:-5px!important;	
}

.t4-navbar {
  height: 40px;
}

/*------------------------ Header Flex-------------*/

#flex-header {

  display: flex;
  gap: 0px 0px;
  width: 100%;
  height:100%;

  flex-flow: row wrap;
  
  justify-content: space-between;
  /*align-content:stretch;
   align-items: center;*/

  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item-logo{
  order: 0;
  width:385px;
  height:50px;
    margin: 0 5px 0 0;
}

.flex-item-slogan {
	width:auto;
	height:36px;
	 margin: 0 5px 0 5px;
	 color:#FeFeFe;
}

.flex-item-search {
   width:auto;
	height:36px;
	 margin: 0 5px 0 5px;
}

.flex-item-lang {
	width:auto;
	height:36px;
}

.flex-item-invite {
	width:auto;
	height:36px;
	width:auto;
	height:36px;
	 margin: 0 5px 0 5px;
	 color:#FeFeFe;
}

.flex-item-connexion {
	width:auto;
	height:36px;
}

/*------------- Digicom---------*/

figure figcaption {
  background-color: #fff;
  color: #adb5bd;
  font-size: 0.725rem;
  letter-spacing: 0.5px;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.dc .thumbnail .caption {
  padding: 9px;
  color: #333333;
  text-align: center;
}
.dc .thumbnail > img, .dc .thumbnail a > img {
  width: auto !important;
  max-height: 175px;
  display: block;
  margin: 20px auto 20px auto;
}
.mod-digicom-categorie{
   display:block;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
}

#digicom{
	margin-top: 0px;
margin-bottom: 20px;
background-color: #FFF;
padding: 25px !important;
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
/*  display: flex;
  gap: 0px 0px;
  width: 100%;

  flex-flow: row wrap;
  
  justify-content: space-between;
  align-content:stretch;
   align-items: stretch;

  padding: 0;
  margin: 0;
  list-style: none;*/

}
/* ---------------- Module title ---------*/

.t4-footnav .t4-module .module-title {
  border: 0;
  background: none;
  color:#edeeef;
}

.module-title {
	border-bottom: 0px solid #e9ecef;
margin: 0;
  margin-bottom: 0px;
padding: 0;
text-transform: uppercase;
background-color: #0062a9;

color: #FFF;
text-align: center;
padding: 10px 10px 10px 10px;
margin-bottom: 20px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -25px;
}
.module-title span {
  border-bottom: 0px solid #adb5bd;
  margin-bottom: 0px;
  padding: 10px 0 2px 0;
}


.module-title span {
border: 0px;
margin-bottom: 0px;
padding: 10px 0px 0px 0px;
line-height: 30px;
font-size: 22px;
}

/*---------------- SEARCH BOX HEAD-------*/
/*
div#headsearch1 {
 width: 93px;
 text-align: center;
 float:left;
}

div#headsearch2 {
	margin-left: 14px;
	 width: 300px;
	 float:none;
 }
.header-search-total{
	 width: 393px;
}
*/
.headsearch1 {
 width: 100px;
 text-align: center;
 float:left;
 display:block;
 height:36px;
   background-color: #e6e1de;
  border-radius: 4px 0 0 4px;
    margin-top: 2px;
}


.headsearch2 {
	margin-left: 0px;
	 float:left;
	  display:block;
	   height:36px
 }





/*-----------------------------------catagorie list--------*/

.item-intro {
  margin-bottom: 1.5rem;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 25px !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}


.categories-list .com-content-categories__items .com-content-categories__item .item-inner {
  padding: 1rem;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.1);
 /* width: 31%;
float: left;
margin: 0px 10px 20px 10px;*/
}

.categories-list .com-content-categories__items .com-content-categories__item img {
  margin-bottom: 0px;
  padding: 20px;
  width: 60% !important;
  height: auto !important;
}
}

.categories-list .page-header .badge {
  font-weight: 400;
  float: right;
  margin-left: auto;
  padding-top: 8px;
}

.categories-list .com-content-categories__items .com-content-categories__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 25%;
  margin-bottom: 2rem;
  padding-left: 15px;
  padding-right: 15px;
}
.categories-list .com-content-categories__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 2rem;
  row-gap: 2rem;
}
/*--------------------------- sbox & anim front page-----------------*/

.sbox1 {
  padding: 25px;
  background-color: rgba(37, 48, 62, 0.15);
  background-color:#FFF;
  margin-top: 0px !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  list-style:none;
}

.sbox2 {
  padding: 25px;
  background-color: rgba(37, 48, 62, 0.15);
  background-color:#FFF;
  margin-top: 0px !important;
  /*box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 30px;
  list-style:none;
}

.sbox3 {
  padding: 25px;
  background-color: rgba(37, 48, 62, 0.15);
  background-color: #FFF;
  margin-top: 0px !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0) !important;
  margin-bottom: 30px;
  list-style: none;


}

.module-ct{

  list-style:none;
  padding:inherit;
  padding:0px !important;

}
.module-ct ul:last-child, .module-ct p:last-child, .moduletable ul:last-child, .moduletable p:last-child {
  margin-bottom: 0;
}

.imagearticle{
transition-property: width, box-shadow;
transition-duration: 0.7s, 0.3s;
transition-timing-function: ease, ease;
transition-delay: 0s,  0.2s;
box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.15);
display:block;
height:auto;
width:95%;
padding:10px;
min-width:100px;
}
.imagearticle:hover{ 
  box-shadow:0px 0px 20px 1px rgba(0,0,0,0.3);
  height:auto;
   width:100%;
}

.imagearticle-right{
transition-property: width, box-shadow;
transition-duration: 0.7s, 0.3s;
transition-timing-function: ease, ease;
transition-delay: 0s, 0.2s;
box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.15);
display:block;
height:auto;
width:95%;
padding:10px;
min-width:100px;
} 

.imagearticle-right:hover{ 
  box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.3);
  height:auto;
    width:100%;
} 
 


/*--------------------------- Page-----------------*/

.item-page [itemprop="articleBody"] {
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 25px !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.article-aside {
    margin-bottom:0px;
}
/*--------------------Drop  down----------------*/

.t4-megamenu .mega-inner {
  padding-bottom: 0px;
  padding-top: 0px;
}

.t4-megamenu .dropdown-menu .mega-dropdown-inner {
  z-index:10;
  margin-top: 0px;

}

.t4-megamenu.animate.zoom .dropdown > .dropdown-menu {
box-shadow: 0px 12px 10px 5px rgba(0, 0, 0, 0.3);
  z-index:10;
  margin-top: 0px;
 
}

.t4-megamenu .nav [class^="icon-"], .t4-megamenu .nav [class*=" icon-"], .t4-megamenu .nav .fa {
  margin-right: 4px;
  margin-left: 4px;
}

/*------------------- MAIN menu------------------*/


#t4-mainnav {
  position: -webkit-sticky !important;
  position: sticky;
  top: 0;
  z-index: 20;
  height: 40px;
  max-height:40px;
  box-shadow: 0px 0px 25px 9px rgba(0, 0, 0, 0.6);
   /*background-color: #006db2;*/
    background-color: #0062a9;
  
}


.t4-megamenu .dropdown-menu li > a:hover, .t4-megamenu .dropdown-menu li > a:focus, .t4-megamenu .dropdown-menu li > a:active,
.t4-megamenu .dropdown-menu li > .nav-link:hover,
.t4-megamenu .dropdown-menu li > .nav-link:focus,
.t4-megamenu .dropdown-menu li > .nav-link:active,
.t4-megamenu .dropdown-menu li .dropdown-item:hover,
.t4-megamenu .dropdown-menu li .dropdown-item:focus,
.t4-megamenu .dropdown-menu li .dropdown-item:active {
background: none;
  color: var(--mainnav-link-hover-color);

 background-color: rgba(0, 0, 0, 0.3);
}





t4-navbar .navbar {
  float: left;
height: 40px !important;
min-height: 40px;
max-height: 40px;
}

.t4-megamenu.animate.slide .dropdown .dropdown-menu {
  /* background-color: rgba(0, 0, 0, 0.85);*/
   background: linear-gradient(0deg,#3f5269,#567293);
   opacity:0.5;
   background-color: rgba(0, 0, 0, 0.85);
   
}

/*couleur menu*/

.t4-palette-menu1 {
  /*background-color: #567293;
  background: linear-gradient(180deg,#3f5269,#567293);*/


  background-color: #212529;
z-index: 25;
}
.border-top {
  border-top: 0px solid rgba(52, 58, 64, 0.12) !important;
}
.border-bottom {
  border-bottom: 0px solid rgba(52, 58, 64, 0.12) !important;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  -webkit-transition: color 0.5s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,background-size 0.5s ease-in-out;
  transition: color 0.5s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-size 0.5s ease-in-out;
}

.navbar-expand-xl .navbar-nav .nav-link { /* marge entre menu*/
	display:block;
margin-right: 10px !important;
  margin-left: 10px!important;
  padding-left:0!important;
  padding-right:0 !important;
  /*  margin-right: auto!important;
	margin-left:auto!important;*/
}


.t4-palette-menu1 .t4-megamenu .navbar-nav > li a:hover,
.t4-palette-menu1 .t4-megamenu .navbar-nav > li a:focus,
.t4-palette-menu1 .t4-megamenu .navbar-nav > li a:active,
.t4-palette-menu1 .t4-megamenu .navbar-nav > li .nav-link:hover,
.t4-palette-menu1 .t4-megamenu .navbar-nav > li .nav-link:focus,
.t4-palette-menu1. t4-megamenu .navbar-nav > li .nav-link:active {

	background-size: 0 3px;
	 background-color: rgba(0, 0, 0, 0.85);

}

.t4-palette-menu1 .nav > li a:hover, 
.t4-palette-menu1 .nav > li a:focus, 
.t4-palette-menu1 .nav > li a:active, 
.t4-palette-menu1 .nav > li .nav-link:hover, 
.t4-palette-menu1 .nav > li .nav-link:focus, 
.t4-palette-menu1 .nav > li .nav-link:active {

  	background-size: 100% 3px;

	
	
}

.t4-palette-menu1 .nav > li a,
.t4-palette-menu1 .nav > li .nav-link {

background: linear-gradient(0deg,#006db2,#006db2);
background: linear-gradient(0deg,#fff,#fff);
background-size: 0 3px;
background-repeat: no-repeat;
background-position: center 78%;

}

.t4-palette-menu1 .nav > li.active > a,
.t4-palette-menu1 .nav > li.active > a.nav-link,
.t4-palette-menu1 .nav > li.active:hover > a,
.t4-palette-menu1 .nav > li.active:hover > a.nav-link {

background: linear-gradient(0deg,#006db2,#006db2);
background: linear-gradient(0deg,#fff,#fff);
background-size: 100% 3px;
background-repeat: no-repeat;
background-position: center 78%;

}

.navbar .navbar-toggler {
  height: 40px;
    margin-top: -5px;
}
}

.d {
 background-color: rgba(0, 0, 0, 0.85);
 background: linear-gradient(0deg,#3f5269,#567293);
 width: 200px;
margin-left: auto;
margin-right: auto;
text-align:center;
}

.nav-breakpoint-xl .t4-megamenu {
 border: 0px;
 /*  background-color: rgba(63,82,105,0.85);
   background: linear-gradient(180deg,#3f5269,#567293);*/
   
   background-color:transparent;
   margin-right: -30px !important;
}
.s {
  background-color: rgba(0, 0, 0, 0.85);
}

.item-caret{
/*display: block;
background-color: #fff;
margin-left: 2px;
border-radius: 50%;
width: 16px !important;
height: 16px !important;
color: #0062a9 !important;
margin-top: -4px;
margin-left: 4px !important;*/

border-left: 8px solid transparent !important;
border-right: 8px solid transparent !important;
border-top: 8px solid white !important;
}


 /*---Sous menu----- dropdown*/

.t4-megamenu .dropdown-menu { 
  -webkit-box-shadow: 0 0 15 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(37, 48, 62, 0.82);
}

.t4-offcanvas-toggle i {
	color:#FFF 
}
.navbar .navbar-toggler i {
color:#FFF 
}

.t4-palette-menu1 .t4-megamenu .navbar-nav > li.active > a, .t4-palette-menu1 .t4-megamenu .navbar-nav > li.active > .nav-link {
background-size: 100% 3px;

}

/*----------------------DJ MENU defaut ------------------*/

.dj-megamenu-default li div.dj-subwrap, .dj-megamenu-default li:hover div.dj-subwrap li div.dj-subwrap, .dj-megamenu-default li.hover div.dj-subwrap li div.dj-subwrap {
  position: absolute;
  left: -9999px;
  top: -9999px;
  margin: -20px 0 0 -100px;
  padding: 0;
  list-style: none;
}

.dj-megamenu-default li ul.dj-submenu > li > a {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  color: #c3c3c3;
  background: transparent;
  text-decoration: none;
  padding: 12px 20px;
  margin: 0 -10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  background-color: rgba(0, 0, 0, 0.85)!important;
  color:#f3f3f3 !important;
}

.dj-megamenu-default li ul.dj-submenu>li>a:hover,
.dj-megamenu-default li ul.dj-submenu>li>a.active,
.dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a {
 color: #fff !important;
   border-radius: 0px !important;
 
}
.dj-megamenu-default li a.dj-up_a > span {
  float: left;
  display: block;
  padding: 0;
  line-height: 16px;
  background: transparent;
}
.dj-megamenu-default li a.dj-up_a {
  display: inline;
    vertical-align: middle;
	background: no-repeat;
}
.dj-megamenu-default li a.dj-up_a > span {
font-size: 14px !important;
font-weight: bold;
cursor: pointer;
color: #fff !important;
line-height: 14px;
display: block !important;
width: 100px;
height: 36px;
text-align: center;
padding: 12px 35px 0 0 !important;
}
.dj-megamenu-default {
  list-style: none;
  z-index: 500;
  font-family: Arial, Helvetica, sans-serif;
  background: none!important;
  display: block!important;
  background-color: #0062a9!important;

 
  width: 100px;
  height: 40px;
}

/*----------------------DJ MENU modern ------------------*/

.dj-megamenu-modern li div.dj-subwrap .dj-subwrap-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  background-color: transparent;
  position: relative;
}

.dj-megamenu-modern li ul.dj-submenu > li > a:hover, .dj-megamenu-modern li ul.dj-submenu > li > a.active {
  background: transparent;
  color: #fff;
}

.dj-megamenu-modern li div.dj-subwrap {
  position: absolute;
  left: -9999px;
  top: -9999px;
  margin: ;
  padding: 0;
  list-style: none;
  margin-top: 17px;
}


.dj-megamenu-modern li ul.dj-submenu > li > a:hover, .dj-megamenu-modern li ul.dj-submenu > li > a.active {
  color: #fff !important;
   border-radius: 0px !important;
   color:fff

}

.dj-megamenu-modern li ul.dj-submenu > li > a {
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
  margin: 0;
  padding: 12px 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-radius: 0px !important;
  position: relative;
    background:none!important;
background-color: rgba(0, 0, 0, 0.85)!important;
  color:#999 !important;
  margin-top:-1px;
}
/*.dj-megamenu-modern {
	background:none !important;
  background-color: rgba(63,82,105,0.85) !important;
   color: #fff!important;
   width:200px;
}*/
.s-modern-menu
 {
  color: #fff!important;
  background:none!important;
  background-color: rgba(63,82,105,0.90)!important;
  border:none;
 
}


.dj-megamenu-modern li a.dj-up_a {
  font-size: 14px !important;
  font-weight: bold;
  cursor: pointer;
  color: white !important;
  line-height: 14px;
  display: block;

}

.dj-megamenu-modern li a.dj-up_a > span span.name {
/*display: block;
background-color: #e6e1de;
border-radius: 4px 0 0 4px;
padding: 13px 0px 0px 0px;
color: #666;
font-weight: normal;
height: 36px;
margin-top: -6px;
-webkit-margin-before: -6px;
width: 109px;
text-align: center;
font-size: 15px;*/
}
.dj-megamenu-modern {
 /* padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  overflow: visible;
  height: 36px;
  width: 109px;
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}


.dj-megamenu-modern li a.dj-up_a > span span.name {
font-size: 16px !important;
font-weight: bold;
cursor: pointer;
color: #666 !important;
line-height: 14px;
display: block;
width: 100px;
height: 36px;
text-align: center;
padding-top: 14px;
}
.dj-megamenu-modern {
 
}

.dj-megamenu-modern {
 /* padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  overflow: visible;
  height: 36px;
  width: 109px;
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}


/*------------------- All video ---------------*/

.yendif-video-share-playlist-player, .yendif-video-share-playlist-videos {
  flex: 0 0 auto;
  width: 100%;
  max-height: 100% !important;
    max-height: 250px !important;
	overflow-y:scroll;
}

.yendif-video-share-playlist {
  position: relative;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  width: 115%;
  background-color: #444;
  padding: 0px !important;
  margin: -25px;
}
.yendif-video-share .thumbnail {
  display: block;

  line-height: 20px;
   box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  border: 0px solid #ddd;
 padding:0px;
 min-height: 170px;
}

.yendif-video-share {
  margin: 0;
    margin-top: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #FFF;
  padding: 25px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.yendif-video-share [class^="icon-"], .yendif-video-share [class*=" icon-"] {
  background:none;
  width: 30px;
}

.yendif-video-share-playlist-videos.right {
  position: relative;
  overflow-y: auto;
  width: 100% !important;
}

.avs {
  margin: 0;
    margin-top: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 25px !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.avs [class^="icon-"], .avs [class*=" icon-"] {
  width: 30px;
}
#avs-video form input[type="text"] {
  height: 30px;
}

/*-------------------KUNENA---------------*/

h1 small, h1 .small, h1 #search-results .result-url, #search-results h1 .result-url, h1 #search-results .search-pagination .search-pages-counter, #search-results .search-pagination h1 .search-pages-counter, .h1 small, .h1 .small, .h1 #search-results .result-url, #search-results .h1 .result-url, .h1 #search-results .search-pagination .search-pages-counter, #search-results .search-pagination .h1 .search-pages-counter, h2 small, h2 .small, h2 #search-results .result-url, #search-results h2 .result-url, h2 #search-results .search-pagination .search-pages-counter, #search-results .search-pagination h2 .search-pages-counter, .h2 small, .h2 .small, .h2 #search-results .result-url, #search-results .h2 .result-url, .h2 #search-results .search-pagination .search-pages-counter, #search-results .search-pagination .h2 .search-pages-counter, h3 small, h3 .small, h3 #search-results .result-url, #search-results h3 .result-url, h3 #search-results .search-pagination .search-pages-counter, #search-results .search-pagination h3 .search-pages-counter, .h3 small, .h3 .small, .h3 #search-results .result-url, #search-results .h3 .result-url, .h3 #search-results .search-pagination .search-pages-counter, #search-results .search-pagination .h3 .search-pages-counter {
  font-size: 100%;
  margin-left: 10px;
}
.klatest-subject a {
  font-weight: bold;
  font-size: 16px;
}

#kunena.layout .card-header {
  border-color: transparent;
  padding-top: 15px;
  margin-top: 0px;
}

#kunena.layout .kavatar, #kunena.layout a .rounded, #kunena.layout .img-thumbnail {
  border-radius: 50% !important;
}

.mod-kunena-breadcrumbs__item  {
   margin:0 0 0 10px;
}

#kunena.layout .search .btn {
  margin-top: 0px;
}
#kunena.layout i {
 margin-right: 5px;
margin-left: 5px;
}

.layout {
     margin-top: 0px;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 25px !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.layout#kunena + div {
  display: none !important;
}

.border {
  border: 1px solid rgba(52, 58, 64, 0.12) !important;

}

#kunena.layout .knav-usercollapse {
  position: absolute;
  right: 10px;
  top: 15px;
}

.alert .close, .contact .contact-miscinfo .close, .com_config #page-site h1 .close {
  top: 5px;
}
/*-------------------Jdownload--------------*/
.jd-item-page {
  position: relative;
  z-index: 1;
    margin-top: 0px;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 25px !important;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}

/*------------------SLIDE-------------------*/
.camera_caption {
position: absolute !important;
width: 630px;
z-index: 1000;
bottom: 43%;
}

.camera_caption > div {
  background-color: rgba(37, 48, 62, 0.5);
  padding: 10px 10px 20px 40px;
  height: 100%;
  border-radius: 0;
}


.camera_caption_title {
  font-size: 18px;
  line-height: 60px;
}

/*------------------4 x module Front page -------------------*/
.transp{
	background-color: rgba(37, 48, 62, 0.65);
	display:block;
	height:300px !important;
	width:100%;
	margin-top:-50px;
	margin-right:25px;
	margin-left:25px;
	padding:20px;
	z-index:2;
	cursor:pointer;
	transition-property: margin, box-shadow;
	transition-duration: 0.4s, 0.4s;
	transition-timing-function: ease, ease;
	transition-delay: 0s, 0.05s;
	text-align: center;	
	border-radius: 0px 0px 30px 30px; 
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.transp:Hover{
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.6);
	margin-top: -65px;
	margin-bottom: 0px; 
	text-align: center; 
}
.infox4MEP {
	font-size: 20px; 
	line-height: 30px; 
	font-weight: bold; 
	color: #fff; 
	text-align: center; 
	padding-top: 5px; 
	background-color: #006db2; 
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5)!important; 
	margin: -20px -20px 0px -20px;
}

.infox4 {
	display: block;
margin-left: auto;
margin-right: auto;
max-width: 175px;
height: auto;
margin-bottom:8px;

}
.infox4OS {
	display: block;
margin-left: auto;
margin-right: auto;
width:auto;

height: 175px;
margin-bottom:8px;

}



/*------------------language switcher--------------*/

div.advanced-dropdown a.langChoose:link, div.advanced-dropdown a.langChoose:visited {
  background: none !important;
  border-radius:50px;
  padding: 0px;
  line-height: 0;
  -webkit-transition: all 1s;
}

div.advanced-dropdown a.langChoose img {
  border: 0px!important;
}

div.mod-languages img {
 border: none;
width: 34px;
padding: 3px 0 3px 0;
}
div.mod-languages.advanced-dropdown ul {
background-color: rgba(0,0,0,0.85);
position: absolute;
z-index: 100;
list-style-type: none;
left: -8px;
padding: 5px 35px 5px 10px;
border-radius: 15px;

}
.lang-block{
	color:#FFF;
}
/*------------------divers header--------*/
.slogan{
display: block;
width: 155px;
font-size: 14px;
height: 36px;
line-height: 18px;
margin-top: 4px !important;
}

/*.slogan{
display: block;
width: 170px;
font-size: 14px;
height: 44px;
line-height: 18px;
margin-top: -3px !important;
background: linear-gradient(180deg,#2c2d2d,#777);
padding: 7px 7px 12px 7px;
text-align: center;
border-radius: 18px;
}*/


.enligne {
display: block;
width: 190px;
font-size: 14px;
height: 36px;
line-height: 18px;
margin-top: 4px !important;


}

.enligneOC {
font-size: 18px !important;
line-height: 30px;
display: block;
margin-right: auto;
margin-left: auto;
height: auto;
text-align: center;
}

.rechercheOC {
	margin: 4px 0 -4px 0 !important;
}

/*---------------Search ajax--------------*/

div.mod_ajaxsearch161 input[type="search"] {

height: 36px;
padding-top: 14px;
margin-left: 0px;
width:auto;


}

.ajax-search input[type="search"] {
  background: #fff url("../images/search_icon.png") 98.6% 50% no-repeat;
    background-size: auto;
  border: 0px solid #2c2c2c;
  color: #777;
  background-size: 26px;
  padding-right: 22px !important;
  border-radius: 0 36px 36px 0;
  background-color: #FFF !important;
  box-shadow: inset rgba(0,0,0,0.6) 0px 0px 5px 0px;

  padding: 8px 40px 0 10px;
    padding-right: 40px;
}

#header-search-total{
	 width: 500px;
}

.form-control, .inputbox {
 /* max-width: 350px;*/
}

[type="search"] {
  outline-offset: 0px;
  -webkit-appearance: none;
}
.ajax-search {
 position: relative;
 padding-top: 2px;
}
.ajax-search input[type="search"] {

  padding-right: 40px !important;
 font-size: 16px;
}
.ajax-search input.loading {
  background:#fff url("../images/loading.gif") no-repeat scroll 98% 50%;
}
.ajax-search .results-box:empty {
  height: auto;
  -moz-box-shadow: #FFFFFF 0 0;
  -webkit-box-shadow: #FFFFFF 0 0;
  box-shadow: #FFFFFF 0 0;
}

.ajax-search .results-box {
  z-index: 99;
  position: absolute;
  top: 38px;
  width: 97.5%;
  height: 550px;
  overflow-y: scroll;
  border-radius: 0px;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -webkit-transition: all 0.7s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.7s ease-in-out 0s;
  font-size: 12px;
  line-height: 16px;
  background-color: rgba(0, 0, 0, 0.65);
  background-color: rgba(37, 48, 62, 0.95);
  color: #FFF;
}

.ajax-search .results-box .result-title a {
  font-size: 15px;
}
.ajax-search .results-box .clearfix {
  margin: 4px 0;
}
.ajax-search .results-box dt, .ajax-search .results-box dd {
  font-size: 14px;
  line-height: 18px;
}
.ajax-search .results-box .result-created {
  font-size: 12px;
  /*font-style: italic;*/
  font-size: 12px;
font-style: italic;
margin-top: -8px;
}
.ajax-search .results-box .mod-ajaxsearch-results-footer {
background: none;
font-size: 16px;
line-height: 16px;
padding: 5px;
text-align: center;
border-bottom: 1px solid #666;
height: 23px;
margin-top: 20px;
border-top: 1px solid #666;
}

.ajax-search .results-box .mod-ajaxsearch-results-footer:hover {
 color:#333;
}

.ajax-search .results-box span.highlight {
  padding: 0;
  background-color: #fcf8e3;
  color:#666 !important;
}
.ajax-search .search-results {
  padding: 10px;
  margin: 0;
}

.form-control, .inputbox {
  max-width: 100%;
}

/*--------------------------- Jchat --------------------*/
#jchat_default_suggestion_tooltip {
position: fixed;
display: none;
z-index: 10002;
width: 90px;
height: 90px;
line-height: normal;

inset: auto 10px 0px auto !important;
}


#jchat_default_suggestion_tooltip .jchat_tooltip_content {	
margin-top: 0px;
height: 90px;
width:90px
	
}
#jchat_tooltip_close {

margin-right: -4px;
margin-top: -2px;
}

div.jchat_submit_lam_form {
  border-color: #303f53;
  background: #303f53 url(/components/com_jchat/images/default/icon_ticket.png) no-repeat 6px 3px;
}

form.ajaxform textarea {
  margin-top: 4px;
  background-color: #fafafa;
  width: 99%;
  height: 100px;
  border: 1px solid #AAA;
  outline-style: none;
  margin-bottom: 2px;
  padding: 0;
}

#activation_form input[type="submit"]:hover {
  opacity: 0.8;
}


#activation_form input[type="submit"] {
  margin-top: -40px;
  float: right;
  cursor: pointer;
  background: #1178b9 !important;
  color: #FFF;
  border-radius: 5px;
  padding: 8px;
  border: none !important;
}

.jchat_formfields_container .input-append .add-on, .jchat_formfields_container .input-prepend .add-on {
  color: #666;
  display: block;
  width: auto;
  height: 22px;
  min-width: 70px;
  padding: 7px 4px 1px 4px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
  box-sizing: content-box !important;
  margin-top: 5px;
  border-radius: 10px 0 0 10px;
}
.jchat_formfields_container .input-append input, .jchat_formfields_container .input-prepend input {
  margin-top: 5px;
  height: 20px;
  padding: 4px 6px;
  box-sizing: content-box !important;
  padding: 8px 4px 0px 0px;
  text-align: center;
  font-size: 18px;
}

.jchat_ban_moderator {
  position: absolute;
  margin-top: 5px;
  margin-left: 60px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 16px;
}

#jchat_userstab_popup {
 /* height: 104px !important;;
  width: 200px !important;*/
   border-radius:10px 10px 0 0;
}
.jchat_tabopen {
  min-width: 300px !important;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.0);
}

div.jchat_chatboxmessage iframe, div.jchat_chatboxmessage img, div.jchat_chatboxmessage video, div.jchat_chatboxmessage embed, div.jchat_chatboxmessage object {
  margin: 0px !important;
}

li.jchat_userbox span.jchat_usersbox_name img {
  margin-left: 0px;
  border: 0px;
}

.jchat_userscontentname img {
  margin-top: -1px;
}

div.jchat_tabpopup span.jchat_chatboxmessagefrom img {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
  box-shadow: 0 0 10px rgba(0,0,0,0.0);
  border: 0px !important;
}
.jchat_chatboxmessage.selfmessage span.jchat_chatboxmessagecontent {
  float: right;
  margin: 10px 10px 10px 0;
}

span.jchat_chatboxmessagecontent.selfmessage {
  background-color: #fdfafa;
  float: right;
  margin-right: 10px;
  padding: 5px;
}
span.jchat_chatboxmessagecontent {
max-width: 70%;
background-color: #f6f7f8;
border-radius: 8px;
color: #555;
line-height: 17px;
min-height: 14px;
text-align: left;
text-shadow: rgba(255,255,255,0.8) 0 1px 0;
box-shadow: 0 0 3px rgba(0,0,0,0.1);
margin-top: 0px;
margin-right: 0;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 6px;
padding-right: 10px;
padding-bottom: 6px;
padding-left: 10px;
font-weight: bold;
font-size: 14px;
}
.jchat_onoffswitch-label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999;
  border-radius: 20px;
  margin: auto;
}

/*-----------------------------offcanvas-----------*/
.t4-offcanvas .t4-off-canvas-header .close:hover span, .t4-offcanvas .t4-off-canvas-header .close:focus span, .t4-offcanvas .t4-off-canvas-header .close:active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.t4-offcanvas-toggle {
  border: 0;
  color: #6c757d;
  display: block;
  float: left;

  line-height: 40px;
  margin-left: 0px;
  padding: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.7s ease-in-out;
  z-index: 1000;
  display: block;
  position: relative;
  background: none !important;
height: 40px;
}
.t4-offcanvas-toggle i {
  font-size: 22px;
  color: #FFF;
  margin-top: 0px;
  margin-right: 15px;
}

.c-offcanvas--left {
  height: 100%;
  transform: translate3d(-450px, 0, 0);
  width: 370px;
}

.nav-align-left .navbar-toggler, .nav-align-left .t4-offcanvas-toggle {
  margin-right: 10px;
  margin-left: -10px !important;
}
.t4-offcanvas .t4-off-canvas-header a img {
  outline: none;
  width: 308px;
  height: 40px;
  max-height: 40px;
}

.4-offcanvas .t4-off-canvas-header .close span {
  color: #666;
  display: block;
  height: 32px;
  font-size: 36px;
  line-height: 44px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 32px;
  background-color: #FFF;
}

.nav-breakpoint-xl .t4-offcanvas-toggle {
  right: 0px;
}

  .nav-breakpoint-xl .t4-offcanvas-toggle {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1000;
  }

.t4-offcanvas .t4-off-canvas-header {
  background: linear-gradient(0deg,#2c2d2d,#636465);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 0px 0px 0px ;
  height: 60px;
}

.t4-offcanvas .t4-off-canvas-header .close span {
  color: #666;
  display: block;
  height: 36px;
  font-size: 36px;
  line-height: 30px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  width: 33px;
}
.t4-offcanvas .t4-off-canvas-header .close {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.8s ease-in-out;
  text-shadow: none;
  width: 32px;
   height: 32px;
   margin-left: 5px;
}

.close:hover {
  color: #fff;
}

/*----------------------jgallery------------*/
.chzn-container-single .chzn-single {

  color: black !important;
}

.jdGallery a.carouselBtn {
  position: absolute;
  bottom: 0px;

  right: 30px;
  height: 20px;
  width: 100px;
  background: url('img/carousel_btn.gif') no-repeat;
  text-align: center;
  padding: 0 10px;
  font-size: 13px;
  background: #333;
  color: #fff;
  cursor: pointer;
  color: white !important;
}
élément {
  opacity: 0.9;
  top: 0px;
}
.jdGallery div.carouselContainer {
  opacity: 1 !important;
}

.form-validate
 {
	 margin-top:5px;
}




.slideshow-images img {
  float: none;
  left: 0 !important;
  top: 0;
  overflow: hidden;
  display: block;
  background-color: white;
}
.slideshow a img {
  border: 0;
}


div.jg_search .inputbox {
  width: 100%;

}
.form-control, .inputbox {
  max-width: 100%;
}

div.jg_search .inputbox {
  margin-top: -20px;
  min-width: 1px;
  color: #0062a9;
  box-shadow: inset rgba(0,98,169,0.8) 0px 0px 5px 0px;
}

.jg_back {
 font-weight: bold;
padding: 5px 5px 0px 5px;
text-align: center;
width: 150px;
font-size: 16px;
 border-radius: 5px;
 background-color: #fff;
 border: 1px solid #0062a9;
 margin-top:5px;;
   display: block;
  float: left;

}
.jg_catorderlist {
  text-align: left !important;
  width: 200px;
  float: left;
  margin-bottom: 15px;
}

.jg_catdescr {
  text-align: center;
  font-weight: bold;
  padding: 10px 10px 0px 10px;
  font-size: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  /*background-color: #0062a9;*/
  color: #0062a9;
}


.btn-group > .btn, .btn-group-vertical > .btn {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
text-align: center;
font-weight: bold;
padding-left: 5px;
padding: 10px;
text-align: center;
margin-bottom: 5px;
border-radius: -3px;
background-color: #006db2;
color: white !important;
width: auto;
margin-left: 10px;

}
.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  color: white;
}

.gallery {
  margin-top: 0px;
  margin-bottom: 20px;
  background-color: #FFF;
  padding: 15px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

div.jg_search {
margin-bottom: 0px;
margin-right: 5px;
}

.jg_minipic {
  height: 100px;
}

.jg_imgtitle {
  text-align: center;
  font-weight: bold;
  padding: 10px 10px 0px 10px;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #0062a9;
  color: #fff;
}


#motioncontainer {
  margin: 0 auto;
  overflow:visible;

  max-width: 100%;
  width: 100%;
height: 100%;
}
img.jg_icon {
  width: 35px;
  height: auto;
  margin: 3px;
}
 .jg_pathway a img {
  vertical-align: middle;
}

.jg_clearboth {
  clear: both;
  display: none;
}
.jg_row {
overflow: visible;
display: flex;
gap: 15px 0px;
width: 100%;
flex-flow: row wrap;
justify-content: space-between;
align-content: flex-start;
align-items: stretch;
padding: px;
margin: 0;
box-sizing: border-box;
}

#jg_mini_akt {
background-color: #f0efef;
padding: 4px;
border: 1px solid #ccc;
  
}
div.jg_my_favourites {
font-weight: bold;
padding: 5px 5px 9px 5px;
text-align: center;
width: 150px;
font-size: 16px;
border-radius: 5px;
background-color: #fff;
border: 1px solid #0062a9;
margin-top: 5px;
display: block;
float: left;
margin-left:5px;
}

.imagegal{
 }

.jg_element_cat {
text-align: center !important;
background-color: #FFF;
padding: 10px;
overflow: visible;
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
margin: 0px;
flex-basis: 23.5%;
width: inherit;
float: none;


}

.jg_element_gal, .jg_element_gal_r {
background-color: #FFF;
padding: 10px;
overflow: hidden;
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
text-align: center !important;
flex-basis: 23.5%;
width: 100%;
float: none;
margin: 0px;
min-height: 300px;
}


.gallery .jg-header {
  text-align: center;
  font-weight: bold;
  padding: 10px 10px 0px 10px;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #0062a9;
  color: #fff;
}


.jg_mygal {
font-weight: bold;
padding: 5px 5px 0px 5px;
text-align: center;
width: 150px;
font-size: 16px;
 border-radius: 5px;
 background-color: #fff;
 border: 1px solid #0062a9;
margin-top:5px;
 display:block;
 float:right;
}


/*------------------Jchat----------------*/

#jchat_userstab {

  border-bottom: 1px solid #006db2;
}
#jchat_maximizebutton.jchat_maximizeimages {
  background-position: 5px -1807px !important;
}
#jchat_maximizebutton.jchat_maximizeimages.maximized {
  background-position: -14px -1807px !important;
}

#jchat_userstab.maximized .jchat_optionsimages {
background-position: -25px -304px !important;
}
#jchat_optionsbutton, #jchat_closesidebarbutton, #jchat_maximizebutton, #jchat_loginbutton {
  border-left: 1px solid #fff;
}

/*-----------------------joomcat-------------------*/
.joomcat, .sbox2 {

}





/* ---------------------- MEDIA-----------*/
.ajax-search input[type="search"] {
  width: 400px;
}

#header-search-total{
	 width: 500px;
}


@media (max-width: 1560px){
.ajax-search input[type="search"] {
  width: 300px;
}

#header-search-total{
	 width: 400px;
}

.flex-item-search {
  width: 400px;
}
}




@media (max-width: 1420px){
.flex-item-invite{
 display: none;
 width:0px;
 }


}

@media (max-width: 1321px){ /* ordinateur*/
.ajax-search input[type="search"] {
  width: 200px;
}

#header-search-total{
	 width: 300px;
}

.flex-item-search {
  width: 300px;
}

.logo-img {
  margin: 5px 0 0 0px;
  width: 308px;
  height: 40px;
}
.flex-item-logo {
  order: 0;
  width: 308px;
  height: 40px;

}
}

@media (max-width: 1199px){ /*-------Menu off------*/
.nav-breakpoint-xl .t4-megamenu {
  border: 0px;
  background-color: rgba(63,82,105,0.85);
 /* max-width: 50% !important;

margin-left: auto;
margin-right: auto;*/
 }
 .navbar-expand-xl .navbar-nav
{
flex-flow: column nowrap;
/*justify-content: space-between;*/
align-content: flex-start;
 }
 
.t4-palette-menu1 .t4-megamenu .navbar-nav > li.active > a, .t4-palette-menu1 .t4-megamenu .navbar-nav > li.active > .nav-link
{ 
  background-size: 0px 0px !important;

}

.t4-palette-menu1 .nav > li a:hover, .t4-palette-menu1 .nav > li a:focus, .t4-palette-menu1 .nav > li a:active, .t4-palette-menu1 .nav > li .nav-link:hover, .t4-palette-menu1 .nav > li .nav-link:focus, .t4-palette-menu1 .nav > li .nav-link:active {
  background-size: 0px 0px;
  cursor: pointer;
}
.t4-navbar .navbar {
  float: left;
  min-height: 40px;
  width: 100%;
}
 
 .flex-item-search {
  width:0px;
  display:none;
}
 #header-search-total {
	 display:none;
	 width:0px;
}
.headsearch1{
	 width:0px;
	 display:none;
}
.headsearch1{
	 width:0px;
	 display:none;
}

.camera_caption {
position: absolute !important;
width: 510px;
z-index: 1000;
bottom: 43%;
}
.camera_caption_title {
  font-size: 14px;
  line-height: 30px;
}
.camera_caption_desc{
  font-size: 14px;
  line-height: 30px;
}
.camera_caption > div {
  background-color: rgba(37, 48, 62, 0.85);
  padding: 10px 10px 10px 40px;
  height: 100%;
}
 
}

@media (max-width: 1074px){
 .flex-item-connection {
  width:0px;
  display:none;
}

.camera_caption {
position: absolute !important;
width: 500px;
z-index: 1000;
bottom: 35%;
}
.camera_caption_title {
  font-size: 14px;
  line-height: 20px;
}
.camera_caption_desc{
  font-size: 14px;
  line-height: 20px;
}
.camera_caption > div {
  background-color: rgba(37, 48, 62, 0.85);
  padding: 10px;
  height: 100%;
}



}

@media (max-width: 768px){/* tablette*/

.categories-list .com-content-categories__items .com-content-categories__item {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.logo-img {
  margin: 10px 0 0 0px;
  width: 231px;
  height: 30px;
}
.flex-item-logo {
  order: 0;
  width: 231px;
  height: 30px;

}
 .flex-item-connexion {
  width:0px;
  display:none;
}
.camera_caption {
position: absolute !important;
width: 400px;
z-index: 1000;
bottom: 33%;
}
.camera_caption_title {
  font-size: 12px;
  line-height: 20px;
}
.camera_caption_desc{
  font-size: 12px;
  line-height: 20px;
}
.camera_caption > div {
  background-color: rgba(37, 48, 62, 0.85);
  padding: 10px;
  height: 100%;
}


}

@media (max-width: 490px){
 .flex-item-lang {
  width:0px;
  display:none;
}
.camera_caption {
position: absolute !important;
width: 300px;
z-index: 1000;
bottom: 33%;
}
.camera_caption_title {
  font-size: 9px;
  line-height: 18px;
}
.camera_caption_desc{
  font-size: 9px;
  line-height: 18px;
}
.camera_caption > div {
  background-color: rgba(37, 48, 62, 0.85);
  padding: 12px 8px 12px 8px;
  height: 100%;
}
.logo-img {
  margin: 15px 0 0 0px;
  width: 154px;
  height: 20px;
}
.flex-item-logo {
  order: 0;
  width: 154px;
  height: 20px;

}



}

@media (max-width: 368px){/* telephone*/

.logo-img {
  margin: 15px 0 0 0px;
  width: 154px;
  height: 20px;
}
.flex-item-logo {
  order: 0;
  width: 154px;
  height: 20px;

}

 .flex-item-slogan {

}

}
@media (max-width: 368px){/* telephone*/

.logo-img {
  margin: 15px 0 0 0px;
  width: 154px;
  height: 20px;
}
.flex-item-logo {
  order: 0;
  width: 154px;
  height: 20px;

}

 .flex-item-slogan {

}

}