@charset "utf-8";
/* ----------------------------------------------------------------------
   1. BASE MINIMUM    classe et ID by JPB pour correspondance BT et Rocssti
   theme: NBOR
---------------------------------------------------------------------- */
/* CSS NBOR pour NPDS Revolution                                       */
/* Theme : Dyna-boost (c) 2015 by jpb                                        */
/* style.css                                                                 */
/* pour ajuster et modifier les css du framework                             */
/* pour utiliser les classes et #ID spécifiques à NPDS                       */

@import url('https://fonts.googleapis.com/css?family=Roboto');

/** ==> Balises html                                                        **/
html{}
body {
   font-family: Arial, sans-serif;
   font-size: .95rem;
   line-height: 1.5;
   color: #000;
}
a, a:hover {
   text-decoration:none;
}
a:focus {
   outline: none;
}
/** ==> Balises html                                                        **/

/** ==> Classes BS5                                                         **/
/*                                                                           */
/* ==> élément ayant la class btn (boutons, a, input) */ 
.btn {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* ==> hauteur et scroll des modal */
.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

/** <== Classes BS5                                                         **/

/** ==> Classes NPDS-core [prefixe n-]                                      **/
/* ==> pour les avatars et images */
.n-ava {
  max-width:64px;
  max-height:64px;
}
.n-ava-small {
  max-width:48px;
  max-height:48px;
}
.n-ava-64 {
  max-width:64px;
  max-height:64px;
}
.n-ava-56 {
  max-width:56px;
  max-height:56px;
}
.n-ava-48 {
  max-width:48px;
  max-height:48px;
}
.n-ava-40 {
  max-width:40px;
  max-height:40px;
}
.n-ava-36 {
  max-width:36px;
  max-height:36px;
}
.n-smil {
  width:24px;
  height:24px;
  display:inline;
}
.n-sujetsize {
  max-width : 100px;
  height : auto;
}
.n-fond_emot, .n-fond_subject {
  line-height:28px;
}
/* ==> pour la signature */
.n-signature {
  font-style: italic;
  text-align: right !important;
  padding-top: 1.1rem !important;
}
/* ==> pour les troncatures de mots trop longs */
.n-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.n-ellipses {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.n-list-compact-no-bord {
  padding-top: .35rem;
  padding-bottom: .35rem;
  padding-right: 0rem;
  padding-left: 0rem;
  border:0px;
}
.n-card-compact-no-padside {
  padding-right: 0rem;
  padding-left: 0rem;
  border:0px;
}

/** <== Classes NPDS-core                                                   **/

/** ==> ID NPDS-Core                                                        **/
#corps{}
#footer{}
#pied{
text-align:center;
}
#col_princ{padding: .5rem;}
#col_LB{padding: 0;}
#col_RB{padding: 0;}
/** <== ID NPDS-Core                                                        **/

/**************************************************
adapt JMD pour correspondances avec Rocssti
****************************************************/
/* Liens */
#col_LB a {
  color: #b00000;
  cursor: pointer;
}

.text-primary {
  color: #b00000 !important  ;
  cursor: pointer;
}

/* penser au focus */
#col_LB a:focus,
#col_LB a:hover,
#col_LB a:active {
  color: #808000;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
} 

/* ==> Personalisation menu autocomplete [jquery ui] */

/* Requis pour tous les thèmes */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.ui-menu .ui-menu-item {
  background-color:#fff;
  font-size: 0.9rem;
  line-height: 1.5;
}
ui-menu-item-wrapper {
  background-color:#477779;
}
.ui-menu .ui-menu-item div.ui-state-hover,
.ui-menu .ui-menu-item div.ui-state-active {
  margin: -1px;
  background-color:#f5f5f5;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}
/* <== Personalisation menu autocomplete [jquery ui]*/

 /* gestion du table-design en CSS */
.row1 {
 
/*   display: table;*/

  table-layout: fixed;  /* pour ne pas rentrer en conflit avec BS row devient row1  BMAG */
}

.w18 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 18%;
-ms-flex: 0 0 18%;
flex: 0 0 18%;
max-width: 18%
}
.w19 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 19%;
-ms-flex: 0 0 19%;
flex: 0 0 19%;
max-width: 19%
}

