body {
	font-family:  'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

html {
  box-sizing: border-box;
	color: #000000;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: bold;
	text-align: center;
}

h3 {
	color: #AA2865;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid;
	color: #ccc;
}

a span:hover {
	color: #fff;
	text-decoration: none;
	background: #CA1A6D;
}

a:focus {
 color: #0056b3;
}

select {
  box-shadow: none;
  appearance: none;
	padding: 10px;
  margin: 0px;
	border: 2px solid #AA2865;
	border-radius: 30px;
	color: #000000;
  overflow: hidden;
  background: #fff;
  position: relative;
	font-size: 1.1em;
	font-weight: 400;
	margin-left: 20px;
	width: 300px;
	font-family:  "roboto";
}

select:after {
  top: 50%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
	width: 300px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: 2px;
  z-index: 100;
}

select:focus {
  outline: none;
}

.styleBtn {
	display: inline-block;
  padding: .675rem 1.75rem;
  font-size: 1rem;
  box-shadow: none;
  border: 0;
  border-radius: 1.5rem;
  background: linear-gradient(90deg, #991E66 0%, #C64E51 126.2%);
  box-shadow: 0px 4px 10px rgb(0 113 185 / 25%);
  color: #fff;
}

.table-wrapper{
	margin-top: 10px ;
	width: 100%;
}

.fl-table {
  font-size: 14px;
  font-weight: normal;
  border: none;
  background-color: white;
	width: 100%;
}

.fl-table th {
  text-align: center;
  padding: 8px;
}

.th_first {
	border-radius: 10px 0 0 10px;
}

.th_last {
	border-radius: 0 10px 10px 0;
}
.fl-table td {
  border-right: 1px solid #f8f8f8;
	font-size: 13px;
	text-align: left;
	white-space:nowrap;
	height: 40px;
	padding: 0px 5px 0 5px;
}

.fl-table .monetaire {
	text-align: right;
}

.fl-table thead th {
  color: #ffffff;
	background: #2a82a2  ;
}

.fl-table thead th:nth-child(odd) {
  color: #ffffff;
	background:  #aa2865;
}

.fl-table tr:nth-child(even) {
	background: #F2F2F2;
}

.ressources {
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
	color: #000;
  display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.mentions {
  font-size: medium;
  font-style: italic;
  display: block;
  margin-top: 5px;
  margin-bottom: 6px;
  font-weight: bold;
}

.container {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
}
.container-select {
  margin-top: 20px;
	padding: 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
	background-color: #f2f2f2;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
}

.container-savoir {
	margin-top: 20px;
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 10px;

	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
}


.intro {
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
}

.bloc-titre-savoir {
	color: #2a82a2;
	font-family:  "raleway";
	font-size: 1.5em;
}

.header {
  text-align: center;
	margin-top: 20px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
  display: flex;
	flex-flow: row wrap;
 	align-items: center;
 	justify-content: space-around;
}

.header img {
	width: 350px;
}

.footer {
	background-color: #ffffff;
	margin: 20px;
	display: flex;
	flex-flow: row wrap;
  align-items: center;
	justify-content: space-around;
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: rgb(102, 102, 102);
	padding-top: 35px;
  padding-bottom: 30px;
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.separateur_sous_footer:after {
  position: initial;
  content: "";
  border: 1px solid #dbdbdb;
  width: 1px;
  right: 0;
  top: 25px;
  bottom: 25px;
  margin-right: -15px;
  margin-left: 15px;
	}

.separateur_sous_footer	a::before {
  /*content:"|";*/
  content: "";
  padding: 0 15px;
  text-decoration: none !important;
  display: inline-block;
}

.footer a {
	text-decoration: none;
	color: rgb(102, 102, 102);
	font-size: 1em;
	font-weight: 400;
	font-style: normal;
}

.cnav_footer_logo_branches {
	background-color: #ffffff;

	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-around;
	padding-bottom: 30px;
	max-width: 70%;
}

.logo-branche {
	vertical-align: middle;
	float: none !important;
	display: inline-block;
	margin-bottom: 44px;
	margin-left: auto;
	padding-right: 38px;
}

.check-icon {
  display: none;
  color: green;
  margin-left: 10px;
}

.selected  {
 display: inline;
}
