@charset "utf-8";
/* --------------------------------------------------------------------------
   1. BASE MINIMUM    classe et ID by JPB pour correspondance BT et Rocssti
   thème: BaseRoc
---------------------------------------------------------------------------- */
/* CSS npds-boots pour NPDS Revolution                                       */
/* Theme : BaseRoc (c) 2015 by Bmag                                          */
/* 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');

/** ==> Balise html                                                         **/
html{font-size: 14px;}
body {
	margin: 0;
	text-align: center; /* pour corriger un bug de centrage IE */
	padding: 0;
	background-image: url("../images/head-wrap-bg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif;
    font-size: 12px;
}

#container {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	font-family: Tahoma, Arial, Helvetica, FreeSans, sans-serif;
    font-size: 12px;
/* 	background: #66CCFF; decommenter ce code pour voir le container*/

}

a, a:hover {text-decoration:none;}
/* pas de contour sur le focus des ancres */
a:focus {
   outline: none;
}
/* descend vers le bas les targets des ancres pour qu'elle ne soit pas couverte par le navbar*/
:target:before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}

/** <== Balises html                                                         **/

/** ==> Classes BS5                                                         **/
/* ==> remove the no aesthetic border provided by BS5 css*/
.table > :not(:first-child) { border-color: var(--bs-gray-300); }
/* ==> hauteur et scroll des modal */
.modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.page-link , .nav-link {color:#be2525;}
.page-link:hover, .nav-link:hover {color:#000000;}
.custom-control-input:checked~.custom-control-indicator {
   color: #fff;
   background-color: #be2525;
   }
.card-header, .card-footer {background-color: #dad7c3;}

/** <== Classes BS5                                                         **/

/** ==> Classes NPDS-core [prefixe n-]                                      **/
/* ==> pour les avatars et images */
.n-ava {
  max-width:64px;
  max-height:64px;
  border-radius:50%!important;
}
.n-ava-small {
  max-width:48px;
  max-height:48px;
  border-radius:50%!important;
}
.n-ava-64 {
  max-width:64px;
  max-height:64px;
  border-radius:50%!important;
}
.n-ava-56 {
  max-width:56px;
  max-height:56px;
  border-radius:50%!important;
}
.n-ava-48 {
  max-width:48px;
  max-height:48px;
  border-radius:50%!important;
}
.n-ava-40 {
  max-width:40px;
  max-height:40px;
  border-radius:50%!important;
}
.n-ava-36 {
  max-width:36px;
  max-height:36px;
  border-radius:50%!important;
}
.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                                                   **/

.list-group-item {   /* ajust jmd*/
background-color: transparent;
}

/** ==> ID NPDS-Core                                                        **/
#corps{}
#footer{
   background-color: rgb(219, 216, 196);
   border: 0px;
}
#pied{text-align:center;}
#col_princ{
   padding: .5rem;
   background: #f1eedd;
   border-bottom: 5px solid firebrick;
}
#col_LB{padding: 0;}
#col_RB{
   background-color: rgb(219, 216, 196);
   padding: 0;
}
/** <== ID NPDS-Core                                                        **/


/* Liens */
.text-primary {
  color: #be2525 !important  ;
  cursor: pointer;
}
.btn-primary {
color: #be2525;
background-color: #dad3b1;
border-color: #dad3b1
}
.btn-primary:hover {
    color: #be2525;
    background-color: #c9c6b4;
    border-color: #c9c6b4;
}

.btn-outline-primary {
    color: #80690a;
    background-image: none;
    background-color: transparent;
    border-color: #9c905d;;
}

.btn-outline-primary:hover {
    color: #be2525;
    background-color: #dad3b1;
    border-color: #dad3b1;
}


/* ==> 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]*/

/** ==> classes présentes dans le core de npds
********************************************** */
/* .ligna {
  font-size: 20px;
  color: #f39cef;
  text-decoration: underline;  } */

.lignb {
  font-size: 16px;
  text-decoration: underline;  }
  
.boxc  {
  font-size: 16px;
  text-decoration: underline;  }
  
.text-danger  {
  text-shadow: 1px 1px #333;
   }
/**************************************************
 adapt JMD pour correspondances avec Rocssti
 ****************************************************/
 /* 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%
}
.w64 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 64%;
-ms-flex: 0 0 64%;
flex: 0 0 64%;
max-width: 64%
}
.w82 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 82%;
-ms-flex: 0 0 82%;
flex: 0 0 82%;
max-width: 82%
}

@media (max-width: 991px) {
  .n-c {display:none;}
  .w64, .w82 {
  -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;
}
/************************************************************************
Dimension du site    *jmd work
*************************************************************************/
body {background: url("../images/site-bg.jpg");}

#container {
   margin-left:auto;
   margin-right:auto;
   max-width:1300px;
}

#corps, #decofoot,#decohead{  /* corps= entre header et footer */
   max-width: 100%;   /*   A changer si vous voulez divisible par 3 et par 4 */
   margin-left:auto;
   margin-right:auto;
}

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

/********************
le  header   et son contenu ( sa taille est ds decoheader)
**********************/
.header1{
	width: 100%;
    background: #f1eedd;
    margin-top: 25px;
    margin-bottom:15px;
    padding: 5px;
    height: auto;
  }

/*************************************
le menu de mon header simple mais responsive
**************************************/
.navbar-brand {
   padding-bottom: 0rem;
}
.navbar {
   padding: .25rem ;
}

.navbar-nav {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
   list-style: none;
   margin-bottom: 1rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(8, 7, 7, 0.83);
}

.navbar-light .navbar-nav .nav-link:hover {
   background: #f1eedd;;
   color: rgba(195, 26, 26, 0.7);
}