.w64 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 64%;
-ms-flex: 0 0 64%;
flex: 0 0 64%;
max-width: 64%
}
.w62 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 62%;
-ms-flex: 0 0 62%;
flex: 0 0 62%;
max-width: 62%
}
.w82 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 82%;
-ms-flex: 0 0 82%;
flex: 0 0 82%;
max-width: 82%
}
.w60 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 60%;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%
}
.w40 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 40%;
-ms-flex: 0 0 40%;
flex: 0 0 40%;
max-width: 40%
}

@media (max-width: 991px) {
  .n-c {display:none;}
  .w64, .w82, .w62 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}

.ie7 .row1,
.ie6 .row1 {
  overflow: auto;
}overflow: auto;
}
/************************************************************************
Dimension du site    *jmd work
*************************************************************************/

#container {
   margin-left:auto;
   margin-right:auto;
   width:100%;
}

#corps, #decofoot,#decohead{  /* corps= entre header et footer */
   max-width: 1440px;   /*   A changer si vous voulez divisible par 3 et par 4 */
   margin-left:auto;
   margin-right:auto;
   padding: 1em;
}
#decohead {
   color:white ;
   width:80%;
   background:  url("../images/header.png") no-repeat;
   background-position: left top;
}

#decohead a {color:white ;}

/************************************************************************
La Partie HEADER de votre Site
*************************************************************************/
header { /* Le Header Complet */
   width: 100%;
   height: auto;
   margin-left:auto;
   margin-right:auto;
}

#headhaut {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 50px;
   margin-top: 0em;
   padding-top: .75rem;
   background: #333;
   color: white;
}
#recherche input {
   max-width:180px;
   padding: 0;
}


/********************
le  header   et son contenu ( sa taille est ds decoheader)
**********************/
.header1{
   background: #b90909;
   margin:0px;
   padding: 0px;
   height: auto;
   font-size: 1.125em;
  }
.slogan{
   font-size: 1.5em;
   font-weight:700;
}

.search{font-size: 1.0em;}

.header-wrap {}

.header-menu-wrap {
   background: #4d4d4d;
   padding-top: 45px;
   position: relative;
}

.header-menu-wrap::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 15%;
   height: 100%;
   background: #B90909;
}


/*************************************
le menu de mon header simple mais responsive
**************************************/
.navbas{padding-top: .2em; background-image: linear-gradient(to bottom, #f6f6f6, #b4b3b3);}

#navbas {
   text-align: center;
}

#navbas a {
   display: inline-block;
   padding: 10px; 
   margin-bottom: 6px;
   border-radius: 4px;
   color: #fff; 
   text-decoration: none;
   font-weight: bold;
   background: #a70a0a;
}

#navbas a:hover{
    color: #f0d76a;
}

/* nav a:first-child {background: #a70a0a;} */
#navbas a:nth-child(2) {background: #000;}
#navbas a:nth-child(3) {background: #a70a0a;}
#navbas a:nth-child(4) {background: #000;}
#navbas a:nth-child(5) {background: #a70a0a;}
#navbas a:nth-child(6) {background: #000;}
#navbas a:nth-child(7) {background: #FFCC00;}
#navbas a:nth-child(8) {background: #999;}

@media (max-width: 800px) {
	#navbas {
		-webkit-columns: 3;
		-moz-columns: 3;
		columns: 3;
	}
	a {width: 100%}
}
@media (max-width: 640px) {
	#navbas {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
}
@media (max-width: 480px) {
	#navbas {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}



/************************************************************************
La Partie CENTRALE de votre Site     colonne (s) et partie centrale
*************************************************************************/
#col_princ{
   padding:10px;
}

#corps {background: #fff; }

#editorial{border-style: solid;
    border-color: #b00000; }
/************************************************************************
Colonnes Gauche - Droite et Vos Blocs       voir le fichier php
*************************************************************************/

/* #col_LB {background-color: #f7f7f7; } */

