@charset "UTF-8";

@font-face {
  font-family: 'Conv_SpecialElite-Regular';
  src: url('../fonts/SpecialElite-Regular.eot');
  src: url('../fonts/SpecialElite-Regular.woff') format('woff'), url('../fonts/SpecialElite-Regular.ttf') format('truetype'), url('../fonts/SpecialElite-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_Merriweather-Regular';
  src: url('../fonts/Merriweather-Regular.eot');
  src: url('../fonts/Merriweather-Regular.woff') format('woff'), url('../fonts/Merriweather-Regular.ttf') format('truetype'), url('../fonts/Merriweather-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,td,th,h2 {
  font-family: Conv_Merriweather-Regular;
  color: #383838;
}

h1 {
  font-size: 4em;
  line-height: 2;
}

h2 {
  font-size: 2.5em;
  line-height: 1.8;
}

h3 {
  font-size: 1.5em;
  line-height: 1.6;
}

h4 {
  line-height: 2.5;
}

p {
  font-size: 1.1em;
  line-height: 1.6;
}

td {
  line-height: 1.5;
}

a {
  color: darkslategrey;
  font-size: 1em;
}

a:hover {
  color: #399fff;
  text-decoration: none;
}

a:visited {
  color: #4400ff;
}

/* -------------- Barre de navigation-----------*/
nav {
  border-bottom: 1px solid #cccccc;
}

.bg-light {
  background-color: #ffffff !important;
}

li a {
  font-size: 1.2em;
}

li a:hover {
  color: #399fff !important;
}

/*
.logonav {
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  background: transparent;
}
*/

#navlogo {
  width: 150px;
}

/*------------- Reseaux sociaux---------------- */
.social {
  position: fixed;
  top: 0;
  right: 0;
}

/*-------- Style font icons---------*/
.fa {
  padding: 10px;
  margin-right: 10px;
  font-size: 1.5em;
  width: 30px;
}

/*--- hover fa icons effect---*/
/*
.fa:hover {
color: sienna;
}
*/
/*---------header-------------*/
header {
  margin-bottom: 50px;
  background-image: url("../images/Background_Waves.jpg");
  box-shadow: 0 0 8px #afafafd0;

}

.img-header {
  position: relative;
  margin-top: 110px;
  margin-bottom: 10px;
  z-index: 1;
}

#text-header {
  position: relative;
  margin-top: -200px;
  font-family: Conv_SpecialElite-Regular;
  font-size: 6em;
  color: white;
  z-index: 2;
}

.container-fluid {
  /*, .container-sm, .container-md, .container-lg, .container-xl */
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

/*----------------Intro-------------------*/

.intro{
  padding-top: 20px;
  padding-bottom: 20px;
  /*background-color: #aec5c5;*/
}

/*----------------Titre-------------------*/

.titre{
  margin-top: 30px;
}

/*----------------Contenu-----------------*/
#contenu-index {
  padding-top: 50px;
  padding-left: 35px;
  padding-bottom: 50px;
  /*background-color: #dfdedb;*/
}

#authors{
font-size: 1.5em !important;
}

/*-----------------Search-----------------*/
/*
#inputDiv{
    margin-left: -10px;
}
*/
#myInput {
  width: 300px;
  outline: none !important;
  border:1px solid #b1b0b0;
  box-shadow: 0 0 5px #719ECE;
  margin-left: 0px;
  margin-bottom: 10px;
  padding-left: 30px;
  background-image: url("../images/search_icon.png");
  background-size:5%;
  background-repeat: no-repeat;
  background-position: 5px;
}
#myInput:focus {
  outline: none !important;
  border:1px solid red;
  box-shadow: 0 0 5px #719ECE;
}
/*-----------------Tooltip-----------------*/

.tooltipname {
  position: relative;
  /*display: inline-block;
  border-bottom: 1px dotted black;*/
}

.tooltipname .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: rgb(136, 136, 136);
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

/*
.tooltipname .tooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
}


.tooltipname:hover .tooltiptext {
visibility: visible;
opacity: 1;
}
*/


/*******************Table************************/
label{
 display: inline-flex;
}

.dataTables_filter{
  text-align: right;
}

.pagination{
  position: absolute;
right: 10px;
}

.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
}

  .liste{
    margin-top:20px;
    box-shadow: 0 0 10px #c5c5c5d0;
  }

 .liste th {
  text-align: center;
  padding-left: 10px;
  font-size: 2em;
  border-style: solid;
  border-width: thin;
  border-color: #92a8d1;
  background: #ffffff;
} 

.liste th:hover .tooltiptext {
  font-size: 0.6em;
  cursor: pointer;
  visibility: visible;
  opacity: 1;
}

