@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');
@import url(animate.css);
@import url(form-elements.css);

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
[data-toggle="popover"], .popover{
  z-index:1300 !important;
}

/* ******************** */
/* **     Top Bar    ** */
/* ******************** */
#TopBar {
background-color: #0073b7;
color : #FFFFFF;
height: 50px;
margin : 0 auto !important;
padding: 0 auto !important;
z-index: 1200 !important;
}
/* ******************** */
/* **      Menu      ** */
/* ******************** */
.nav-side-menu {
overflow: auto;
font-family: 'Titillium Web', sans-serif;
font-size: 14px;
font-weight: 400;
background-color: #ffffff;
position: fixed;
top: 0px;
width: 250px;
height: 100%;
padding-top:70px; 
color: #0073b7;
-moz-box-shadow: 7px 3.5px 5px 0px #c0c0c0;
-webkit-box-shadow: 7px 3.5px 5px 0px #c0c0c0;
-o-box-shadow: 7px 3.5px 5px 0px #c0c0c0;
box-shadow: 7px 3.5px 5px 0px #c0c0c0;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=116, Strength=5);
z-index: 1100 !important;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 50px;
}
.nav-side-menu .Logout {
list-style: none !important;
margin: 0 10px !important;
line-height: 50px !important;
color:#000000 !important;
border-top: 2px solid #000000 !important;
border-bottom: 2px solid #000000 !important;
}
.nav-side-menu .Logout li:hover {
color : #FF0000 !important;
background-color: #FFFFFF !important;
border-left-color: #FFFFFF !important;
}
.nav-side-menu .Logout li a {
display: block;
text-decoration: none !important;
color: #000000 !important;
cursor: pointer !important;
} 
.nav-side-menu .Logout li a:hover {
display: block;
text-decoration: none !important;
color: #FF0000 !important;
cursor: pointer !important;
} 
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "\f078";
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul.collapsed .arrow:before,
.nav-side-menu li.collapsed .arrow:before {
font-family: FontAwesome;
content: "\f054";
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
  border-left: 3px solid #ff0000;
  background-color: #ffb2b2;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
  color: #ff0000;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
  color: #ff0000;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
  background-color: #f6f6f6;
  border-left: 3px solid #ff0000;
  line-height: 30px;
  margin-left: 0px;
  padding-left: 40px;
  font-size: 12px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
background-color: #ffb2b2;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
font-family: FontAwesome;
content: "\f105";
display: inline-block;
padding-right: 8px;
vertical-align: middle;
}
.nav-side-menu li {
padding-left: 0px;
border-left: 3px solid #ffffff;
}
.nav-side-menu li a {
text-decoration: none;
color: #0073b7;
cursor: pointer;
display: block;
}
.nav-side-menu li a i {
padding-left: 10px;
width: 20px;
padding-right: 20px;
}
.nav-side-menu li:hover {
border-left: 3px solid #ff0000;
background-color: #ffb2b2;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;
}
/* ******************** */
/* **      Mobile    ** */
/* ******************** */
@media (max-width: 767px) {
.nav-side-menu {
position: relative;
width: 100%;
margin-bottom: 10px;
display: none;
}
audio { width: 90% !important; }
.nav-side-menu .toggle-btn {
display: none;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
z-index: 10 !important;
padding: 3px;
background-color: #0073b7;
color: #ffffff;
width: 40px;
text-align: center;
}
#main {
width:100%;
height: calc(100%-20px);
background-color : #f6f6f6;
padding-top: 55px;
padding-left : 0;
margin: 0 auto;
position:relative;
overflow: hidden;
}
#main2 {
  width:100%;
  height: calc(100%-20px);
  background-color : #f6f6f6;
  padding-top: 55px;
  padding-left : 0;
  margin: 0 auto;
  position:relative;
  overflow: auto;
  }