#col_RB {background:#fff;}

.rightbloc {
    background:#f7f7f7;
    color: #333;
    border-width: 1px;
    border-style: solid;
    border-color: #dbd8c4;
    padding: 10px;
    margin: 0px 10px 5px 10px;
}

.leftbloc{
   padding:10px;
   color: #333;
    border-width: 1px;
    border-style: solid;
    border-color: #dbd8c4;
    margin: 0px 10px 5px 10px;
    background-color: #f7f7f7;
}

#col_LB ul, #col_RB ul {
    list-style: none;
    padding-left: 0px;
}

/************************************
On customise le Menu bloc gauche il faudra cocher la case dans l'admin
*****************************************/
#LB_2 {
   background-color: #ddd;
   color: #fff;
   border-width: 2px;
   border-style: solid;
   border-color: #dbd8c4;
   padding: 10px;
   margin: 0px 10px 5px 10px;
}

#LB_2 a {
  font-weight:bold;	
  margin: 1px 0; /* espace les liens d'1 px */
  padding: 0px 20px; /* marges internes pour aÈrer */ 
  color: #666;
  text-decoration: none; /* on vire le soulignement */
  line-height: 1.750em;
}

#LB_2 li:hover{
   color: #F0AD4E;
   background-color: #000;
}
 #LB_2 a:hover{
  font-weight:bold;
  background-color: #000;
  color: #F0AD4E;
  text-decoration: none;
  line-height: 1.750em;
}

/************************************************************************
La Partie Footer de votre Site
*************************************************************************/
footer {
   text-align: left;
   padding-top: 0;
   width: 100%;
   clear: both;
}

#footer {
   background: #24221F none repeat scroll 0% 0%;
   border-top: 15px solid #777;
   color: #E9E5CD;
   margin-top: 15px;
}

#footer a {
   color: #b3b11f;
}

#footer a:hover {
   color: #808000;
}

/***********************************
mes articles
***********************/

.card {
   position: relative;
   background: #fefefe;
   border: 1px solid #666;
   border-top: 9px solid #666;
   border-bottom: 4px solid #666;
   border-radius: .025rem;
}

.card-article {
   position: relative;
   display: block;
   padding:0;
   background: #fefefe;
   border: 1px solid #969696;
}

.card-title {
   margin-bottom: .75rem;
   color: #9b0313;
}

.subune {   /* présentation des articles*/
   overflow: hidden;
   clear: both;
   margin-bottom: 3.125em;
}
.subune h2 {
   font-size: 1.325em;
   background: #4d4d4d;
   color:#cacaca;
   text-transform: uppercase;
   font-family: "ProximaNova Bold",Arial,"Helvetica Neue",Helvetica,sans-serif;
   line-height: 1;
   padding: 8px 10px;
}

.subune h2 a {
   display: block;
   background: #4d4d4d;
   color: #cacaca;
   padding: 8px 10px;
}
.subune h2 a:hover {
   color: #fff;
   padding: 8px 10px;
}

.bd-article {
   position: relative;
   margin: 1rem -1rem;
   border: solid #f7f7f9;
}

/*****************************************
Adaptation des css au fil du test
*********************************************/

.list-group-item.active {   /* pour les titres des forum par exemple*/
   z-index: 2;
   color: #fff;
   background-color: #9b0313;
   border-color: #9b0313;
}

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

 /* texte et alignements*/
h1, .h1 {
    margin: 0 0 1.2rem 0;
}
 
h2, .h2 {
   background: #ccc;
   padding: 0px 5px 0px 5px;}
h3, .h3 {
   background: rgba(218, 228, 237, 0.59);
   padding: 0px 5px 0px 5px;
}

.h4-blocL{
   display: block;
   font-size: 1.4rem;
   line-height: 1.71429;
   margin: 0 0 1.15rem 0;
}

#nav{background-color:#FFE667;}

.sidebox {
   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.298);
   background-color: #FAFAFA;
   color: #333;
   border-width: 1px;
   border-style: solid;
   border-color: #FFF;
   border-radius: 3px;
   padding: 18px;
   margin-top: 28px;
}