.liste th:hover {
  cursor: pointer;
}

.liste td {
  max-width: 700px;
  border-style: solid;
  border-width: thin;
  border-color: #92a8d1;
  font-size: 1.3em;
}
/*
.liste tr td:nth-child(2n+1) {
width: 70%;
padding-left: 10px;
text-align: left;
line-height:2em;
}

.liste tr td:nth-child(2n+2) {
width: 20%;
padding-right: 10px;
text-align: right;
}



.liste tr:first-child {
background: rgba(222, 240, 247, 0.7)
}
*/


.liste tr:nth-child(2n+1) {
  background: rgba(222, 240, 247, 0.7) !important;
}

/******************************************/

/*
.profil,
h2 {
font-family: Conv_Merriweather-Regular;
line-height: 2em;
font-size: 4em;

}

.profil table,
td {
font-size: 1.2em;
}
*/

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color:rgba(4,4,4, 0.7);
  border-color: #000;
}

/*---------Footer----------*/
footer {
  margin-top: 30px;
  padding: 30px;
  border-bottom: solid thin #969696;
  background-color: #dae3f5;
}

footer p,
footer a {
  font-size: 0.9em;
  line-height: 0.5;
}

footer h4 {
  font-size: 1.2em;
}

#copyright p {
  font-size: 0.9em;
  padding-top: 10px;
}

/********************************************/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  
  #navlogo {
	width: 80px;

  }
  	
  /* img-header */
  .img-header {
	width: 95%;
  }
  
  #text-header {
	margin-top: -85px;
	font-size: 3em;
  }
  
  h1 {
	font-size: 2em;
	line-height: 1.6;
  }
  
  h2 {
	font-size: 1.4em;
	line-height: 1.6;
  }
  
  h3 {
	font-size: 1.1em;
	line-height: 1.6;
  }
  
  p {
	font-size: 0.9em;
	line-height: 1.6;
  }
  
  a {
	font-size: 0.9em;
	line-height: 0.5;
  }
  
  li a {
	font-size: 0.9em;
	line-height: 1.2;
  }

  .container{
    padding:0px;
  }
  .row{
    margin-right: -15px;
    margin-left: -25px;
  }
  
  .titre h2 {
	margin-top: 50px;
	font-size: 1.8em;
  }

  #inputDiv{
    margin-left: 5px;
  }
  
  .liste th {
	font-size: 1.5em;
  }
  
  .liste td{
  max-width: 220px;
	font-size:0.9em;
	line-height:1.3em;
  }
  .liste td a{
	font-size:1em;
	line-height:1.3em;
  }
  
  #section-partenaires,
  #partenaire1,
  #partenaire2,
  #partenaire3 {
	margin-top: 50px;
  }
  
  footer {
	margin-top: 0px;
  }
  
  footer p {
	line-height: 0.4;
  }
  
  #copyright p {
	font-size: 0.7em;
	padding-top: 10px;
  }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

  .navbar {
    display: inline-flex;
    }
  
  #navlogo {
	width:80px;

  }
  
  /* img-header */
  .img-header {
	width: 100%;
  }
  
  #text-header {
	margin-top: -100px;
	font-size: 4em;
  }
  
  .titre h2 {
	margin-top: 50px;
	font-size: 2.5em;
  }
  /*
  #section-partenaires,
  #partenaire1,
  #partenaire2,
  #partenaire3 {
	margin-top: 50px;
  }
  */
  /*
  footer {
	margin-top: 100px;
  }
  */
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar {
    display: inline-flex;
    }

  #navlogo {
    width: 100px;
    }

  h1 {
	font-size: 3em;
	line-height: 1.6;
  }
  
  h2 {
	font-size: 1.4em;
	line-height: 1.6;
  }
  
  h3 {
	font-size: 1.1em;
	line-height: 1.6;
  }
  
  p {
	font-size: 0.9em;
	line-height: 1.5;
  }
  
  a {
	font-size: 0.8em;
	line-height: 1.5;
  }
  
  /* img-header */
  .img-header {
	width: 100%;
  }
  
  #text-header {
	margin-top: -100px;
	font-size: 4em;
  }
  
  .titre h2 {
	margin-top: 50px;
	font-size: 2.5em;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {


 
  #navlogo {
    width: 120px;
    }
  .navbar {
	display: inline-flex;
  }
  
  .navbar-nav {
	margin-right: 50px;
  }

  li a {
    font-size: 1em;
  }
  
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  /*
  #navlogo {
    width: 150px;
    }
  .navbar {
    display: inline-flex;
    }
*/
}