.modal-backdrop {
position: absolute !important;
width:100%;
padding-top: 50px;
padding-left:0;
margin: 0px auto;
min-height: 100% !important;
}
.modal{
padding-top:55px !important;
width: 100% !important;
height: calc(100%-20px) !important;
}
.modal-dialog{  
width: 100% !important;
height: 100% !important;
margin: 5px auto !important;
}
.modal-body {
overflow-y: auto !important;
-webkit-overflow-scrolling: auto !important;
-webkit-overflow-scrolling: touch !important;
height: calc(100vh - 180px);
}
.Modal-Iframe {
width: 100% !important;
height: 100% !important;
border : 0 !important;
overflow: scroll !important;
}
body {
font-size: 10px;
}
.TitreSM{display:none !important};
.TitreXS{display:block !important};
}
/* ******************** */
/* **      Ecran     ** */
/* ******************** */
@media (min-width: 767px) {
.nav-side-menu .menu-list .menu-content {
display: block;
}
#main {
width:calc(100% - 250px);
height: 100vh;
background-color : #f6f6f6;
padding-top: 70px;
padding-left : 15px;
margin-left: 250px;
position:relative;
overflow: hidden;
}
#main2 {
  width:calc(100% - 250px);
  height: 100vh;
  background-color : #f6f6f6;
  padding-top: 70px;
  padding-left : 15px;
  margin-left: 250px;
  position:relative;
  overflow: auto;
  }
.modal, .modal-backdrop {
position: absolute !important;
width:100%;
padding-top: 70px;
padding-left:250px;
margin: 0px auto;
min-height: 100% !important;
}
.TitreXS{display:none !important};
.TitreSM{display:block !important};
}
/* ******************** */
/* **      Modal     ** */
/* ******************** */
.after_modal_appended{  
position:relative;
}
.modal{
min-width: 90vw !important;
min-height: calc(100vh - 210px) !important;
}
.modal-dialog{  
min-width: calc(100vw - 300px) !important;
min-height: calc(100vh - 230px) !important;
margin: 5px auto !important;
}
.modal-header{
background-color: #f6f6f6;
color:#0073b7 !important;
font-family: 'Titillium Web', sans-serif;
font-size: 16px;
font-weight: 400;
}
.modal-body {
overflow-y: hidden;
min-height: calc(100vh - 230px) !important;
}
.modal-footer {
background-color: #dfdfdf;
text-align: left !important;
}
.close{
color:#0073b7 !important;
font-family: 'Titillium Web', sans-serif;
font-size: 30px;
font-weight: 400;
}
/* ******************** */
/* **      Iframe     ** */
/* ******************** */
.body-iframe {
margin: 0px;
padding: 0px;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
font-style: 14px;
background-color : #FFFFFF;
overflow: auto !important;
}
.Modal-Iframe {
width: 100% !important;
height: calc(100vh - 250px) !important;
border : 0 !important;
}
/* ******************** */
/* **      Body      ** */
/* ******************** */
body {
margin: 0px;
padding: 0px;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
font-size: 14px;
background-color : #f6f6f6;
overflow: hidden;
}
p {
font-family: 'Roboto', sans-serif;
color: #000000;
font-weight: 200;
text-align: justify;
font-size: 14px;
} 
.p2 {
font-family: 'Roboto', sans-serif;
color: #999999;
font-weight: 200;
text-align: justify !important;
font-size: 12px;
} 
h1 {
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: 200;
  text-align: center;
  font-size: 20px;
  }  
h2 {
font-family: 'Titillium Web', sans-serif;
line-height: 30px;
color: #0073b7;
font-weight: 200;
margin-bottom: 15px;
text-align: center !important;
margin-left: 5px;
}
h3 {
  font-family: 'Titillium Web', sans-serif;
  line-height: 30px;
  color: #0073b7;
  font-weight: 200 !important;
  margin-bottom: 15px;
  text-align: left !important;
  margin-left: 5px;
  font-size: 20px;
  }   
.label-h3 {
  font-family: 'Titillium Web', sans-serif !important;
  line-height: 30px !important;
  color: #0073b7 !important;
  font-weight: 200 !important;
  margin-bottom: 15px !important;
  margin-left: 5px !important ;
  font-size: 20px !important;
}
.container-fluid > .container-dalle{
vertical-align:middle !important;
overflow:hidden !important;
max-height: calc(100vh - 70px) !important;
width: 100%;
margin-top : 70px !important;
}
.container-dalle-formation{
  vertical-align: middle !important;
  overflow:hidden;
  max-height: calc(100%-70px) !important;
  width: 100%;
  }
.dalle{
width:auto;
height:auto;
max-height:70%;
max-width:70%;
padding : 5px !important;
cursor:pointer;
}
.dalle:hover{
  -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;
  cursor: pointer; 
}
.IconeAdd:hover {
  -webkit-filter: grayscale(100%) !important; /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) !important;
  cursor: pointer; 
  }
/* ******************** */
/* **     Footer     ** */
/* ******************** */