.redborder {border: 1px solid red;}

.blackborderg {border-right: 1px solid black;}
.blackborder {border: 1px dotted black;}

.beige {background-color:Beige;}

.bU {
   background-color: #f7f7f7;
   border-left: 1px dotted black;
   border-right: 1px dotted black;
   border-bottom: 1px dotted black;
}

/*****************************************
Adaptation des css au fil du test
*********************************************/

label {
   font-size: 1em;
   line-height: 1.5;
   margin:.3em 0;
}

/* dé©co des tableaux */
table {
   background: #FFF none repeat scroll 0% 0%;
   border: 1px solid #DDD;
   margin-bottom: 1.25rem;
   table-layout: auto;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
    background: #F9F9F9 none repeat scroll 0% 0%;
}

/* citation */
.blockquote {
   font-size: .9em;
   background: #F6F6EB80 none repeat scroll 0% 0%;
   border-width:1px 1px 1px 3px;
   border-style:solid ;
   border-color:black grey;
}

 /* les formulaires */
 
.form-control {
   border: 1px solid #C61913;
   color: #000;
}
 
input, select, textarea {
   border: 1px solid #988029;
   border-radius: 5px;
   padding: .5em;
   max-width: 100%;
}

/* les boutons */

.btn-sm, .btn {
   width: auto;
}

.btn-sm, .btn-group-sm > .btn {
   padding: 0.25rem 0.45rem;
   font-size: .875rem;
   line-height: 1;
   border-radius: 0.2rem;
}

/*bloc admin*/
.adm_img {
  height: 32px;
}
#adm_block li{
  width: 80px;
  margin: 3px;
  padding: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.25);
}

/*bloc ws*/
a.tooltip_ws em {
  display:none;
  width:90px;
}
a.tooltip_ws:hover {
  border: 0;
  position: relative;
  z-index: 1070;
  text-decoration:none;
}
 a.tooltip_ws:hover em {
  z-index: 1070;
  font-style: normal;
  font-size: 11px;
  display: block;
  top: 20px;
  left: -10px;
  padding: 5px;
  color: #000;
  border: 1px solid #999999;
  background: #F8F8F8;
  width:200px;
  text-align: left;
  position: absolute; left: 2em; top: 2em;
  border-radius: 5px;
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); 
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
}
a.tooltip_ws:hover em span {
  position: absolute;
  top: -7px;
  left: 15px;
  height: 7px;
  width: 11px;
  margin:0;
  padding: 0;
  border: 0;
  }
/* réimpléméntation pour V4 */
.help-block {
  font-size: .85rem;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
} 

@-webkit-keyframes fa-blink {
  0% { opacity: 1; }
  25% { opacity: 0.25; }
  50% { opacity: 0.5; }
  75% { opacity: 0.75; }
  100% { opacity: 0; }
 }
@keyframes fa-blink {
  0% { opacity: 1; }
  25% { opacity: 0.25; }
  50% { opacity: 0.5; }
  75% { opacity: 0.75; }
  100% { opacity: 0; }
}
.fa-blink {
  -webkit-animation: fa-blink .75s linear infinite;
  -moz-animation: fa-blink .75s linear infinite;
  -ms-animation: fa-blink .75s linear infinite;
  -o-animation: fa-blink .75s linear infinite;
  animation: fa-blink .75s linear infinite;
}

/* ==> Animation des web icones fa */
/*!
 * font-awesome-animation - v0.0.7
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */
@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  75%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  18% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  28% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  38% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  48% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  58% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg);
  }
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  75%, 100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
.faa-wrench.animated.faa-fast,
.faa-wrench.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-wrench.animated.faa-slow,
.faa-wrench.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-wrench.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}

/* BELL */
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20%, 100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  20%, 100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
.faa-ring.animated.faa-fast,
.faa-ring.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite;
}
.faa-ring.animated.faa-slow,
.faa-ring.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-ring.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite;
}