/************************************************************************
La Partie CENTRALE de votre Site     colonne (s) et partie centrale
*************************************************************************/

/************************************************************************
 Vos Blocs
*************************************************************************/
.rightbloc{
   color: #333;
   padding: 10px;
   margin:0 0px 5px 5px;
   background: #f1eedd;
}
.leftbloc{
   color: #333;
   padding:5px 5px 5px 10px;
   margin:0 5px 5px 0px;
   background: #f1eedd;
}
#col_LB ul {
    padding-left: 0;
    list-style: none;
}
#col_RB ul {
    padding-left: 0;
    list-style: none;
}

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

#LB_24 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_24 a:hover{
  font-weight:bold;
  background-color: #000;
  color: #F0AD4E;
  text-decoration: none; /* on vire le soulignement */
  line-height: 1.750em;}

  #LB_24 li:hover{
  color: #F0AD4E;
  background-color: #000;
}

/************************************************************************
La Partie Footer de votre Site
*************************************************************************/
#footer{margin-top:0px;}
#decofoot{background-color: #ccc;}

/*****************************************
Adaptation des css au fil du test
*********************************************/
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {  /* pour les forum notament*/
   z-index: 2;
   color: #fff;
   text-decoration: none;
   background-color: #dad3B1;
   border-color: #d8a102;
}

.bg-primary {
   color: beige;
}

.lignb {
  font-size: 16px;
  text-decoration: underline;  }

.boxc  {
  font-size: 16px;
  text-decoration: underline;  }

ul, ol {
   padding-left: 1rem;
}

#footer a {
   color: #be2525;
   cursor: pointer;
}

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

 /* texte et alignements*/
 
h2, .h2 {
    background: #dad3b1;
    padding: 0px 5px 0px 5px;}
h3, .h3 {
    background-color: rgb(219, 216, 196);
    padding: 0px 5px 0px 5px;}

.fondart {background-color: rgb(243, 241, 229);}
.redborder {border: 1px solid red;}
.blackborder {border: 1px dotted black;}
.blackborderg {border-right: 1px solid black;}
.beige {background-color:Beige;}

/*****************************************
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: .9rem;
   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 #C69F13;
   color: #7E6406;
}

 input, select, textarea {
    border: 1px solid #988029;
    border-radius: 5px;
    padding: .5em;
    max-width: 100%;
}

input[type="radio"], input[type="checkbox"], input[type="image"] {
    background-color: transparent;
    border: 0;
    width: auto;
    margin: .5em;
}

/* 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 */

	/*
	body {
	  width:100%;
      margin: 0;
      background-color: #b0b0b0; 
      font-family: Arial, sans-serif;
      height: 100vh;
      display: flex;
      flex-direction: column;
    }
	*/
	
	.top-bar, .container {
		width: 80%;
		margin: 0 auto; /* centre horizontalement */
		box-sizing: border-box;
		padding: 0 20px;
	}
	
    .top-bar {
      background-color: #b0b0b0; /* gris moyen */
      height: 80px;
      display: flex;
      justify-content: space-between;
      align-items: center;

    }

    .slogan {
      color: #FF4500;
      font-size: 2.5em;
      font-weight: bold;
    }

    .date {
      color: #2e2e2e; /* gris anthracite */
      font-size: 1.2em;
	  font-weight: bold;
    }

	.cont_header {
		display: flex;
		width: 100%;
		margin-top: 00px;
		margin-left:0px;
		align-items: stretch; /* force les enfants à avoir la même hauteur */
	}

	/* Colonne gauche (60%) */
	.left_cont {
		width: 60%;
		background-color: #b0b0b0;
		display: flex;            /* permet à l’image de s’étendre */
	}

	/* Lien dans la colonne gauche */
	.left_cont a {
		display: flex;
		width: 100%;
		height: 100%;
	}

	/* Image dans la colonne gauche */
	.left_cont img {
		width: 100%;
		height: 100%;
		object-fit: cover;        /* l’image remplit sans déformation */
		display: block;
	}

	/* Colonne droite (40%) */
	.right_cont {
		width: 40%;
		background-color: #b0b0b0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
	}

	/* Cadre avec ombre dans la partie droite */
	.shadow-box_cont {
		padding: 10px 10px 70px 10px; /* haut, droite, bas, gauche */
		border: 4px solid #FF4500; /* Bordure grise anthracite (modifiable) */
		border-radius: 8px; /* Coins arrondis, optionnels */
		box-shadow: 0 12px 12px rgba(0, 0, 0, 0.4); /* Ombre portée */
		margin: 20px; /* Espacement intérieur */
		text-align: center;
		color : #FF4500;
		font-weight: bold;
		font-size: 1.1em;
	}
	
	.shadow-box_cont a:hover {
		color: #FFFF00; /* couleur au survol (un orange plus vif, par exemple) */
		text-decoration: underline; /* optionnel : soulignement au survol */
	}
	
    @media (max-width: 600px) {
		.cont_header {
			flex-direction: column;
			 margin-left: 0;
		}

		.top-bar {
			flex-direction: column;
			align-items: flex-start;
			height: auto;
			padding: 80px;
		}

		.slogan, .date {
			font-size: 1.2em;
		}

		.date {
			align-self: flex-end;
		}
		
		.date-menu-container {
			display: flex;
			flex-direction: column;
			align-items: center;
		}
		
		
		.left_cont, .right_cont {
			width: 100%;
		}
		
		.left_cont img {
			height: auto; /* pour éviter les débordements */
		}
		
		.right_cont {
			padding: 10px 0;
		}
    }
	