/* ******************** */
/* **     Loader     ** */
/* ******************** */
.loader{
width: 100% !important;
height: 100% !important;
position: absolute;
margin: 0 auto;
vertical-align: middle;
background-color: #fff;
}
#loader-6{
top: 50%;
left: -2.5px;
}
#loader-6 span{
display: inline-block;
width: 5px;
height: 20px;
background-color: #0073b7;
}
#loader-6 span:nth-child(1){animation: grow 1s ease-in-out infinite;}
#loader-6 span:nth-child(2){animation: grow 1s ease-in-out 0.15s infinite;}
#loader-6 span:nth-child(3){animation: grow 1s ease-in-out 0.30s infinite;}
#loader-6 span:nth-child(4){animation: grow 1s ease-in-out 0.45s infinite;}
@keyframes grow{
0%, 100%{
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);
}
50%{
-webkit-transform: scaleY(1.8);
-ms-transform: scaleY(1.8);
-o-transform: scaleY(1.8);
transform: scaleY(1.8);
}
}
/* ******************** */
/* **     Login      ** */
/* ******************** */
.form-top {
overflow: hidden;
padding: 0 25px 15px 25px;
background: #fff;
-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
text-align: left;
}
.form-top-left {
float: left;
width: 75%;
padding-top: 25px;
}
.form-top-left h3 { margin-top: 0; }
.form-top-right {
float: left;
width: 25%;
padding-top: 15px;
font-size: 66px;
color: #ddd;
line-height: 100px;
text-align: right;
}
.form-bottom {
padding: 25px 25px 30px 25px;
background: #eee;
-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
text-align: left;
}
.form-bottom form textarea {
height: 100px;
}
.form-bottom form button.btn {
width: 100%;
}
.element {
  margin-top: 50vh; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(-50%); /* tiré de la moitié de sa propre hauteur */
}
.profil-gauche{
  border-right : 1px #999 !important;
}
/***** Media queries *****/
@media (max-width: 767px) {
.inner-bg { padding: 60px 0 110px 0; }
.element {
  margin-top: 0; /* poussé de la moitié de hauteur de viewport */
  transform: translateY(0); /* tiré de la moitié de sa propre hauteur */
}
.profil-gauche{
  border-right : 0px !important;
}
}
/* ******************** */
/* **     Grille     ** */
/* ******************** */
* {
  box-sizing: border-box;
}
.column {
  float: left;
  width: 20%;
  padding: 5px;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
.column {
  width: 33.33%;
}
}
/* ******************** */
/* **     Cards      ** */
/* ******************** */
.cards-link{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: #999999;
    font-weight: 200;
    text-align: left !important;
    margin-left: 10px;
    vertical-align: middle;
    text-transform: uppercase;
}
.cards{
  border-radius : 0px !important;
  width: 100% !important;
  height: 100% !important;
  min-height:100% !important;
  max-width: 100% !important;
}
.card-header{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  height: 30px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  padding: 2px !important;
  line-height: 26px !important;
  color: #000000 !important;
  z-index : 2 !important;
}
.card-header2{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 30 !important;
  height: 30px !important;
  text-decoration: none !important;
  font-size: 15px !important;
  padding: 2px !important;
  line-height: 26px !important;
  color: #999999 !important;
  z-index : 1 !important;
  width: 100% !important;
}
.card-header :hover,
.card-header2 :hover{
  color: #0073b7 !important;
}
.cards-link, .cards-link a{
text-decoration: none !important;
font-size: 15px;
color : #000000;
}
.cards-link, .cards-link a:hover{
  color: #0073b7;
}
.cards-link .arrow{
  font-family: FontAwesome;
  content: "\f076";
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}
.cards-link .arrow::after{
font-family: FontAwesome;
content: "\f078";
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.cards-link[aria-expanded="true"] .arrow:after {
font-family: FontAwesome;
content: "\f077";
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
/* ******************** */
/* **      Show      ** */
/* ******************** */
.container-show{
width: 100% !important;
}
.cover {
float: left;
position: -webkit-sticky;
position: sticky;
top: 0;
width: 25%;
text-align: center;
}
.cover img {
width: 100%;
}
.content-show{
width: 100% !important;
}
.files-container,
.files-container2 {
  display: flex;
  flex-wrap: wrap;
  text-align:center !important;
  margin : 0 auto;
  word-wrap: break-word;
}
.files-container2{
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
}
.files-container > div {
  width: 20%;
  padding: 10px 5px 10px 5px !important;
  margin-bottom : 10px;
  text-align: center !important;
  height: auto;
  word-wrap: break-word !important;
}
.files-container2 > div {
  width: 50%;
  padding: 10px 5px 10px 5px !important;
  margin-bottom : 10px;
  text-align: center !important;
  height: auto;
  word-wrap: break-word !important;
}
.files-container > div > img,
.files-container2 > div > img {
margin: 0 auto;
}
.files-container > div > a,
.files-container2 > div > a {
margin: 0 auto;
color: #000;
text-align: center !important;
text-decoration: none;
word-wrap: break-word !important;
}
.files-container > div > a:hover,
.files-container2 > div > a:hover {
  color: #0073b7;
}
@media screen and (max-width: 767px) {
.files-container > div, 
.files-container2 > div{
width: 33.33% !important;
}
.cover{
  display:none !important;
}
}
/* ******************** */
/* **      Docs      ** */
/* ******************** */
.row-collapse{
position: -webkit-sticky !important;
position: sticky !important;
top: 0 !important;
z-index:99 !important;
background-color: #FFF !important;
}
.thead-blue{
  background: #0073b7 !important;
  color : #FFFFFF !important;
}
.arrow2[aria-expanded="true"] .arrow:after {
  font-family: FontAwesome;
  content: "\f077";
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
  }
.arrow2 .arrow{
    font-family: FontAwesome;
    content: "\f077";
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
  }
.arrow2 .arrow::after{
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
  }
.arrow2[aria-expanded="true"]{
  background:#999999 !important;
}
.ModalPDF-container{
  /* hide all ModalPDF containers */
  display:none;
  /** Apply basic lightbox styling */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color:#333333;
}
.ModalPDF-container:target{
  display:block;
  outline:none;
}
.ModalPDF-overlay{
  background-color:#333;
  background-color:rgba(51,51,51,.8);
	width: 100%;
	height: 100%;
	position:fixed;
	top:0;
	display:flex;
	justify-content:center;
	align-items: center;
}
.ModalPDF-dialog{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  flex:1 1 auto;
  overflow:auto;
  width:auto;
  height:auto;
  max-width:90%;
  max-height:90%;
  border:20px solid #fff;
  background-color:#FFF;
  box-shadow: 0px 1px 26px -3px #111;	
}
.ModalPDF-close{
  position:absolute;
  top:10px;
  right:10px;
	display:block;
	text-decoration:none;
	font-family:sans-serif;
	font-size:22px;
	color:#858585;
}
.ModalPDF-heading{
  flex: 0 0 auto;
  margin-bottom:20px;
  border-bottom: 1px solid #EEE;
}
.ModalPDF-content{
  flex: 1 1 auto; 
	display:block;
}
.ModalPDF-heading p{
  font-size:16px;
  line-height:20px;
  font-weight:700;
  color:#333;  
}
@media screen and (max-width: 620px) {
    .ModalPDF-dialog{
        border:0;
        padding:20px;
    }
}
/* ******************** */
/* **    Popover     ** */
/* ******************** */
  /* Popover */
[data-toggle="popover"].popover, .pop {
border : 1px solid #c0c0c0 !important;
padding : 0 0 0 0 !important;
width : 30% !important;
max-width : 767px !important;
}
@media (max-width: 767px) {
  [data-toggle="popover"].popover, .pop {
    width : 90% !important;
    max-width : 700px !important;
    }
}
/* Popover Header */
.pop-title {
    background-color: #F6F6F6 !important; 
    color: #0073b7 !important; 
    text-align:left !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 14px !important;
    font-weight:400 !important;
    width: 100% !important;
    padding : 5px 10px !important;
}
.pop-logo {
  color: #0073b7 !important; 
  text-align:left !important;
  font-size: 14px !important;
  font-weight:400 !important;
  margin-right : 5px !important;
}
.pop-grey {
  color: #C6C6C6 !important; 
  text-align:left !important;
  font-size: 14px !important;
  font-weight:400 !important;
  margin-right : 5px !important;
}
.pop-tab {
  margin-right : 20px !important;
}
/* Popover Body */
.pop-content {
  background-color: #FFFFFF !important;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-weight: 200;
  text-align: justify;
  font-size: 12px;
  line-height: 20px !important;
  padding : 10px 10px 10px 10px !important;
}
[data-toggle="popover"].arrow {
  color : #c0c0c0 !important;
  }

.font-icone, .font-icone a {
  font-size: 30px;
  line-height: 30px;
  color: #0073b7;
  font-weight: 200;
  text-align: center !important;
  }

  .font-icone a:hover, .font-icone a:active {
    color: #999;
    }