/* VERTICAL */
@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }
  4% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }
  8% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }
  12% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }
  16% {
    -webkit-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }
  20% {
    -webkit-transform: translate(0,3px);
    transform: translate(0,3px);
  }
  22%, 100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}
@keyframes vertical {
  0% {
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }
  4% {
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    transform: translate(0,3px);
  }
  8% {
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }
  12% {
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    transform: translate(0,3px);
  }
  16% {
    -webkit-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
    transform: translate(0,-3px);
  }
  20% {
    -webkit-transform: translate(0,3px);
    -ms-transform: translate(0,3px);
    transform: translate(0,3px);
  }
  22%, 100% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite;
}
.faa-vertical.animated.faa-fast,
.faa-vertical.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite;
}
.faa-vertical.animated.faa-slow,
.faa-vertical.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-vertical.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite;
}

/* HORIZONTAL */
@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  6% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }
  12% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  18% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }
  24% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
  30% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }
  36%, 100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
  6% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }
  12% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
  18% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }
  24% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
  30% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }
  36%, 100% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}
.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite;
}
.faa-horizontal.animated.faa-fast,
.faa-horizontal.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite;
}
.faa-horizontal.animated.faa-slow,
.faa-horizontal.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}

/* FLASHING */
@-webkit-keyframes flash {
  0%, 100%, 50% { opacity: 1;}
  25%, 75% {opacity: 0;}
}
@keyframes flash {
  0%, 100%, 50% {opacity: 1;}
  25%, 75% {opacity: 0;}
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite;
}
.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite;
}
.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite;
}

/* BOUNCE */
@-webkit-keyframes bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}
.faa-bounce.animated.faa-fast,
.faa-bounce.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite;
}
.faa-bounce.animated.faa-slow,
.faa-bounce.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite;
}

/* SPIN */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.faa-spin.animated.faa-fast,
.faa-spin.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-fast {
  -webkit-animation: spin 0.7s linear infinite;
  animation: spin 0.7s linear infinite;
}
.faa-spin.animated.faa-slow,
.faa-spin.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-spin.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite;
}

/* FLOAT */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}
.faa-float.animated.faa-fast,
.faa-float.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}
.faa-float.animated.faa-slow,
.faa-float.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite;
}

/* PULSE */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite;
}
.faa-pulse.animated.faa-fast,
.faa-pulse.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite;
}
.faa-pulse.animated.faa-slow,
.faa-pulse.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-pulse.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite;
}

/* SHAKE */
.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
}
.faa-shake.animated.faa-fast,
.faa-shake.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite;
}
.faa-shake.animated.faa-slow,
.faa-shake.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-shake.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite;
}

/* TADA */
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(.9) rotate(-8deg);
    -ms-transform: scale(.9) rotate(-8deg);
    transform: scale(.9) rotate(-8deg);
  }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg);
  }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg);
  }
  80%, 100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite;
}

.faa-tada.animated.faa-fast,
.faa-tada.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite;
}

.faa-tada.animated.faa-slow,
.faa-tada.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-tada.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite;
}

/* PASSING */
@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}
@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
  }
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite;
}
.faa-passing.animated.faa-fast,
.faa-passing.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite;
}
.faa-passing.animated.faa-slow,
.faa-passing.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-passing.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite;
}

/* WAVE */
@-webkit-keyframes burst {
  0% {opacity: .6;}
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {opacity: 0;}
}
@keyframes burst {
  0% {opacity: .6;}
  50% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {opacity: 0;}
}
.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear;
}
.faa-burst.animated.faa-fast,
.faa-burst.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear;
}
.faa-burst.animated.faa-slow,
.faa-burst.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear;
}

/* <== Animation des web icones fa */

/*! fileicon.css v1.0.0 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
  font-family: Arial, Tahoma, sans-serif;
  font-weight: 300;
  display: block;
  width: 24px;
  height: 32px;
  background: #018FEF;
  position: relative;
  border-radius: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.file-icon::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom-left-radius: 2px;
  border-width: 5px;
  border-style: solid;
  border-color: #FFF #FFF rgba(255,255,255,.35) rgba(255,255,255,.35);
}
.file-icon::after {
  display: block;
  content: attr(data-type);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 10px;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding: 2px;
  white-space: nowrap;
  overflow: hidden;
}
/* fileicons */
.file-icon-xs {
  width: 12px;
  height: 16px;
  border-radius: 2px;
}
.file-icon-xs::before {
  border-bottom-left-radius: 1px;
  border-width: 3px;
}
.file-icon-xs::after {
  content: "";
  border-bottom: 2px solid rgba(255,255,255,.45);
  width: auto;
  left: 2px;
  right: 2px;
  bottom: 3px;
}
.file-icon-sm {
  width: 18px;
  height: 24px;
  border-radius: 2px;
}
.file-icon-sm::before {
  border-bottom-left-radius: 2px;
  border-width: 4px;
}
.file-icon-sm::after {
  font-size: 7px;
  padding: 2px;
}
.file-icon-lg {
  width: 48px;
  height: 64px;
  border-radius: 3px;
}
.file-icon-lg::before {
  border-bottom-left-radius: 2px;
  border-width: 8px;
}
.file-icon-lg::after {
  font-size: 16px;
  padding: 4px 6px;
}
.file-icon-xl {
  width: 96px;
  height: 128px;
  border-radius: 4px;
}
.file-icon-xl::before {
  border-bottom-left-radius: 4px;
  border-width: 16px;
}
.file-icon-xl::after {
  font-size: 24px;
  padding: 4px 10px;
}
/* fileicon.types */
.file-icon[data-type=zip],
.file-icon[data-type=rar] {
  background: #ACACAC;
}
.file-icon[data-type^=doc] {
  background: #307CF1;
}
.file-icon[data-type^=xls] {
  background: #0F9D58;
}
.file-icon[data-type^=ppt] {
  background: #D24726;
}
.file-icon[data-type=pdf] {
  background: #E13D34;
}
.file-icon[data-type=txt] {
  background: #5EB533;
}
.file-icon[data-type=mp3],
.file-icon[data-type=wma],
.file-icon[data-type=m4a],
.file-icon[data-type=flac] {
  background: #8E44AD;
}
.file-icon[data-type=mp4],
.file-icon[data-type=wmv],
.file-icon[data-type=mov],
.file-icon[data-type=avi],
.file-icon[data-type=mkv] {
  background: #7A3CE7;
}
.file-icon[data-type=bmp],
.file-icon[data-type=jpg],
.file-icon[data-type=jpeg],
.file-icon[data-type=gif],
.file-icon[data-type=png] {
  background: #F4B400;
}

.fa-stack-1x { top: .35em; }
.fa-stack {
  font-size: .9em;
  vertical-align: -16%;
  color:#818a91;
}
.filetype-text {
  font-size: .8em;
  font-weight: 700;
  font-family: 'Oswald';
  color:white;
}

.fa-stack-1x-com { top: .35em; }
.fa-stack {
  font-size: .9em;
  vertical-align: -16%;
  color:#818a91;
}
.com .filetype-text {
  font-size: .8em;
  font-weight: 700;
  font-family: 'Oswald';
  color:white;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 20px 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20%;
  left: 8%;
  padding: 20px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}

.ui-draggable-dragging {
   z-index: 10000!important
}
.ui-draggable {
   z-index: 10;
}

input[required='required'] {
border: 1px solid ;
}
textarea[required='required'] {
border: 1px solid ;
}

/* input file customisation */
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  width:1px;
}
.n-ci:lang(fr)::before {
  content: "Choisir";
}
.n-ci:lang(es)::before {
  content: "Elegir";
}
.n-ci:lang(de)::before {
  content: "Wählen";
}
.n-ci:lang(en)::before {
  content: "Browse";
}
.n-ci:lang(zh)::before {
  content: "选择";
}

/* ==> pour popover contenant les emoji */
div[data-type=emojiPopper] span{cursor:pointer;font-size:1.6rem}
div[data-type=emojiPopper] div .card-body{padding:.4rem}
/* <== pour popover contenant les emoji */