/*------------------- RESET -------------------*/
html,
body {
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
strong,
b {
  font-weight: 700;
}
li {
  list-style-type: none;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
div:target {
  padding-top: 8em !important;
  margin-top: -8em !important;
}
figure {
  display: block !important;
}
.align-justify {
  text-align: justify;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.hidden {
  display: none;
}
.indent {
  padding: 0 0 0 25px;
}
.clear:before,
.clear:after {
  content: '';
  display: block;
  clear: both;
}
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
}
.home {
  height: 100%;
}
.home > div {
  min-height: 100%;
}
.page > div {
  min-height: 100%;
}
.wrapper {
  min-height: 100%;
  margin-bottom: -142px;
}
.wrapper:after {
  content: "";
  display: block;
  height: 142px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
iframe {
  max-width: 100%;
}
.news-iframe {
  max-width: 100%;
  margin: 0 auto;
}
.videoExterne {
  position: relative;
  padding: 30px 0 56.25% !important;
  height: 0;
  overflow: hidden;
  width: 100% !important;
}
.videoExterne iframe,
.videoExterne object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-article > .videoExterne iframe,
object {
  padding: 0 20px;
}
/*------------------ COULEURS ----------------*/
/*------------------ TYPO ----------------*/
h1 {
  font-size: 3.571em;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  margin: 0 0 20px;
  font-size: 2.857em;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  font-size: 2.143em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
h4 {
  font-size: 1.786em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
h5 {
  font-size: 1.429em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px;
}
h6 {
  font-size: 1.429em;
  font-weight: 700;
  text-transform: none;
  margin: 0 0 15px;
}
p,
span,
dd {
  font-size: 1.05em;
  font-size: 1.05rem;
  line-height: 1.3em;
  color: #10458c;
  margin: 0 0 20px;
}
acronym,
dfn,
abbr,
span.abbr {
  text-decoration: none;
}
acronym a,
dfn a,
abbr a,
span.abbr a {
  border-bottom: 1px dotted black;
  cursor: help;
}
acronym a:hover,
dfn a:hover,
abbr a:hover,
span.abbr a:hover,
acronym a:focus,
dfn a:focus,
abbr a:focus,
span.abbr a:focus {
  text-decoration: none !important;
  border: none;
}
hr {
  display: block;
  clear: both;
  height: 1px;
  margin: 30px 0;
  padding: 0;
  border: 0;
  font-family: arial;
  text-align: center;
  color: #10458c;
  background-color: #10458c;
  line-height: 1;
}
.reponse p,
.reponse span,
.reponse li {
  color: #575756 !important;
}
a {
  font-size: 1em;
  color: #10458c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #9faee5;
  text-decoration: underline;
}
#cookieCnil {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#cookieCnil #cookie-banner,
#cookieCnil #inform-and-ask,
#cookieCnil #inform-and-consent {
  color: #fff;
  background: #10458c;
  opacity: .9;
  text-align: center;
  padding: 10px;
  font-size: .85rem;
}
#cookieCnil #cookie-banner a,
#cookieCnil #inform-and-ask a,
#cookieCnil #inform-and-consent a {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 5px;
  margin: 5px 0 0 0;
}
#cookieCnil #cookie-banner a:hover,
#cookieCnil #inform-and-ask a:hover,
#cookieCnil #inform-and-consent a:hover,
#cookieCnil #cookie-banner a:focus,
#cookieCnil #inform-and-ask a:focus,
#cookieCnil #inform-and-consent a:focus {
  text-decoration: none;
}
#cookieCnil #cookie-banner button,
#cookieCnil #inform-and-ask button,
#cookieCnil #inform-and-consent button {
  color: #fff;
  border: 1px solid #fff;
  padding: 0 5px;
  background: none;
  margin: 5px 2px 0 2px;
  cursor: pointer;
}
.anchor {
  padding-top: 120px;
  margin-top: -120px;
}
.wrap-header,
.breadcrumb,
.bloc-title,
.wrap-article > *,
.full-page > div,
#home-news > div,
#home-events,
.wrap-home-library {
  max-width: 1460px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
.full-content {
  width: 100%;
  overflow: hidden;
}
.wrap-article > * {
  margin: 40px auto;
}
.wrap-article > * > * {
  margin: 0 0 20px;
}
.wrap-article > * > *:last-child {
  margin-bottom: 0 !important;
}
.wrap-article > * a[href="#top"] {
  position: absolute;
  right: -5em;
  bottom: 0;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin: auto;
  background: url('../Images/arrow-top.png') no-repeat 0 bottom;
  border: none;
  text-indent: -999em;
  cursor: pointer;
}
.wrap-article .grid .full-page > * {
  padding: 40px !important;
}
.wrap-article .wrap-focus {
  max-width: 100%;
  padding: 0;
}
.full-page,
.home-library {
  max-width: 100% !important;
  padding: 0 !important;
}
.full-page > *,
.home-library > * {
  margin: 0 auto 20px !important;
  padding: 40px 20px !important;
}
.full-page .ce-bodytext > *:last-child,
.home-library .ce-bodytext > *:last-child {
  margin-bottom: 0 !important;
}
select {
  display: block;
  width: 100%;
  padding: 15px;
  color: #10458c;
  border: 1px solid #10458c;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  font-size: 1em;
  background-image: url(../Images/down.png);
  background-repeat: no-repeat;
  background-position: 95%;
}
select::-ms-expand {
  display: none;
}
table {
  table-layout: fixed;
  color: #575756;
  margin: 0 0 25px 0;
  border-spacing: 10px;
  max-width: 100%;
  width: 100% !important;
  word-break: break-all;
  word-break: break-word;
}
table thead {
  background: #575756;
  color: #ffffff;
}
table thead tr th,
table thead tr td.powermail_all_label {
  padding: 20px 20px;
  border: 20px solid #ffffff;
  border-bottom: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
table tbody tr th,
table tbody tr td.powermail_all_label {
  padding: 20px 20px;
  border: 1px solid #ffffff;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  vertical-align: middle;
  word-break: break-all;
  word-break: break-word;
}
table tbody tr td {
  font-size: 1em;
  font-size: 1.05rem;
  line-height: 1.3em;
  padding: 15px 0;
  border-left: 20px solid #ffffff;
  border-right: 20px solid #ffffff;
  text-align: center;
  vertical-align: middle;
}
table tbody tr:first-child th {
  border-top: none;
}
table th:first-child,
table td:first-child {
  border-left: 0;
}
table th:last-child,
table td:last-child {
  border-right: 0;
}
table p {
  color: #575756;
}
table p:last-child {
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------- RTE -------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
p.chapeau {
  font-size: 1.286em;
}
p.text_bleu {
  color: #10458c;
}
p.mise_avant {
  color: #ffffff;
  background-color: #10458c;
  padding: 15px;
}
a.lien {
  color: #10458c;
}
a.lien:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: 0 0 0 10px;
  background: url(../Images/lien.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
a.lien:hover a.lien:focus {
  color: #9faee5;
  text-decoration: none;
}
a.lien:hover a.lien:focus:after {
  background: url(../Images/lien_roll.png);
}
a.lien_fleche {
  display: block;
  width: 100%;
  margin: 0;
}
a.lien_fleche:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url(../Images/lien_02.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
a.lien_all {
  display: block;
  font-size: 0.786em;
  color: #10458c;
  text-transform: uppercase;
  background-color: #f6f8f9;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
a.lien_all:hover,
a.lien_all:focus {
  text-decoration: none;
  color: #9faee5;
}
.download-link,
.external-link {
  position: relative;
  display: inline-block;
  padding: 0 0 0 35px;
  word-break: keep-all;
  word-break: break-word;
}
.download-link {
  background: url('../Images/download.png') no-repeat 0 center;
}
.external-link {
  background: url('../Images/external.png') no-repeat 0 center;
}
.ce-bodytext ul,
.article ul {
  margin: 0 0 20px 40px;
}
.ce-bodytext ul li,
.article ul li {
  font-size: 1.05em;
  font-size: 1.05rem;
  line-height: 1.3em;
  color: #10458c;
  padding: 4px 0;
  list-style: none;
}
.ce-bodytext ul li:before,
.article ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 10px;
  margin: 0 5px 0 0;
  background: url("../Images/puce.png") no-repeat 0 0;
}
.ce-bodytext ul li > ul,
.article ul li > ul {
  margin: 0;
  padding-left: 15px;
}
.ce-bodytext ul li > ul li,
.article ul li > ul li {
  list-style: none;
  padding: 10px 0 0 0;
}
.ce-bodytext ul li > ul li:last-child,
.article ul li > ul li:last-child {
  padding: 10px 0 0 0;
}
.ce-bodytext ul li > ul li:before,
.article ul li > ul li:before {
  content: "";
  height: 10px;
  width: 10px;
  background: url("../Images/puce_2.png") no-repeat 0 0;
}
.ce-bodytext ul li:last-child,
.article ul li:last-child {
  padding: 4px 0 0;
}
.ce-bodytext ol,
.article ol {
  margin: 0 0 20px 20px;
}
.ce-bodytext ol > li,
.article ol > li {
  list-style-type: decimal;
  font-size: 1.05em;
  font-size: 1.05rem;
  line-height: 1.3em;
  color: #10458c;
  padding: 4px 0;
}
.ce-bodytext ol > li:before,
.article ol > li:before {
  content: none;
}
.ce-bodytext ul ol,
.article ul ol {
  padding-left: 15px;
}
.ce-bodytext ol ul,
.article ol ul {
  margin-left: 0;
}
.ce-bodytext ul ol,
.article ul ol,
.ce-bodytext ol ul,
.article ol ul {
  margin-bottom: 0;
}
blockquote p {
  position: relative;
  width: 90%;
  padding: 10px 4%;
  margin: 0 0 20px 60px;
  font-weight: bold;
  font-size: 1.429em;
  color: #10458c;
  border-left: 2px solid #ffffff;
}
blockquote p:before {
  font-size: 1.429em;
  content: '“';
  margin-right: 7px;
}
blockquote p:after {
  font-size: 1.429em;
  content: '”';
  margin-left: 7px;
}
blockquote,
q {
  quotes: none;
}
.highlight-content {
  overflow: hidden;
  padding: 1em;
  margin-bottom: 20px;
  background: #f2f2f2;
  font-weight: 700;
}
.highlight-content p {
  margin: 0;
}
/*------------- HEADER ------------*/
#menu_accessible {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
}
#menu_accessible li {
  display: inline-block;
}
#menu_accessible li:before {
  content: none;
}
#menu_accessible a {
  display: block;
  padding: .5em 1em;
  opacity: 0;
  background: #ffffff;
  color: #10458c;
}
#menu_accessible a:focus {
  opacity: 1;
}
.logo {
  padding-right: 110px;
}
.logo h1 {
  margin: 0;
}
.logo img {
  max-width: 230px;
  display: block;
}
#header {
  position: fixed;
  top: 30px;
  left: 0;
  z-index: 90;
  width: 100%;
  background: #ffffff;
  -webkit-transition: top 100ms ease-in-out 0s;
  -moz-transition: top 100ms ease-in-out 0s;
  -ms-transition: top 100ms ease-in-out 0s;
  transition: top 100ms ease-in-out 0s;
}
#header.fixNavigation {
  top: 0;
}
.wrap-header {
  position: relative;
  padding: 1.5em 20px 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.logo,
.menu-thematics,
.menu-tools,
.menu-langues,
.toggle-menu {
  display: inline-block;
  vertical-align: middle;
}
/* animation bouton menu hamburger */
.btn-menu {
  position: relative;
  padding: 10px 35px 10px 17px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #10458c;
  cursor: pointer;
  border: none;
  z-index: 2;
  border-radius: 20px;
  -webkit-transition: all 350ms ease-in-out 0s;
  -moz-transition: all 350ms ease-in-out 0s;
  -ms-transition: all 350ms ease-in-out 0s;
  transition: all 350ms ease-in-out 0s;
}
.btn-menu:before,
.btn-menu:after {
  position: absolute;
  content: '';
  right: 12px;
  width: 16px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 350ms ease-in-out 0s;
  -moz-transition: all 350ms ease-in-out 0s;
  -ms-transition: all 350ms ease-in-out 0s;
  transition: all 350ms ease-in-out 0s;
}
.btn-menu:before {
  transform: translateY(0%) rotate(0deg) scale(1);
  top: 33%;
}
.btn-menu:after {
  transform: translateY(0%) rotate(0deg) scale(1);
  bottom: 33%;
}
.btn-menu span {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 16px;
  height: 1px;
  background: #fff;
  opacity: 1;
  display: block;
  margin: 0;
  text-indent: -999em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 350ms ease-in-out 0s;
  -moz-transition: all 350ms ease-in-out 0s;
  -ms-transition: all 350ms ease-in-out 0s;
  transition: all 350ms ease-in-out 0s;
}
.btn-menu.open:before {
  transform: translateY(-50%) rotate(45deg) scale(1);
  top: 50%;
}
.btn-menu.open:after {
  transform: translateY(-50%) rotate(-45deg) scale(1);
  top: 50%;
  bottom: inherit;
}
.btn-menu.open span {
  opacity: 0;
}
.logo,
.menu-thematics,
.menu-tools,
.menu-langues,
.toggle-menu {
  display: inline-block;
  vertical-align: middle;
}
.item-menu-thematics,
.item-menu-tools,
.item-menu-langues {
  display: inline-block;
  vertical-align: middle;
}
/*
.menu-thematics {
    margin-left: 3%;
}
.program .menu-thematics {
    margin-left: 6%;
}
*/
.program .list-menu-thematics li:nth-child(2) {
  display: none;
}
.list-menu-thematics.menuOpen .text-menu-thematics {
  overflow: hidden;
}
.item-menu-thematics {
  width: 39px;
  margin: 0;
  margin-right: 4px;
}
.item-menu-thematics span {
  display: none;
}
.item-menu-thematics a {
  display: block;
  margin: 0;
  padding: 10px 0;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #cc340b;
  font-family: "semiBold", arial;
  text-decoration: none;
  font-size: 0.929em;
}
.item-menu-thematics:nth-child(1),
.item-menu-thematics:nth-child(7),
.item-menu-thematics:nth-child(13),
.item-menu-thematics:nth-child(17) {
  margin-right: 15px;
}
.item-menu-thematics:nth-child(1) + .text-menu-thematics {
  background: #10458c;
}
.item-menu-thematics:nth-child(1) + .text-menu-thematics div {
  color: #ffffff;
}
.item-menu-thematics:nth-child(1) + .text-menu-thematics a:before {
  border-bottom: 10px solid #10458c;
}
.item-menu-thematics:nth-child(3) + .text-menu-thematics,
.item-menu-thematics:nth-child(5) + .text-menu-thematics,
.item-menu-thematics:nth-child(7) + .text-menu-thematics {
  background: #fbbe00;
}
.item-menu-thematics:nth-child(3) + .text-menu-thematics a:before,
.item-menu-thematics:nth-child(5) + .text-menu-thematics a:before,
.item-menu-thematics:nth-child(7) + .text-menu-thematics a:before {
  border-bottom: 10px solid #fbbe00;
}
.item-menu-thematics:nth-child(9) + .text-menu-thematics,
.item-menu-thematics:nth-child(11) + .text-menu-thematics,
.item-menu-thematics:nth-child(13) + .text-menu-thematics {
  background: #129861;
}
.item-menu-thematics:nth-child(9) + .text-menu-thematics div,
.item-menu-thematics:nth-child(11) + .text-menu-thematics div,
.item-menu-thematics:nth-child(13) + .text-menu-thematics div {
  color: #ffffff;
}
.item-menu-thematics:nth-child(9) + .text-menu-thematics a:before,
.item-menu-thematics:nth-child(11) + .text-menu-thematics a:before,
.item-menu-thematics:nth-child(13) + .text-menu-thematics a:before {
  border-bottom: 10px solid #129861;
}
.item-menu-thematics:nth-child(15) + .text-menu-thematics,
.item-menu-thematics:nth-child(17) + .text-menu-thematics {
  background: #89bd23;
}
.item-menu-thematics:nth-child(15) + .text-menu-thematics div,
.item-menu-thematics:nth-child(17) + .text-menu-thematics div {
  color: #ffffff;
}
.item-menu-thematics:nth-child(15) + .text-menu-thematics a:before,
.item-menu-thematics:nth-child(17) + .text-menu-thematics a:before {
  border-bottom: 10px solid #89bd23;
}
.item-menu-thematics:nth-child(19) + .text-menu-thematics {
  background: #0f798b;
}
.item-menu-thematics:nth-child(19) + .text-menu-thematics div {
  color: #ffffff;
}
.item-menu-thematics:nth-child(19) + .text-menu-thematics a:before {
  border-bottom: 10px solid #0f798b;
}
.text-menu-thematics {
  position: absolute;
  left: 0;
  right: 0;
  top: 102px;
  z-index: 9;
  width: 100%;
  height: 0;
  margin: 0 -500em;
  padding: 0 500em;
  background: #f2f2f2;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.text-menu-thematics img {
  display: inline-block;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.text-menu-thematics.active {
  z-index: 14;
}
.text-menu-thematics.open {
  z-index: 15;
}
.text-menu-thematics.open,
.text-menu-thematics.active {
  height: 40px;
  overflow: visible;
  opacity: 1;
}
.text-menu-thematics.open img,
.text-menu-thematics.active img {
  float: left;
  width: 39px;
  height: 38px;
  max-width: none;
  opacity: 1;
}
.text-menu-thematics a {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.text-menu-thematics a:before {
  position: absolute;
  top: -10px;
  left: 10px;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid black;
}
.text-menu-thematics div {
  display: block;
  width: 500px;
  padding-left: 15px;
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 40px;
}
.text-menu-thematics:hover span,
.text-menu-thematics:focus span,
.text-menu-thematics:hover img,
.text-menu-thematics:focus img {
  text-decoration: none;
}
.menu-tools {
  margin: 0 0 0 2em;
}
.menu-tools > div {
  display: inline-block;
  vertical-align: middle;
}
.item-menu-tools {
  height: 35px;
  text-align: center;
}
.item-menu-tools img:nth-child(1) {
  display: initial;
}
.item-menu-tools img:nth-child(2) {
  display: none;
}
.link-menu-tools {
  display: block;
  padding: 0 10px 0 10px;
}
.link-menu-tools .text {
  font-weight: 500;
}
/*.menu-langues{position: relative;}*/
.lang-courante {
  margin: auto;
}
.lang-courante li {
  display: inline-block;
  vertical-align: middle;
  background-position: center 0;
  background-repeat: no-repeat;
  height: 35px;
}
.lang-courante li.en {
  background-image: url(../Images/icon-en.png);
}
.lang-courante li.fr {
  background-image: url(../Images/icon-fr.png);
}
.lang-courante li.pt {
  background-image: url(../Images/icon-pt.png);
}
.lang-courante li.es {
  background-image: url(../Images/icon-es.png);
}
.lang-courante li.it {
  background-image: url(../Images/icon-it.png);
}
.lang-courante li.sl {
  background-image: url(../Images/icon-sl.png);
}
.lang-courante li.hr {
  background-image: url(../Images/icon-hr.png);
}
.lang-courante li.bs {
  background-image: url(../Images/icon-bs.png);
}
.lang-courante li.sr {
  background-image: url(../Images/icon-sr.png);
}
.lang-courante li.me {
  background-image: url(../Images/icon-me.png);
}
.lang-courante li.sq {
  background-image: url(../Images/icon-sq.png);
}
.lang-courante li.el {
  background-image: url(../Images/icon-el.png);
}
.lang-courante li.mt {
  background-image: url(../Images/icon-mt.png);
}
.lang-courante li span {
  position: relative;
  display: block;
  padding-top: 22px;
  width: 40px;
  margin: 0;
  text-align: right;
  cursor: pointer;
}
.lang-courante li span:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../Images/puce-arrow-down.png) bottom center no-repeat;
  content: "";
}
.lang-courante li span a {
  position: relative;
  top: -3px;
  left: -5px;
  font-size: 0.8rem;
}
.lang-courante img {
  display: block;
  padding-bottom: 3px;
}
.lang-courante.open span:before {
  background: url(../Images/puce-arrow-top.png) bottom center no-repeat;
}
.selector-language {
  width: 50px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -5px;
  max-height: 0;
  background: #ffffff;
  text-align: right;
  z-index: 9;
  -webkit-transition: max-height 0.35s ease-in-out 0s;
  -moz-transition: max-height 0.35s ease-in-out 0s;
  -ms-transition: max-height 0.35s ease-in-out 0s;
  transition: max-height 0.35s ease-in-out 0s;
}
.selector-language.open {
  max-height: 700px;
}
.selector-language ul {
  width: 50px;
  margin: 0;
  padding: 5px;
}
.selector-language li {
  position: relative;
  display: block;
  vertical-align: top;
  width: 40px;
  height: 20px;
  margin-bottom: 12px;
}
.selector-language li:last-child {
  margin-bottom: 0;
}
.selector-language li.en {
  background: url(../Images/icon-en.png) left 0 no-repeat;
}
.selector-language li.fr {
  background: url(../Images/icon-fr.png) left 0 no-repeat;
}
.selector-language li.pt {
  background: url(../Images/icon-pt.png) left 0 no-repeat;
}
.selector-language li.es {
  background: url(../Images/icon-es.png) left 0 no-repeat;
}
.selector-language li.it {
  background: url(../Images/icon-it.png) left 0 no-repeat;
}
.selector-language li.sl {
  background: url(../Images/icon-sl.png) left 0 no-repeat;
}
.selector-language li.hr {
  background: url(../Images/icon-hr.png) left 0 no-repeat;
}
.selector-language li.bs {
  background: url(../Images/icon-bs.png) left 0 no-repeat;
}
.selector-language li.sr {
  background: url(../Images/icon-sr.png) left 0 no-repeat;
}
.selector-language li.me {
  background: url(../Images/icon-me.png) left 0 no-repeat;
}
.selector-language li.sq {
  background: url(../Images/icon-sq.png) left 0 no-repeat;
}
.selector-language li.el {
  background: url(../Images/icon-el.png) left 0 no-repeat;
}
.selector-language li.mt {
  background: url(../Images/icon-mt.png) left 0 no-repeat;
}
.selector-language li span,
.selector-language li a {
  display: block;
  margin: 0;
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: left;
  padding-left: 21px;
  height: 100%;
}
/*------------ MENU -------------*/
.toggle-list-menu-thematics {
  height: 35px;
  background: url("../Images/icon-thematics.png") center 0 no-repeat;
}
.toggle-list-menu-thematics a {
  display: block;
  padding: 20px 10px 0 10px;
  font-size: 14px;
  line-height: 18px;
}
#menu {
  /*overflow: hidden;
    max-height: 0;
    position: relative;
    width: 100%;
    background: @bleu;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 102px;*/
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 102px;
  width: 100%;
  background: #10458c;
  z-index: 10;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  max-height: 0;
}
#menu.open {
  /*overflow: visible;*/
  max-height: 800px;
  padding: 2em 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
#menu .parent > a {
  cursor: default;
}
.wrap-menu {
  overflow: hidden;
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  min-height: 380px;
}
#menu li {
  list-style-type: none;
}
#menu a {
  color: #ffffff;
}
/* menu - niveau 1 */
.list-menu {
  position: relative;
}
.list-lvl-1 {
  margin: 0;
  padding: 0;
  width: 80%;
}
.item-lvl-1 {
  margin: .5em .5em .5em 1em;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.286em;
  text-transform: uppercase;
  text-decoration: none;
}
.item-lvl-1 > a {
  position: relative;
  display: block;
  width: 239px;
  padding: .5em 3em .5em 0;
}
.item-lvl-1 > a:hover,
.item-lvl-1 > a:focus {
  text-decoration: none;
}
.item-lvl-1.open > a {
  position: relative;
  border-bottom: 1px dashed #ffffff;
}
.item-lvl-1.open > a:after {
  z-index: 10;
  position: absolute;
  top: 0;
  right: -5px;
  background: #10458c;
  height: 100%;
  width: 25px;
  content: "";
}
/* menu - niveau 2 */
.list-lvl-2 {
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 260px;
  margin: 0 auto;
  padding: 0;
  width: 35%;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.list-lvl-2.open {
  overflow: visible;
  max-height: 100em;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.list-lvl-2:before {
  position: absolute;
  top: 0;
  left: -5px;
  bottom: 0;
  border-right: 1px dashed #fff;
  height: 100%;
  width: 1px;
  content: "";
}
.list-lvl-2 .item-lvl-2 {
  padding: 0;
  font-size: 14px;
  text-transform: none;
}
.list-lvl-2 .item-lvl-2.open > a {
  position: relative;
  border-bottom: 1px dashed #ffffff;
}
.list-lvl-2 .item-lvl-2.open > a:after {
  position: absolute;
  top: 0;
  right: 0;
  background: #10458c;
  height: 40px;
  width: 10px;
  content: "";
}
.list-lvl-2 .item-lvl-2.open .list-lvl-3 {
  overflow: visible;
  max-height: 100em;
  opacity: 1;
}
.list-lvl-2 .item-lvl-2 > a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 0;
  margin: 0 0 0 40px;
}
.list-lvl-2 .item-lvl-2 > a:hover,
.list-lvl-2 .item-lvl-2 > a:focus {
  text-decoration: none;
}
.list-lvl-2 .item-lvl-2 > a:after {
  z-index: 10;
  position: absolute;
  top: 0;
  right: -10px;
  background: #10458c;
  height: 35px;
  width: 15px;
  content: "";
}
/* menu - niveau 3 */
.list-lvl-3 {
  position: absolute;
  top: 0;
  /*left: 395px;*/
  left: 97.5%;
  margin: 0;
  padding: 0;
  width: 500px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.list-lvl-3.open {
  overflow: visible;
  max-height: 100em;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.list-lvl-3:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px dashed #fff;
  height: 100%;
  width: 0;
  content: "";
}
.list-lvl-3 .item-lvl-3 {
  padding: 5px 40px;
  font-size: 14px;
}
#search {
  display: none;
  background: #10458c;
  text-align: center;
  padding: 45px 0;
}
#search h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
}
#search form {
  margin: 35px auto 0;
}
#search form input[type="text"] {
  background: none;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  width: 75%;
  max-width: 485px;
}
#search form input[type="submit"] {
  text-indent: -999px;
  background: url(../Images/sprites.png) 0 44px;
  width: 45px;
  height: 44px;
  border: 0;
  margin-left: 10px;
}
#searchOverlay {
  background: rgba(16, 69, 140, 0.5);
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  display: none;
  z-index: 5;
}
.account:after {
  content: "";
  opacity: 0;
}
.account.open {
  position: relative;
}
.account.open:after {
  position: absolute;
  top: 58px;
  left: 50%;
  width: 17px;
  margin-left: -8px;
  height: 8px;
  z-index: 2;
  background: #ffffff url('../Images/arrow-window.png') no-repeat 0 0;
  opacity: 1;
  -webkit-transition: opacity 350ms ease-in-out 350ms;
  -moz-transition: opacity 350ms ease-in-out 350ms;
  -ms-transition: opacity 350ms ease-in-out 350ms;
  transition: opacity 350ms ease-in-out 350ms;
}
.resp-menu-icones .account.open:after {
  top: 53px !important;
}
#wrap-account {
  position: relative;
}
#wrap-account p {
  margin: 0;
}
#wrap-account .form-group.wrap-btn {
  padding: 0;
}
#wrap-account .block-account {
  position: absolute;
  display: none;
  max-width: 500px;
  width: 100%;
  right: 15%;
  background: #ffffff;
  border: 1px solid #10458c;
  text-align: left;
  padding: 2em;
  z-index: 15;
  /*&:before {
            position: absolute; position: absolute; top: -8px; right: 95px;
            width: 20px; height: 20px;
            background: @white url('../Images/arrow-window.png') no-repeat 0 0;
            content:"";
        }*/
}
#wrap-account .block-account .text {
  display: block;
  text-align: center;
  font-size: 1.1em;
}
#wrap-account h2 {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  margin: 1em 0;
}
#wrap-account .form-group .item_label {
  margin-bottom: 5px;
}
#wrap-account .form-group .form-control {
  width: 100%;
  padding: 13px;
  border: 1px solid #10458c;
  border-radius: 3px;
  color: #10458c;
  font-size: 1.1em;
  outline: none;
  box-sizing: border-box;
}
#wrap-account .form-group:first-child ~ .form-group {
  padding-top: 1em;
}
#wrap-account .btn-connexion {
  overflow: hidden;
  background: #10458c;
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: 240px;
  min-height: 55px;
  padding: 15px;
  border: 3px solid #10458c;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
#wrap-account .btn-connexion:hover,
#wrap-account .btn-connexion:focus {
  background: #ffffff;
  color: #10458c;
  transition: all 0.3s;
}
#wrap-account .forget_password {
  text-align: right;
}
#wrap-account .forget_password a {
  font-style: italic;
  font-size: .8em;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}
/* -------- Section Accounts  -------- */
/*  FeLogin  */
.wrap-article .tx-femanager,
.wrap-article .tx-felogin-pi1 {
  width: 45%;
  margin: 40px auto;
}
.wrap-article .tx-femanager .align,
.wrap-article .tx-felogin-pi1 .align {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin-left: 1em;
}
.wrap-article .bloc66 .tx-femanager {
  width: 100%;
}
.wrap-article .bloc33 .tx-felogin-pi1 {
  width: 100%;
  text-align: center;
}
.wrap-article .form-group .item_label {
  margin-bottom: 5px;
}
.wrap-article .form-group .form-control {
  width: 100%;
  padding: 13px;
  border: 1px solid #10458c;
  border-radius: 3px;
  color: #10458c;
  font-size: 1.1em;
  outline: none;
  box-sizing: border-box;
}
.wrap-article .qq-upload-button {
  max-width: 150px;
}
.wrap-article .qq-upload-button:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: auto;
  padding: 15px 30px 15px 0;
  cursor: pointer;
  background: url(../Images/lien.png) no-repeat 100% 50%;
}
.wrap-article .qq-upload-file,
.wrap-article .qq-upload-size,
.wrap-article .qq-upload-cancel,
.wrap-article .qq-upload-retry,
.wrap-article .qq-upload-delete {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.wrap-article .fileupload_image {
  max-width: 200px;
  height: auto;
  display: block;
}
.wrap-article .btn-connexion {
  overflow: hidden;
  background: #10458c;
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 3px solid #10458c;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.wrap-article .btn-connexion:hover,
.wrap-article .btn-connexion:focus {
  background: #ffffff;
  color: #10458c;
  transition: all 0.3s;
}
.wrap-article .btn-delete {
  overflow: hidden;
  background: #ffffff;
  color: #10458c;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 3px solid #10458c;
  float: right;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 14px;
  outline: none;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.wrap-article .btn-delete:hover,
.wrap-article .btn-delete:focus {
  text-decoration: none;
  background: #10458c;
  color: #ffffff;
  transition: all 0.3s;
}
.wrap-article .forget_password {
  text-align: left;
}
.wrap-article .forget_password a {
  font-style: italic;
  font-size: .8em;
  text-decoration: underline;
}
/*  Femanager et Felogin  */
.femanager_error,
.login_error > div {
  margin: 0 !important;
  color: #AA0225 !important;
  background: none !important;
  padding: 12px;
}
.femanager_error li,
.login_error > div li {
  color: #AA0225 !important;
  font-size: 1rem;
}
.femanager_error li:before,
.login_error > div li:before {
  content: none !important;
}
.login_error > div {
  display: none;
}
.login_error > div.active {
  display: block;
}
.femanager_note {
  display: none;
}
.femanager_fieldset {
  padding-top: 1em;
}
.femanager_fieldset input[type="radio"] {
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.femanager_fieldset .radio.half {
  display: inline-block;
  width: 20%;
}
.femanager_fieldset .alert-error {
  margin: 10px 0;
}
.femanager_fieldset .alert-error p {
  font-size: 1em;
  margin: 0;
  color: #d01e3f;
  border-radius: 5px;
  border: 1px solid #d01e3f;
  background: #fff;
  padding: 13px 15px;
}
.femanager_fieldset .qq-upload-list li:before {
  content: none;
}
.femanager_flashmessages > .message-0 {
  background-image: none;
}
.femanager_flashmessages > div {
  background: none !important;
  background-image: none;
  padding: 12px;
  border-radius: 5px;
}
#main-menu-social {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 165px;
}
#main-menu-social .title-social {
  padding-bottom: .5em;
  margin: .5em auto;
  width: 100px;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.286em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
#main-menu-social .list-social {
  position: relative;
  margin: 0;
  padding: 0;
}
#main-menu-social .list-social:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 1px dashed #fff;
  height: 100%;
  width: 1px;
  content: "";
}
#main-menu-social .item-social {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto .5em;
  border-radius: 50%;
  text-align: center;
}
#main-menu-social .link-social {
  display: block;
  width: 45px;
  height: 45px;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #ffffff;
}
#main-menu-social .link-social img:first-child {
  display: block;
  max-width: none;
  margin: 2px auto 0;
}
#main-menu-social .link-social img:last-child {
  display: none;
}
/*------------ CONTENT -------------*/
.wrap-content {
  background: #ffffff;
}
/* boutons animés */
.wrap-btn {
  position: relative;
  z-index: 1;
  margin: 15px 0;
  font-size: inherit;
  text-align: center;
}
.wrap-btn a,
.wrap-btn .btn,
.wrap-btn .btn-connexion {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 20px;
  max-width: 100%;
  max-width: 300px;
  min-width: 230px;
  border: 3px solid #10458c;
  color: #10458c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap-btn a:hover,
.wrap-btn .btn:hover,
.wrap-btn .btn-connexion:hover,
.wrap-btn a:focus,
.wrap-btn .btn:focus,
.wrap-btn .btn-connexion:focus {
  color: #ffffff;
  text-decoration: none !important;
}
.wrap-btn a:after,
.wrap-btn .btn:after,
.wrap-btn .btn-connexion:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #10458c;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(40deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(40deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(40deg);
  transform: translateX(-50%) translateY(-50%) rotate(40deg);
}
.wrap-btn a:hover:after,
.wrap-btn .btn:hover:after,
.wrap-btn .btn-connexion:hover:after,
.wrap-btn a:focus:after,
.wrap-btn .btn:focus:after,
.wrap-btn .btn-connexion:focus:after {
  height: 260%;
  opacity: 1;
}
.wrap-btn a:active:after,
.wrap-btn .btn:active:after,
.wrap-btn .btn-connexion:active:after {
  height: 400%;
  opacity: 1;
}
.wrap-btn input.btn {
  background: #10458c;
  color: #ffffff;
}
.wrap-btn input.btn:hover,
.wrap-btn input.btn:focus {
  background: #ffffff;
  color: #10458c;
}
/* ===============
SCROLL
=============== */
.wrap-scroll {
  position: relative;
  display: none;
}
.wrap-scroll .scroll-top {
  position: absolute;
  right: 5.13%;
  bottom: 30px;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin: auto;
  background: url('../Images/arrow-top.png') no-repeat 0 bottom;
  border: none;
  text-indent: -999em;
  cursor: pointer;
}
.wrap-scroll .scroll-top:focus {
  outline: none;
}
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, .7s;
  animation-duration: .3s, .7s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}
/* exception Site Programme */
.program .item-menu-thematics:first-child {
  display: none;
}
/* bloc News - program + Thematics */
#home-news {
  padding-top: 7em;
}
#home-news h2 {
  /*margin: 2em 0 1em;*/
  text-align: center;
}
#home-news .bloc-title {
  margin-top: 2.5em;
}
.news .count-msg,
.news .no-news-found {
  margin: 0 0 20px 0;
}
.news .no-news-found {
  color: #10458c !important;
}
.global-news-item:nth-child(3n+2) {
  margin: 0 20px;
}
.global-news-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 0 25px 0;
  max-width: 32%;
  width: 100%;
  min-height: 230px;
}
.global-news-item.bloc50 {
  min-height: 210px;
}
/*.grid5050 .global-news-item{max-width: 50%;}*/
.global-news-list .wrap-text,
.wrap_newsRelated .wrap-text,
.global-news-list .wrap-date,
.wrap_newsRelated .wrap-date {
  background: #10458c;
}
.global-news-list .wrap-text:before,
.wrap_newsRelated .wrap-text:before,
.global-news-list .wrap-date:before,
.wrap_newsRelated .wrap-date:before {
  background: url('../Images/curve-blue.png');
}
.global-news-list .news-cat,
.wrap_newsRelated .news-cat {
  border-bottom: 1px solid #ffffff;
}
.global-news-list .news-cat,
.wrap_newsRelated .news-cat,
.global-news-list .news-cat a,
.wrap_newsRelated .news-cat a,
.global-news-list .news-title,
.wrap_newsRelated .news-title,
.global-news-list .news-title a,
.wrap_newsRelated .news-title a,
.global-news-list .news-title span,
.wrap_newsRelated .news-title span {
  color: #ffffff;
}
.global-news-list .Program .wrap-text,
.wrap_newsRelated .Program .wrap-text,
.global-news-list .Programme .wrap-text,
.wrap_newsRelated .Programme .wrap-text,
.global-news-list .Program .wrap-date,
.wrap_newsRelated .Program .wrap-date,
.global-news-list .Programme .wrap-date,
.wrap_newsRelated .Programme .wrap-date {
  background: #10458c;
}
.global-news-list .Program .wrap-text:before,
.wrap_newsRelated .Program .wrap-text:before,
.global-news-list .Programme .wrap-text:before,
.wrap_newsRelated .Programme .wrap-text:before,
.global-news-list .Program .wrap-date:before,
.wrap_newsRelated .Program .wrap-date:before,
.global-news-list .Programme .wrap-date:before,
.wrap_newsRelated .Programme .wrap-date:before {
  background: url('../Images/curve-blue.png');
}
.global-news-list .Program .news-cat,
.wrap_newsRelated .Program .news-cat,
.global-news-list .Programme .news-cat,
.wrap_newsRelated .Programme .news-cat {
  border-bottom: 1px solid #ffffff;
}
.global-news-list .Program .news-cat:before,
.wrap_newsRelated .Program .news-cat:before,
.global-news-list .Programme .news-cat:before,
.wrap_newsRelated .Programme .news-cat:before {
  background: url('../Images/program.png');
  top: -7px;
}
.global-news-list .Program .news-cat,
.wrap_newsRelated .Program .news-cat,
.global-news-list .Programme .news-cat,
.wrap_newsRelated .Programme .news-cat,
.global-news-list .Program .news-cat a,
.wrap_newsRelated .Program .news-cat a,
.global-news-list .Programme .news-cat a,
.wrap_newsRelated .Programme .news-cat a,
.global-news-list .Program .news-title,
.wrap_newsRelated .Program .news-title,
.global-news-list .Programme .news-title,
.wrap_newsRelated .Programme .news-title,
.global-news-list .Program .news-title a,
.wrap_newsRelated .Program .news-title a,
.global-news-list .Programme .news-title a,
.wrap_newsRelated .Programme .news-title a,
.global-news-list .Program .news-title span,
.wrap_newsRelated .Program .news-title span,
.global-news-list .Programme .news-title span,
.wrap_newsRelated .Programme .news-title span {
  color: #ffffff;
}
.global-news-list .Blue_Growth .wrap-text,
.wrap_newsRelated .Blue_Growth .wrap-text,
.global-news-list .Social_and_Creative .wrap-text,
.wrap_newsRelated .Social_and_Creative .wrap-text,
.global-news-list .Green_Growth .wrap-text,
.wrap_newsRelated .Green_Growth .wrap-text {
  background: #fbbe00;
}
.global-news-list .Blue_Growth .wrap-text:before,
.wrap_newsRelated .Blue_Growth .wrap-text:before,
.global-news-list .Social_and_Creative .wrap-text:before,
.wrap_newsRelated .Social_and_Creative .wrap-text:before,
.global-news-list .Green_Growth .wrap-text:before,
.wrap_newsRelated .Green_Growth .wrap-text:before {
  background: url('../Images/curve-yellow.png') no-repeat;
}
.global-news-list .Blue_Growth .news-cat,
.wrap_newsRelated .Blue_Growth .news-cat,
.global-news-list .Social_and_Creative .news-cat,
.wrap_newsRelated .Social_and_Creative .news-cat,
.global-news-list .Green_Growth .news-cat,
.wrap_newsRelated .Green_Growth .news-cat,
.global-news-list .Blue_Growth .news-cat a,
.wrap_newsRelated .Blue_Growth .news-cat a,
.global-news-list .Social_and_Creative .news-cat a,
.wrap_newsRelated .Social_and_Creative .news-cat a,
.global-news-list .Green_Growth .news-cat a,
.wrap_newsRelated .Green_Growth .news-cat a,
.global-news-list .Blue_Growth .news-title,
.wrap_newsRelated .Blue_Growth .news-title,
.global-news-list .Social_and_Creative .news-title,
.wrap_newsRelated .Social_and_Creative .news-title,
.global-news-list .Green_Growth .news-title,
.wrap_newsRelated .Green_Growth .news-title,
.global-news-list .Blue_Growth .news-title a,
.wrap_newsRelated .Blue_Growth .news-title a,
.global-news-list .Social_and_Creative .news-title a,
.wrap_newsRelated .Social_and_Creative .news-title a,
.global-news-list .Green_Growth .news-title a,
.wrap_newsRelated .Green_Growth .news-title a,
.global-news-list .Blue_Growth .news-title span,
.wrap_newsRelated .Blue_Growth .news-title span,
.global-news-list .Social_and_Creative .news-title span,
.wrap_newsRelated .Social_and_Creative .news-title span,
.global-news-list .Green_Growth .news-title span,
.wrap_newsRelated .Green_Growth .news-title span {
  color: #10458c;
}
.global-news-list .Blue_Growth .news-cat,
.wrap_newsRelated .Blue_Growth .news-cat,
.global-news-list .Social_and_Creative .news-cat,
.wrap_newsRelated .Social_and_Creative .news-cat,
.global-news-list .Green_Growth .news-cat,
.wrap_newsRelated .Green_Growth .news-cat {
  border-bottom: 1px solid #10458c;
}
.global-news-list .Blue_Growth .news-cat:before,
.wrap_newsRelated .Blue_Growth .news-cat:before {
  background: url('../Images/blue-growth.png') no-repeat;
  top: -6px;
}
.global-news-list .Social_and_Creative .news-cat:before,
.wrap_newsRelated .Social_and_Creative .news-cat:before {
  background: url('../Images/social.png') no-repeat;
}
.global-news-list .Green_Growth .news-cat:before,
.wrap_newsRelated .Green_Growth .news-cat:before {
  background: url('../Images/green-growth.png') no-repeat;
}
.global-news-list .Efficient_Buildings .wrap-text,
.wrap_newsRelated .Efficient_Buildings .wrap-text,
.global-news-list .Renewable_Energy .wrap-text,
.wrap_newsRelated .Renewable_Energy .wrap-text,
.global-news-list .Urban_Transport .wrap-text,
.wrap_newsRelated .Urban_Transport .wrap-text,
.global-news-list .Urban_Transports .wrap-text,
.wrap_newsRelated .Urban_Transports .wrap-text {
  background: #129861;
}
.global-news-list .Efficient_Buildings .wrap-text:before,
.wrap_newsRelated .Efficient_Buildings .wrap-text:before,
.global-news-list .Renewable_Energy .wrap-text:before,
.wrap_newsRelated .Renewable_Energy .wrap-text:before,
.global-news-list .Urban_Transport .wrap-text:before,
.wrap_newsRelated .Urban_Transport .wrap-text:before,
.global-news-list .Urban_Transports .wrap-text:before,
.wrap_newsRelated .Urban_Transports .wrap-text:before {
  background: url('../Images/curve-green.png');
}
.global-news-list .Efficient_Buildings .news-cat,
.wrap_newsRelated .Efficient_Buildings .news-cat,
.global-news-list .Renewable_Energy .news-cat,
.wrap_newsRelated .Renewable_Energy .news-cat,
.global-news-list .Urban_Transport .news-cat,
.wrap_newsRelated .Urban_Transport .news-cat,
.global-news-list .Urban_Transports .news-cat,
.wrap_newsRelated .Urban_Transports .news-cat,
.global-news-list .Efficient_Buildings .news-cat a,
.wrap_newsRelated .Efficient_Buildings .news-cat a,
.global-news-list .Renewable_Energy .news-cat a,
.wrap_newsRelated .Renewable_Energy .news-cat a,
.global-news-list .Urban_Transport .news-cat a,
.wrap_newsRelated .Urban_Transport .news-cat a,
.global-news-list .Urban_Transports .news-cat a,
.wrap_newsRelated .Urban_Transports .news-cat a,
.global-news-list .Efficient_Buildings .news-title,
.wrap_newsRelated .Efficient_Buildings .news-title,
.global-news-list .Renewable_Energy .news-title,
.wrap_newsRelated .Renewable_Energy .news-title,
.global-news-list .Urban_Transport .news-title,
.wrap_newsRelated .Urban_Transport .news-title,
.global-news-list .Urban_Transports .news-title,
.wrap_newsRelated .Urban_Transports .news-title,
.global-news-list .Efficient_Buildings .news-title a,
.wrap_newsRelated .Efficient_Buildings .news-title a,
.global-news-list .Renewable_Energy .news-title a,
.wrap_newsRelated .Renewable_Energy .news-title a,
.global-news-list .Urban_Transport .news-title a,
.wrap_newsRelated .Urban_Transport .news-title a,
.global-news-list .Urban_Transports .news-title a,
.wrap_newsRelated .Urban_Transports .news-title a,
.global-news-list .Efficient_Buildings .news-title span,
.wrap_newsRelated .Efficient_Buildings .news-title span,
.global-news-list .Renewable_Energy .news-title span,
.wrap_newsRelated .Renewable_Energy .news-title span,
.global-news-list .Urban_Transport .news-title span,
.wrap_newsRelated .Urban_Transport .news-title span,
.global-news-list .Urban_Transports .news-title span,
.wrap_newsRelated .Urban_Transports .news-title span {
  color: #ffffff;
}
.global-news-list .Efficient_Buildings .news-cat,
.wrap_newsRelated .Efficient_Buildings .news-cat,
.global-news-list .Renewable_Energy .news-cat,
.wrap_newsRelated .Renewable_Energy .news-cat,
.global-news-list .Urban_Transport .news-cat,
.wrap_newsRelated .Urban_Transport .news-cat,
.global-news-list .Urban_Transports .news-cat,
.wrap_newsRelated .Urban_Transports .news-cat {
  border-bottom: 1px solid #ffffff;
}
.global-news-list .Efficient_Buildings .news-cat:before,
.wrap_newsRelated .Efficient_Buildings .news-cat:before {
  background: url('../Images/efficient-building.png') no-repeat;
}
.global-news-list .Renewable_Energy .news-cat:before,
.wrap_newsRelated .Renewable_Energy .news-cat:before {
  background: url('../Images/renewable-energy.png') no-repeat;
}
.global-news-list .Urban_Transport .news-cat:before,
.wrap_newsRelated .Urban_Transport .news-cat:before,
.global-news-list .Urban_Transports .news-cat:before,
.wrap_newsRelated .Urban_Transports .news-cat:before {
  background: url('../Images/urban-transport.png') no-repeat;
  top: -12px;
}
.global-news-list .Sustainable_Tourism .wrap-text,
.wrap_newsRelated .Sustainable_Tourism .wrap-text,
.global-news-list .Biodiversity_Protection .wrap-text,
.wrap_newsRelated .Biodiversity_Protection .wrap-text {
  background: #89bd23;
}
.global-news-list .Sustainable_Tourism .wrap-text:before,
.wrap_newsRelated .Sustainable_Tourism .wrap-text:before,
.global-news-list .Biodiversity_Protection .wrap-text:before,
.wrap_newsRelated .Biodiversity_Protection .wrap-text:before {
  background: url('../Images/curve-vertclair.png');
}
.global-news-list .Sustainable_Tourism .news-cat,
.wrap_newsRelated .Sustainable_Tourism .news-cat,
.global-news-list .Biodiversity_Protection .news-cat,
.wrap_newsRelated .Biodiversity_Protection .news-cat,
.global-news-list .Sustainable_Tourism .news-cat a,
.wrap_newsRelated .Sustainable_Tourism .news-cat a,
.global-news-list .Biodiversity_Protection .news-cat a,
.wrap_newsRelated .Biodiversity_Protection .news-cat a,
.global-news-list .Sustainable_Tourism .news-title,
.wrap_newsRelated .Sustainable_Tourism .news-title,
.global-news-list .Biodiversity_Protection .news-title,
.wrap_newsRelated .Biodiversity_Protection .news-title,
.global-news-list .Sustainable_Tourism .news-title a,
.wrap_newsRelated .Sustainable_Tourism .news-title a,
.global-news-list .Biodiversity_Protection .news-title a,
.wrap_newsRelated .Biodiversity_Protection .news-title a,
.global-news-list .Sustainable_Tourism .news-title span,
.wrap_newsRelated .Sustainable_Tourism .news-title span,
.global-news-list .Biodiversity_Protection .news-title span,
.wrap_newsRelated .Biodiversity_Protection .news-title span {
  color: #ffffff;
}
.global-news-list .Sustainable_Tourism .news-cat,
.wrap_newsRelated .Sustainable_Tourism .news-cat,
.global-news-list .Biodiversity_Protection .news-cat,
.wrap_newsRelated .Biodiversity_Protection .news-cat {
  border-bottom: 1px solid #ffffff;
}
.global-news-list .Sustainable_Tourism .news-cat:before,
.wrap_newsRelated .Sustainable_Tourism .news-cat:before {
  background: url('../Images/tourism.png') no-repeat;
  top: -12px;
}
.global-news-list .Biodiversity_Protection .news-cat:before,
.wrap_newsRelated .Biodiversity_Protection .news-cat:before {
  background: url('../Images/biodiversity.png') no-repeat;
}
.global-news-list .Governance .wrap-text,
.wrap_newsRelated .Governance .wrap-text {
  background: #0f798b;
}
.global-news-list .Governance .wrap-text:before,
.wrap_newsRelated .Governance .wrap-text:before {
  background: url('../Images/curve-vertbleu.png');
}
.global-news-list .Governance .news-cat,
.wrap_newsRelated .Governance .news-cat,
.global-news-list .Governance .news-cat a,
.wrap_newsRelated .Governance .news-cat a,
.global-news-list .Governance .news-title,
.wrap_newsRelated .Governance .news-title,
.global-news-list .Governance .news-title a,
.wrap_newsRelated .Governance .news-title a,
.global-news-list .Governance .news-title span,
.wrap_newsRelated .Governance .news-title span {
  color: #ffffff;
}
.global-news-list .Governance .news-cat,
.wrap_newsRelated .Governance .news-cat {
  border-bottom: 1px solid #ffffff;
}
.global-news-list .Governance .news-cat:before,
.wrap_newsRelated .Governance .news-cat:before {
  background: url('../Images/governance.png') no-repeat;
}
.global-news-list .external_news .wrap-text,
.wrap_newsRelated .external_news .wrap-text,
.global-news-list .external_event .wrap-text,
.wrap_newsRelated .external_event .wrap-text {
  background: #9c9b9b;
}
.global-news-list .external_news .wrap-text:before,
.wrap_newsRelated .external_news .wrap-text:before,
.global-news-list .external_event .wrap-text:before,
.wrap_newsRelated .external_event .wrap-text:before {
  background: url('../Images/curve-grey.png') no-repeat;
}
.global-news-list .external_news .news-cat,
.wrap_newsRelated .external_news .news-cat,
.global-news-list .external_event .news-cat,
.wrap_newsRelated .external_event .news-cat {
  padding: 0 0 .5em 0;
}
.global-news-list .external_news .news-cat,
.wrap_newsRelated .external_news .news-cat,
.global-news-list .external_event .news-cat,
.wrap_newsRelated .external_event .news-cat,
.global-news-list .external_news .news-cat a,
.wrap_newsRelated .external_news .news-cat a,
.global-news-list .external_event .news-cat a,
.wrap_newsRelated .external_event .news-cat a,
.global-news-list .external_news .news-title,
.wrap_newsRelated .external_news .news-title,
.global-news-list .external_event .news-title,
.wrap_newsRelated .external_event .news-title,
.global-news-list .external_news .news-title a,
.wrap_newsRelated .external_news .news-title a,
.global-news-list .external_event .news-title a,
.wrap_newsRelated .external_event .news-title a,
.global-news-list .external_news .news-title span,
.wrap_newsRelated .external_news .news-title span,
.global-news-list .external_event .news-title span,
.wrap_newsRelated .external_event .news-title span {
  color: #ffffff;
}
.global-news-list .external_news .news-cat,
.wrap_newsRelated .external_news .news-cat,
.global-news-list .external_event .news-cat,
.wrap_newsRelated .external_event .news-cat {
  border-bottom: 1px solid #ffffff;
}
.wrap-news {
  position: relative;
  min-height: 140px;
}
.wrap-news .wrap-date {
  min-height: 137px;
  background: #f2f2f2;
}
.wrap-news .wrap-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 75%;
  height: 137px;
  padding: 2.5em 2em 1em 1em;
}
.wrap-news .wrap-text:before {
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 1;
  width: 21px;
  height: 137px;
  margin: auto;
  content: "";
}
.wrap-news .news-cat {
  position: relative;
  padding: 0 0 .5em 45px;
  margin: 0;
  text-transform: uppercase;
}
.wrap-news .news-cat:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 38px;
  height: 35px;
  margin: auto;
  content: '';
}
.wrap-news .news-title {
  margin: 0;
  padding-top: 10px;
  font-size: 1.286em;
  text-transform: none;
}
.wrap-news .news-title a,
.wrap-news .news-title span {
  font-weight: 700;
  text-transform: none;
}
.wrap-news .wrap-img img {
  height: 137px;
  width: auto;
}
.wrap-news .wrap-img a {
  display: block;
}
.thematique .wrap-news .wrap-text {
  width: 70%;
}
.news-teaser {
  padding: 10px 15px 0 15px;
  margin: 0;
  color: #4f4f4f;
  font-size: 1.286em;
  font-weight: 700;
}
.news-date {
  position: relative;
  padding: 10px 30px 5px 30px;
  margin: 0;
  color: #10458c;
  font-size: 0.857em;
  font-weight: 400;
}
.news-date:before {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 11px;
  height: 10px;
  margin: auto;
  background: url('../Images/date.gif') no-repeat 0 0;
  content: '';
}
/* bloc News - Project */
.project-news-item {
  overflow: hidden;
}
.project-news-item .wrap-news,
.project-news-item .wrap-infos {
  float: left;
  width: 50%;
}
.project-news-item .wrap-news {
  height: 137px;
  margin-bottom: 30px;
}
.project-news-item .wrap-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  width: 72%;
  height: 137px;
  padding: 2.5em 2em 1em 1em;
}
.project-news-item .wrap-text:before {
  position: absolute;
  top: 0;
  left: -21px;
  z-index: 1;
  width: 21px;
  height: 137px;
  margin: auto;
  content: "";
}
.project-news-item .wrap-infos {
  position: relative;
  z-index: 1;
  height: 137px;
}
.project-news-item .wrap-infos .news-teaser {
  padding: 15px;
  margin: 0;
  color: #10458c;
  font-size: 1rem;
  font-weight: 400;
}
.project-news-item .wrap-infos .news-date:before {
  left: 10px;
}
.project-news-item.Program .wrap-text,
.project-news-item.Programme .wrap-text {
  background: #10458c;
}
.project-news-item.Program .wrap-text:before,
.project-news-item.Programme .wrap-text:before {
  background: url('../Images/curve-blue.png') no-repeat;
}
.project-news-item.Program .news-cat,
.project-news-item.Programme .news-cat,
.project-news-item.Program .news-title,
.project-news-item.Programme .news-title,
.project-news-item.Program .news-title a,
.project-news-item.Programme .news-title a,
.project-news-item.Program .news-title span,
.project-news-item.Programme .news-title span {
  color: #ffffff;
}
.project-news-item.Program .news-cat,
.project-news-item.Programme .news-cat {
  border-bottom: 1px solid #ffffff;
}
.project-news-item.Program .news-cat:before,
.project-news-item.Programme .news-cat:before {
  background: url('../Images/program.png') no-repeat;
}
.project-news-item.Program .wrap-infos,
.project-news-item.Programme .wrap-infos {
  background: #cfdae8;
}
.project-news-item.Blue_Growth .wrap-text,
.project-news-item.Social_and_Creative .wrap-text,
.project-news-item.Green_Growth .wrap-text {
  background: #fbbe00;
}
.project-news-item.Blue_Growth .wrap-text:before,
.project-news-item.Social_and_Creative .wrap-text:before,
.project-news-item.Green_Growth .wrap-text:before {
  background: url('../Images/curve-yellow.png') no-repeat;
}
.project-news-item.Blue_Growth .news-cat,
.project-news-item.Social_and_Creative .news-cat,
.project-news-item.Green_Growth .news-cat,
.project-news-item.Blue_Growth .news-title,
.project-news-item.Social_and_Creative .news-title,
.project-news-item.Green_Growth .news-title,
.project-news-item.Blue_Growth .news-title a,
.project-news-item.Social_and_Creative .news-title a,
.project-news-item.Green_Growth .news-title a,
.project-news-item.Blue_Growth .news-title span,
.project-news-item.Social_and_Creative .news-title span,
.project-news-item.Green_Growth .news-title span {
  color: #10458c;
}
.project-news-item.Blue_Growth .news-cat,
.project-news-item.Social_and_Creative .news-cat,
.project-news-item.Green_Growth .news-cat {
  border-bottom: 1px solid #10458c;
}
.project-news-item.Blue_Growth .wrap-infos,
.project-news-item.Social_and_Creative .wrap-infos,
.project-news-item.Green_Growth .wrap-infos {
  background: #fef2cc;
}
.project-news-item.Blue_Growth .news-cat:before {
  background: url('../Images/blue-growth.png') no-repeat;
}
.project-news-item.Social_and_Creative .news-cat:before {
  background: url('../Images/social.png') no-repeat;
}
.project-news-item.Green_Growth .news-cat:before {
  background: url('../Images/green-growth.png') no-repeat;
}
.project-news-item.Efficient_Buildings .wrap-text,
.project-news-item.Renewable_Energy .wrap-text,
.project-news-item.Urban_Transports .wrap-text {
  background: #129861;
}
.project-news-item.Efficient_Buildings .wrap-text:before,
.project-news-item.Renewable_Energy .wrap-text:before,
.project-news-item.Urban_Transports .wrap-text:before {
  background: url('../Images/curve-green.png');
}
.project-news-item.Efficient_Buildings .news-cat,
.project-news-item.Renewable_Energy .news-cat,
.project-news-item.Urban_Transports .news-cat,
.project-news-item.Efficient_Buildings .news-title,
.project-news-item.Renewable_Energy .news-title,
.project-news-item.Urban_Transports .news-title,
.project-news-item.Efficient_Buildings .news-title a,
.project-news-item.Renewable_Energy .news-title a,
.project-news-item.Urban_Transports .news-title a,
.project-news-item.Efficient_Buildings .news-title span,
.project-news-item.Renewable_Energy .news-title span,
.project-news-item.Urban_Transports .news-title span {
  color: #ffffff;
}
.project-news-item.Efficient_Buildings .news-cat,
.project-news-item.Renewable_Energy .news-cat,
.project-news-item.Urban_Transports .news-cat {
  border-bottom: 1px solid #ffffff;
}
.project-news-item.Efficient_Buildings .wrap-infos,
.project-news-item.Renewable_Energy .wrap-infos,
.project-news-item.Urban_Transports .wrap-infos {
  background: #d0eadf;
}
.project-news-item.Efficient_Buildings .news-cat:before {
  background: url('../Images/efficient-building.png') no-repeat;
}
.project-news-item.Renewable_Energy .news-cat:before {
  background: url('../Images/renewable-energy.png') no-repeat;
}
.project-news-item.Urban_Transports .news-cat:before {
  background: url('../Images/urban-transport.png') no-repeat;
}
.project-news-item.Sustainable_Tourism .wrap-text,
.project-news-item.Biodiversity_Protection .wrap-text {
  background: #89bd23;
}
.project-news-item.Sustainable_Tourism .wrap-text:before,
.project-news-item.Biodiversity_Protection .wrap-text:before {
  background: url('../Images/curve-vertclair.png');
}
.project-news-item.Sustainable_Tourism .news-cat,
.project-news-item.Biodiversity_Protection .news-cat,
.project-news-item.Sustainable_Tourism .news-title,
.project-news-item.Biodiversity_Protection .news-title,
.project-news-item.Sustainable_Tourism .news-title a,
.project-news-item.Biodiversity_Protection .news-title a,
.project-news-item.Sustainable_Tourism .news-title span,
.project-news-item.Biodiversity_Protection .news-title span {
  color: #ffffff;
}
.project-news-item.Sustainable_Tourism .news-cat,
.project-news-item.Biodiversity_Protection .news-cat {
  border-bottom: 1px solid #ffffff;
}
.project-news-item.Sustainable_Tourism .wrap-infos,
.project-news-item.Biodiversity_Protection .wrap-infos {
  background: #e7f2d3;
}
.project-news-item.Sustainable_Tourism .news-cat:before {
  background: url('../Images/tourism.png') no-repeat;
}
.project-news-item.Biodiversity_Protection .news-cat:before {
  background: url('../Images/biodiversity.png') no-repeat;
}
.project-news-item.Governance .wrap-text {
  background: #0f798b;
}
.project-news-item.Governance .wrap-text:before {
  background: url('../Images/curve-vertbleu.png');
}
.project-news-item.Governance .news-cat,
.project-news-item.Governance .news-title,
.project-news-item.Governance .news-title a,
.project-news-item.Governance .news-title span {
  color: #ffffff;
}
.project-news-item.Governance .news-cat {
  border-bottom: 1px solid #ffffff;
}
.project-news-item.Governance .news-cat:before {
  background: url('../Images/governance.png') no-repeat;
}
.project-news-item.Governance .wrap-infos {
  background: #cfe4e8;
}
.project-news-item.external_news .wrap-text,
.project-news-item.external_event .wrap-text {
  background: #9c9b9b;
}
.project-news-item.external_news .wrap-text:before,
.project-news-item.external_event .wrap-text:before {
  background: url('../Images/curve-grey.png');
}
.project-news-item.external_news .news-cat,
.project-news-item.external_event .news-cat,
.project-news-item.external_news .news-title,
.project-news-item.external_event .news-title,
.project-news-item.external_news .news-title a,
.project-news-item.external_event .news-title a,
.project-news-item.external_news .news-title span,
.project-news-item.external_event .news-title span {
  color: #ffffff;
}
.project-news-item.external_news .news-cat,
.project-news-item.external_event .news-cat {
  padding: 0 0 .5em 0;
  border-bottom: 1px solid #ffffff;
}
.project-news-item.external_news .news-cat:before,
.project-news-item.external_event .news-cat:before {
  content: none;
}
.project-news-item.external_news .wrap-infos,
.project-news-item.external_event .wrap-infos {
  background: #ebebeb;
}
/* bloc Agenda / Events */
.event-list .global-news-item {
  min-height: auto;
}
.event-list .global-news-item .Program .wrap-date,
.event-list .global-news-item .Programme .wrap-date {
  background: #10458c;
}
.event-list .global-news-item .Program .news-cat:before,
.event-list .global-news-item .Programme .news-cat:before {
  background: url('../Images/blue-program.png') no-repeat;
}
.event-list .global-news-item .Program .wrap-infos,
.event-list .global-news-item .Programme .wrap-infos {
  background: #cfdae8;
}
.event-list .global-news-item .Blue_Growth .wrap-date,
.event-list .global-news-item .Social_and_Creative .wrap-date,
.event-list .global-news-item .Green_Growth .wrap-date {
  background: #fbbe00;
}
.event-list .global-news-item .Blue_Growth .news-cat:before {
  background: url('../Images/blue-blue-growth.png') no-repeat;
}
.event-list .global-news-item .Social_and_Creative .news-cat:before {
  background: url('../Images/blue-social.png') no-repeat;
}
.event-list .global-news-item .Green_Growth .news-cat:before {
  background: url('../Images/blue-green-growth.png') no-repeat;
}
.event-list .global-news-item .Efficient_Buildings .wrap-date,
.event-list .global-news-item .Renewable_Energy .wrap-date,
.event-list .global-news-item .Urban_Transport .wrap-date,
.event-list .global-news-item .Urban_Transports .wrap-date {
  background: #129861;
}
.event-list .global-news-item .Efficient_Buildings .news-cat:before {
  background: url('../Images/blue-efficient-building.png') no-repeat;
}
.event-list .global-news-item .Renewable_Energy .news-cat:before {
  background: url('../Images/blue-renewable-energy.png') no-repeat;
}
.event-list .global-news-item .Urban_Transport .news-cat:before,
.event-list .global-news-item .Urban_Transports .news-cat:before {
  background: url('../Images/blue-urban-transport.png') no-repeat;
}
.event-list .global-news-item .Sustainable_Tourism .wrap-date,
.event-list .global-news-item .Biodiversity_Protection .wrap-date {
  background: #89bd23;
}
.event-list .global-news-item .Sustainable_Tourism .news-cat:before {
  background: url('../Images/blue-tourism.png') no-repeat;
}
.event-list .global-news-item .Biodiversity_Protection .news-cat:before {
  background: url('../Images/blue-biodiversity.png') no-repeat;
}
.event-list .global-news-item .Governance .wrap-date {
  background: #0f798b;
}
.event-list .global-news-item .Governance .news-cat:before {
  background: url('../Images/blue-governance.png') no-repeat;
}
.event-list .global-news-item .external_news .wrap-date,
.event-list .global-news-item .external_event .wrap-date {
  background: #9c9b9b;
}
.event-list .global-news-item .external_news .news-cat,
.event-list .global-news-item .external_event .news-cat {
  padding: 0 0 .5em 0;
}
.event-list .global-news-item .external_news .news-cat:before,
.event-list .global-news-item .external_event .news-cat:before {
  content: none;
}
.wrap-events .wrap-date,
.wrap-events .wrap-text {
  float: left;
}
.wrap-events .wrap-date {
  width: 33%;
  padding-top: 2em;
  height: 137px;
}
.wrap-events .news-day {
  position: relative;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 2.143em;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.wrap-events .news-day:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 55px;
  height: 2px;
  margin: auto;
  background: #ffffff;
  content: '';
}
.wrap-events .news-date {
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.286em;
  color: #ffffff;
}
.wrap-events .news-date:before {
  content: none;
}
.wrap-events .wrap-text {
  width: 66%;
  height: 137px;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #f2f2f2;
}
.wrap-events .news-cat {
  position: relative;
  min-height: 27px;
  padding: 0 0 5px 2.5em;
  margin: 0;
  color: #10458c;
  border-bottom: 1px solid #10458c;
  text-transform: uppercase;
}
.wrap-events .news-cat:before {
  position: absolute;
  top: -5px;
  left: 0px;
  width: 35px;
  height: 22px;
  margin: auto;
  background-position: center 0;
  content: '';
}
.wrap-events .news-cat a {
  color: #10458c;
}
.wrap-events .news-title {
  margin-top: 10px;
  font-size: 1.286em;
  text-transform: none;
  margin-bottom: 0;
  width: 100%;
}
.wrap-events .news-title a {
  color: #10458c;
}
.page-navigation {
  float: none;
  clear: both;
  margin-top: 2em;
}
.page-navigation p {
  display: none;
}
.news .page-navigation ul,
.news .page-navigation ul li {
  float: none;
}
.search-news,
.search-faq,
.search-annuaires,
.tx-solr-search-form-result {
  overflow: hidden;
  margin: 0 -500em;
  padding: 50px 500em;
  background: #f2f2f2;
}
.search-news form,
.search-faq form,
.search-annuaires form,
.tx-solr-search-form-result form {
  margin: 0 auto;
  padding: 0 90px;
}
.search-news label,
.search-faq label,
.search-annuaires label,
.tx-solr-search-form-result label {
  display: block;
  padding-bottom: .5em;
  margin-bottom: 0;
  color: #10458c;
  font-weight: 700;
}
.search-news .bloc30,
.search-faq .bloc30,
.search-annuaires .bloc30,
.tx-solr-search-form-result .bloc30 {
  float: left;
  width: 30%;
  margin: 0 5px;
}
.search-news .bloc25,
.search-faq .bloc25,
.search-annuaires .bloc25,
.tx-solr-search-form-result .bloc25 {
  float: left;
  width: 24%;
  min-height: 100px;
  margin: 0 5px;
}
.search-news .bloc50,
.search-faq .bloc50,
.search-annuaires .bloc50,
.tx-solr-search-form-result .bloc50 {
  float: left;
  width: 48%;
  margin: 0 5px 10px;
}
.search-news .btn-search,
.search-faq .btn-search,
.search-annuaires .btn-search,
.tx-solr-search-form-result .btn-search {
  float: left;
}
.search-news .form-control,
.search-faq .form-control,
.search-annuaires .form-control,
.tx-solr-search-form-result .form-control {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #10458c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #575756;
  background-color: #ffffff;
  font-size: 1.1em;
  outline: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.search-news .form-control.hasDatePicker,
.search-faq .form-control.hasDatePicker,
.search-annuaires .form-control.hasDatePicker,
.tx-solr-search-form-result .form-control.hasDatePicker {
  background-image: url('../Images/datePicker.png');
  background-repeat: no-repeat;
  background-position: 95%;
  cursor: pointer;
}
.search-news .btn-search,
.search-faq .btn-search,
.search-annuaires .btn-search,
.tx-solr-search-form-result .btn-search {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 13px 20px;
  margin: 26px 0;
  border: 2px solid #10458c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  color: #10458c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.search-news .btn-search:hover,
.search-faq .btn-search:hover,
.search-annuaires .btn-search:hover,
.tx-solr-search-form-result .btn-search:hover,
.search-news .btn-search:focus,
.search-faq .btn-search:focus,
.search-annuaires .btn-search:focus,
.tx-solr-search-form-result .btn-search:focus {
  background: #10458c;
  color: #ffffff;
}
.event-search-form.search-news .bloc25 {
  width: 21%;
}
.search-faq .form-group {
  width: 60%;
  margin: 0 auto;
}
/* Annuaires Institutions */
.search-annuaires .btn-search {
  display: block;
  float: none;
  margin: 2em auto 0;
}
#institution-show-position {
  background: #f2f2f2;
  padding: 1em;
  min-height: 400px;
}
.row_annuaires {
  margin: 0 -500em;
  padding: 1em 500em;
}
.row_annuaires .wrap_detail {
  position: relative;
}
.row_annuaires h3 {
  margin: 0;
  padding-right: 13em;
  font-size: 1.5em;
  text-transform: none;
}
.row_annuaires:nth-child(odd) {
  background: #f2f2f2;
}
.row_annuaires a {
  color: #10458c !important;
}
.row_annuaires .btn {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 35px;
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #10458c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #10458c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.row_annuaires .btn:hover,
.row_annuaires .btn:focus {
  background: #10458c;
  color: #ffffff !important;
  text-decoration: none !important;
}
.tx-e-annuaires .content-bottom {
  margin-top: 20px;
}
.tx-e-annuaires span.address {
  display: block;
  margin: 0;
}
.tx-e-gmap {
  max-height: 150em;
  opacity: 1;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.tx-e-gmap.closed {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out 0s;
  -moz-transition: all 500ms ease-in-out 0s;
  -ms-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.display_gmap .btn {
  margin: auto;
  display: inline-block;
  padding: 8px 20px;
  border: 2px solid #10458c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  color: #10458c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.display_gmap .btn:hover,
.display_gmap .btn:focus {
  background: #10458c;
  color: #ffffff !important;
  text-decoration: none !important;
}
/* Annuaires Partners */
.title-partners {
  margin: 1em 0;
}
.listing-partners {
  overflow: hidden;
}
.row-partners {
  overflow: hidden;
  float: left;
  width: 50%;
  padding: 1em 0;
  min-height: 121px;
}
.row-partners a {
  color: #10458c !important;
}
.row-partners h4 {
  margin: 0;
}
.row-partners .image,
.row-partners .texte {
  float: left;
}
.row-partners .image {
  margin-right: 10px;
}
/* Annuaires Projects */
.project-related {
  margin: 2em 0;
}
.project-related .wrap-project {
  margin: 0 -500em;
  padding: 1em 500em;
  background: #f2f2f2;
}
.project-related h4 {
  margin: 0;
}
.project-related .project-category {
  position: relative;
  margin: 2em 0;
  padding-left: 4em;
  font-weight: 700;
  color: #10458c;
}
.project-related .project-category:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 39px;
  height: 38px;
  background: center center;
  content: "";
}
.project-related .project-category.governance:before {
  background: url('../Images/governance.png') no-repeat;
}
.project-related .project-category.biodiversityprotection:before {
  background: url('../Images/biodiversity.png') no-repeat;
}
.project-related .project-category.sustainabletourism:before {
  background: url('../Images/tourism.png') no-repeat;
}
.project-related .project-category.urbantransport:before,
.project-related .project-category.urbantransports:before {
  background: url('../Images/urban-transport.png') no-repeat;
}
.project-related .project-category.renewableenergy:before {
  background: url('../Images/renewable-energy.png') no-repeat;
}
.project-related .project-category.efficientbuildings:before {
  background: url('../Images/efficient-building.png') no-repeat;
}
.project-related .project-category.socialandcreative:before {
  background: url('../Images/social.png') no-repeat;
}
.project-related .project-category.greengrowth:before {
  background: url('../Images/green-growth.png') no-repeat;
}
.project-related .project-category.bluegrowth:before {
  background: url('../Images/blue-growth.png') no-repeat;
}
.project-related .project-category.program:before {
  background: url('../Images/program.png') no-repeat;
}
.project-related .project-office {
  display: block;
  margin: 0;
  font-weight: 700;
}
#institution-projects-members {
  overflow: hidden;
}
.project-member {
  float: left;
  width: 50%;
  margin-bottom: 1em;
}
.row-projects {
  margin: 0 -500em;
  padding: 0 500em;
  overflow: hidden;
}
.row-projects:nth-child(odd) {
  background: #f2f2f2;
}
.row-projects .project-content {
  float: left;
  width: 75%;
  padding: 20px 20px 20px 0;
}
.row-projects .project-content .category,
.row-projects .project-content .address {
  display: block;
}
.row-projects .project-content .category {
  position: relative;
  display: block;
  line-height: 39px;
  padding-left: 3em;
  font-weight: bold;
}
.row-projects .project-content .category:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 39px;
  height: 39px;
  margin: auto;
  content: "";
}
.row-projects .project-content .category.Governance:before {
  background: url('../Images/governance.png') no-repeat;
}
.row-projects .project-content .category.Biodiversity-Protection:before {
  background: url('../Images/biodiversity.png') no-repeat;
}
.row-projects .project-content .category.Sustainable-Tourism:before {
  background: url('../Images/tourism.png') no-repeat;
}
.row-projects .project-content .category.Urban-Transport:before,
.row-projects .project-content .category.Urban-Transports:before {
  background: url('../Images/urban-transport.png') no-repeat;
}
.row-projects .project-content .category.Renewable-Energy:before {
  background: url('../Images/renewable-energy.png') no-repeat;
}
.row-projects .project-content .category.Efficient-Buildings:before {
  background: url('../Images/efficient-building.png') no-repeat;
}
.row-projects .project-content .category.Social-and-Creative:before {
  background: url('../Images/social.png') no-repeat;
}
.row-projects .project-content .category.Green-Growth:before {
  background: url('../Images/green-growth.png') no-repeat;
}
.row-projects .project-content .category.Blue-Growth:before {
  background: url('../Images/blue-growth.png') no-repeat;
}
.row-projects .project-content .category.Program:before,
.row-projects .project-content .category.Programme:before {
  background: url('../Images/program.png') no-repeat;
}
.row-projects .project-content a {
  color: #10458c !important;
}
.row-projects .project-buttons {
  float: left;
  width: 20%;
}
.row-projects .project-buttons .btn {
  overflow: hidden;
  position: relative;
  display: block;
  padding: 12px 28px;
  margin: 20px 0;
  border: 2px solid #10458c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  color: #10458c;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.row-projects .project-buttons .btn:hover,
.row-projects .project-buttons .btn:focus {
  text-decoration: none;
  background: #10458c;
  color: #ffffff;
}
.row-projects .grid5050 {
  overflow: hidden;
}
.list-projects-thematics {
  overflow: hidden;
  margin: 20px 0;
}
.item-projects-thematics {
  float: left;
  width: 25%;
  /*.article & {
        figure {
            position: relative;
            overflow: hidden;
            height: 570px;

            figcaption {
                z-index: 1;
                position: absolute; top: 0; bottom: 0; left: 0; right: 0;
                margin: auto; padding-top: 50%;
                text-align: center;
                background:  fade(@bleu, 70%);
            }

            img {
                display: block;
                max-width: none;
                object-fit: cover; width: 370px; height: 570px;
                overflow: hidden;

                -webkit-transition: all 400ms linear;
                -moz-transition: all 400ms linear;
                -ms-transition: all 400ms linear;
                -o-transition: all 400ms linear;
                transition: all 400ms linear;
            }

            &:hover,
            &:focus {
                img {
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                }
            }
        }
    } */
}
.item-projects-thematics figure {
  position: relative;
  overflow: hidden;
  height: 570px;
}
.item-projects-thematics figure figcaption {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 50%;
  text-align: center;
  background: rgba(16, 69, 140, 0.7);
}
.item-projects-thematics figure img {
  display: block;
  max-width: none;
  object-fit: cover;
  width: 370px;
  height: 570px;
  overflow: hidden;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.item-projects-thematics figure:hover img,
.item-projects-thematics figure:focus img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.item-projects-thematics .projects-count {
  position: relative;
  display: inline-block;
  padding: 0 10px 5px;
  margin: 0;
  color: #ffffff !important;
  font-size: 3.571em;
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}
.item-projects-thematics h3 {
  padding: 12px 3em;
  color: #ffffff !important;
  font-size: 1.286em;
  font-weight: 400;
  text-transform: uppercase;
}
.item-projects-thematics a:hover,
.item-projects-thematics a:focus {
  text-decoration: none;
}
.item-projects-thematics.color-1 figcaption:hover,
.item-projects-thematics.color-1 figcaption:focus {
  background: rgba(251, 190, 0, 0.7);
}
.item-projects-thematics.color-2 figcaption:hover,
.item-projects-thematics.color-2 figcaption:focus {
  background: rgba(18, 152, 97, 0.7);
}
.item-projects-thematics.color-3 figcaption:hover,
.item-projects-thematics.color-3 figcaption:focus {
  background: rgba(137, 189, 35, 0.7);
}
.item-projects-thematics.color-4 figcaption:hover,
.item-projects-thematics.color-4 figcaption:focus {
  background: rgba(15, 121, 139, 0.7);
}
/* datePicker */
.ui-datepicker {
  z-index: 90 !important;
  background: #ffffff;
  width: 265px;
}
.ui-datepicker .ui-datepicker-header {
  background: #ffffff;
  color: #10458c;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  width: 25%;
  margin: 15px 0;
  padding: 20px 0 0 0;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
  display: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  float: left;
  text-align: left;
  background-image: url(../Images/arrow_prev.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
  text-align: right;
  background-image: url(../Images/arrow_next.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  display: inline-block;
  width: 50%;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  float: left;
  width: 50%;
  background: transparent;
  background-image: none;
  color: #10458c;
  border: none;
}
.ui-datepicker .ui-datepicker-calendar {
  border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar table {
  margin: 0;
}
.ui-datepicker .ui-datepicker-calendar thead {
  background: #10458c;
}
.ui-datepicker .ui-datepicker-calendar thead th {
  padding: 10px;
  border: 1px solid #ffffff;
}
.ui-datepicker .ui-datepicker-calendar thead th span {
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td {
  border: none;
  padding: 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-default {
  display: block;
  margin: 0;
  padding: 10px 0;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight.ui-state-hover,
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight.ui-state-active {
  background: #10458c;
  color: #ffffff;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight {
  background: #10458c;
  color: #ffffff;
}
/* bloc Focus */
.wrap-focus {
  max-width: 100% !important;
  padding: 0 !important;
  max-height: 485px;
  overflow: hidden;
}
.wrap-focus h1,
.wrap-focus h2,
.wrap-focus h3,
.wrap-focus h4,
.wrap-focus h5,
.wrap-focus h6,
.wrap-focus p,
.wrap-focus span,
.wrap-focus blockquote,
.wrap-focus li,
.wrap-focus a {
  color: #ffffff !important;
}
.wrap-focus h2 {
  margin: 0 0 20px !important;
}
.wrap-focus acronym a,
.wrap-focus dfn a,
.wrap-focus abbr a,
.wrap-focus span.abbr a {
  border-bottom: 1px dotted #ffffff !important;
}
.wrap-focus .ce-bodytext ul li:before {
  background: url(../Images/puce-white.png) no-repeat 0 0 !important;
}
.wrap-focus .bloc50 {
  margin: 0 !important;
  padding: 0 !important;
}
.wrap-focus .fade-effect .bloc50 {
  opacity: 0.01;
}
.wrap-focus .fade-effect .bloc50:first-child {
  position: relative;
  left: -15%;
  -webkit-transition: all 800ms ease-in-out 0s;
  -moz-transition: all 800ms ease-in-out 0s;
  -ms-transition: all 800ms ease-in-out 0s;
  transition: all 800ms ease-in-out 0s;
}
.wrap-focus .fade-effect .bloc50:last-child {
  position: relative;
  left: 15%;
  -webkit-transition: all 1200ms ease-in-out 0s;
  -moz-transition: all 1200ms ease-in-out 0s;
  -ms-transition: all 1200ms ease-in-out 0s;
  transition: all 1200ms ease-in-out 0s;
}
.wrap-focus .fade-effect .bloc50:last-child .focus-radius {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-99%, 0);
  -moz-transform: translate(-99%, 0);
  -ms-transform: translate(-99%, 0);
  transform: translate(-99%, 0);
}
.wrap-focus .fade-effect.active .bloc50 {
  opacity: 1;
  left: 0 !important;
}
.wrap-focus .wrap-img {
  position: relative;
}
.wrap-focus .wrap-img * {
  width: 100%;
}
.wrap-focus .wrap-img .focus-radius {
  position: absolute;
  top: 0;
  right: -2px;
  width: auto;
  height: 100%;
}
.wrap-focus .ce-gallery {
  margin-bottom: 0 !important;
}
.wrap-focus.focus-violet .bloc50 {
  background: #663888;
}
.wrap-focus.focus-violet .wrap-text .btn:hover,
.wrap-focus.focus-violet .wrap-text .btn:focus,
.wrap-focus.focus-violet .wrap-text .btn:active {
  color: #663888;
}
.wrap-focus.focus-violet .wrap-btn a:hover,
.wrap-focus.focus-violet .wrap-btn .btn:hover,
.wrap-focus.focus-violet .wrap-btn a:focus,
.wrap-focus.focus-violet .wrap-btn .btn:focus {
  color: #663888 !important;
}
.wrap-focus.focus-orange .bloc50 {
  background: #cb4f24;
}
.wrap-focus.focus-orange .wrap-text .btn:hover,
.wrap-focus.focus-orange .wrap-text .btn:focus,
.wrap-focus.focus-orange .wrap-text .btn:active {
  color: #cb4f24;
}
.wrap-focus.focus-orange .wrap-btn a:hover,
.wrap-focus.focus-orange .wrap-btn .btn:hover,
.wrap-focus.focus-orange .wrap-btn a:focus,
.wrap-focus.focus-orange .wrap-btn .btn:focus {
  color: #cb4f24 !important;
}
.wrap-focus.focus-rose .bloc50 {
  background: #8a1f5a;
}
.wrap-focus.focus-rose .wrap-text .btn:hover,
.wrap-focus.focus-rose .wrap-text .btn:focus,
.wrap-focus.focus-rose .wrap-text .btn:active {
  color: #8a1f5a;
}
.wrap-focus.focus-rose .wrap-btn a:hover,
.wrap-focus.focus-rose .wrap-btn .btn:hover,
.wrap-focus.focus-rose .wrap-btn a:focus,
.wrap-focus.focus-rose .wrap-btn .btn:focus {
  color: #8a1f5a !important;
}
.wrap-focus .focus-trait {
  width: 100%;
  position: relative;
  text-align: center;
  color: #ffffff;
  display: block;
  padding: 10px 0;
  font-size: 1.125em;
  overflow: hidden;
}
.wrap-focus .focus-trait:before,
.wrap-focus .focus-trait:after {
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  width: 50%;
  height: 1px;
  background: #fff;
}
.wrap-focus .focus-trait:before {
  left: 0;
  margin-left: -2em;
}
.wrap-focus .focus-trait:after {
  right: 0;
  margin-right: -2em;
}
.wrap-focus .wrap-text {
  position: relative;
  z-index: 1;
  padding: 2em;
  height: 100%;
  overflow: hidden;
}
.wrap-focus .wrap-text > div {
  position: relative;
  height: 100%;
  padding-right: 15px;
  overflow: auto;
  scrollbar-face-color: transparent;
  scrollbar-track-color: #fff;
}
.wrap-focus .wrap-text > div::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.wrap-focus .wrap-text > div::-webkit-scrollbar-thumb {
  background: #fff;
}
.wrap-focus .wrap-text > div::-webkit-scrollbar-track {
  background: transparent;
}
.wrap-focus .wrap-img {
  overflow: hidden;
  max-height: 485px;
}
.wrap-focus .wrap-img img {
  display: block;
  width: 100%;
}
.wrap-focus .focus-baseline {
  position: relative;
  color: #ffffff;
  font-size: 1.286em;
  font-weight: 700;
  text-align: center;
}
.wrap-focus .focus-title {
  margin: 0;
  color: #ffffff;
  font-size: 2.857em;
  font-weight: 700;
  text-transform: uppercase;
}
.wrap-focus .focus-subtitle {
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 2.143em;
  font-weight: 700;
  text-transform: uppercase;
}
.wrap-focus .focus-chapo {
  color: #ffffff;
  font-size: 1.143em;
  font-weight: 700;
}
.wrap-focus .focus-text {
  color: #ffffff;
  font-size: 1.143em;
  font-weight: 400;
}
.wrap-focus .wrap-btn {
  padding: 0;
}
.wrap-focus .btn {
  margin: 1em 1em 0 0;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.wrap-focus .btn:after {
  background: #ffffff;
}
.wrap-focus .wrap-btn a,
.wrap-focus .wrap-btn .btn {
  border: 3px solid #ffffff;
  color: #ffffff;
}
.wrap-focus .wrap-btn a:after,
.wrap-focus .wrap-btn .btn:after {
  background: #ffffff;
}
.wrap-focus input.btn {
  background: #ffffff;
  color: #10458c;
}
.wrap-focus input.btn:hover,
.wrap-focus input.btn:focus {
  background: #ffffff;
  color: #10458c;
}
.thematique .wrap-focus .bloc50 + .bloc50,
.projet .wrap-focus .bloc50 + .bloc50 {
  position: relative;
}
.thematique .wrap-focus .bloc50 + .bloc50:before,
.projet .wrap-focus .bloc50 + .bloc50:before,
.thematique .wrap-focus .bloc50 + .bloc50:after,
.projet .wrap-focus .bloc50 + .bloc50:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 25px;
  background: #ffffff;
  content: "";
}
.thematique .wrap-focus .bloc50 + .bloc50:before,
.projet .wrap-focus .bloc50 + .bloc50:before {
  top: 0;
}
.thematique .wrap-focus .bloc50 + .bloc50:after,
.projet .wrap-focus .bloc50 + .bloc50:after {
  bottom: 0;
}
.thematique .wrap-focus .bloc50 .focus-radius,
.projet .wrap-focus .bloc50 .focus-radius {
  display: none !important;
}
.thematique .wrap-focus .wrap-text,
.projet .wrap-focus .wrap-text {
  position: relative;
  z-index: 1;
  padding: 3em;
}
/* bloc Library */
.home-library {
  text-align: center;
}
.home-library .bloc-title {
  display: inline-block;
}
.home-library a,
.home-library a:hover,
.home-library a:focus {
  color: #ffffff;
}
.home-library img {
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
  transform: scale(0.85);
}
.home-library h2 {
  margin: 0 0 20px !important;
}
.home-library h3 {
  padding-top: 1em;
  color: #ffffff;
  font-size: 1.286em;
  font-weight: 700;
  text-transform: uppercase;
}
.home-library .bloc25 a:hover img,
.home-library .bloc25 a:focus img {
  transform: scale(1);
}
.home-library p {
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 400;
}
.wrap-home-library {
  background: url('../Images/img-library.png') center top no-repeat;
  background-size: cover;
}
.library-link:hover,
.library-link:focus {
  text-decoration: none;
}
.wrap-library {
  padding: 0 2em;
}
/* bloc Icônes */
#home-icons {
  padding-bottom: 130px;
}
/*--------------------------------------------- GRID ---------------------------------*/
.grid5050 {
  display: block;
  width: 100%;
}
.grid5050 > .bloc50 {
  float: left;
  width: 50%;
  margin: 0 0 20px;
}
.grid5050 > .bloc50:first-child {
  padding: 0 0.8% 0 0;
}
.grid5050 > .bloc50:last-child {
  padding: 0 0 0 0.8%;
}
.thematique .grid5050 > .bloc50 {
  max-width: 50%;
}
.grid6633 {
  display: block;
  width: 100%;
}
.grid6633 > .bloc66,
.grid6633 > .bloc33 {
  float: left;
  margin: 0 0 20px;
}
.grid6633 > .bloc66 {
  width: 66.66%;
  padding: 0 0.8% 0 0;
}
.grid6633 > .bloc33 {
  width: 33.33%;
  padding: 0 0 0 0.8%;
}
.grid3366 {
  display: block;
  width: 100%;
}
.grid3366 > .bloc66,
.grid3366 > .bloc33 {
  float: left;
  margin: 0 0 20px;
}
.grid3366 > .bloc33 {
  width: 33.33%;
  padding: 0 0.8% 0 0;
}
.grid3366 > .bloc66 {
  width: 66.66%;
  padding: 0 0 0 0.8%;
}
.grid333333 {
  display: block;
  width: 100%;
}
.grid333333 > .col3 {
  float: left;
  width: 32.31%;
  margin: 0 0 20px;
}
.grid333333 > .col3.middle,
.grid333333 > .col3:nth-child(3n+2) {
  margin: 0 1.53% 20px;
}
.tools .col3 {
  text-align: center;
  min-height: 170px;
  padding: 15px 0;
  font-size: 1.125em;
}
.tools .col3:first-child ~ .col3 {
  border-left: 1px solid #9c9b9b;
}
.tools .wrap-icon .ce-media {
  margin: 30px auto 30px;
}
.tools .wrap-icon .ce-media a {
  display: inline-block;
}
.tools .wrap-icon img {
  /*margin: 80px 0 30px;*/
  transition: all 0.2s ease-in-out;
  transform: scale(0.85);
  display: block;
}
.tools .wrap-icon a:hover img,
.tools .wrap-icon a:focus img {
  transform: scale(1);
}
.grid25252525 {
  display: block;
  width: 100%;
}
.grid25252525 > .bloc25 {
  float: left;
  width: 24%;
  margin: 0 0 20px;
}
.grid25252525 .bloc25:first-child ~ .bloc25 {
  margin: 0 0 20px 1.33%;
}
.circle {
  max-width: 100%;
  height: auto;
  min-height: 208px;
  position: relative;
  font-weight: 700;
}
.circle canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 208px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle .info-pie {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  max-width: 146px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.circle .number-pie {
  font-size: 2.5em;
  margin: 0;
}
.circle .legend-pie {
  font-size: 1.125em;
  padding-bottom: 4px;
  border-bottom: 1px solid #ececeb;
}
.bar {
  margin: 0;
  min-height: 208px;
  position: relative;
}
.bar > div {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 164px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bar .info-bar p {
  margin: 0 !important;
}
.bar .bar-block {
  position: relative;
  display: block;
  width: 100%;
  height: 9px;
  margin: 5px 0 15px;
  /*background-color: #c0c0d9;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.bar .bar-block span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 9px;
  /* background-color: #2d2e82;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: width 1500ms linear 0s;
  -moz-transition: width 1500ms linear 0s;
  -ms-transition: width 1500ms linear 0s;
  transition: width 1500ms linear 0s;
}
.bar .info-bar > div:last-child > .bar-block {
  margin: 5px 0 0;
}
.number {
  margin: 0;
  min-height: 208px;
  position: relative;
  text-align: center;
  font-weight: 700;
}
.number > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.number .number-block {
  font-size: 5em;
  display: inline-block;
  margin: 0;
}
.number .number-info {
  font-size: 2.5em;
  margin: 0;
}
.number .number-legend {
  font-size: 1.125em;
}
.grid > div > * {
  margin: 0 0 30px;
}
.grid > div > *:last-child {
  margin: 0;
}
.article .f3-widget-paginator,
.article ul.f3-widget-paginator,
.article ul.pagination {
  text-align: center;
  font-weight: bold;
  clear: both;
  font-size: 1.2em;
  margin: 0 !important;
}
.article .f3-widget-paginator li,
.article ul.f3-widget-paginator li,
.article ul.pagination li {
  color: #9faee5;
  display: inline-block;
  margin: 0 10px;
  list-style: none;
}
.article .f3-widget-paginator li.current,
.article ul.f3-widget-paginator li.current,
.article ul.pagination li.current {
  font-weight: bold;
}
.article .f3-widget-paginator li:before,
.article ul.f3-widget-paginator li:before,
.article ul.pagination li:before {
  display: none;
}
.article .f3-widget-paginator li a,
.article ul.f3-widget-paginator li a,
.article ul.pagination li a {
  text-decoration: underline;
  color: #9faee5 !important;
}
.article .f3-widget-paginator li a:hover,
.article ul.f3-widget-paginator li a:hover,
.article ul.pagination li a:hover {
  text-decoration: none;
}
.fs-media-gallery h2 {
  font-size: 2.457em;
}
.fs-media-gallery .grid > div > * {
  margin-bottom: 15px;
}
.fs-media-gallery .thumbs {
  text-align: center;
}
/*------------ FOOTER -------------*/
footer {
  padding: 2em 0;
  border-top: 1px solid #d2d1d1;
  background: #f2f2f2;
}
.wrap-footer {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
.wrap-footer li:before {
  content: none !important;
}
.wrap-footer .logo,
.wrap-footer .menu-footer,
.wrap-footer .menu-social {
  display: inline-block;
  vertical-align: top;
}
.wrap-footer .logo {
  width: 25%;
}
.wrap-footer .menu-footer {
  width: 49%;
  padding-top: 2em;
  text-align: center;
}
.wrap-footer .menu-social {
  width: 25%;
  padding-top: 1.5em;
  text-align: right;
}
.wrap-footer .item-social img:last-child {
  display: block;
  margin: 0;
}
.wrap-footer .item-social img:first-child {
  display: none;
}
.item-footer,
.item-social {
  display: inline-block;
  list-style-type: none;
}
.item-footer a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #10458c;
}
.item-footer a:hover,
.item-footer a:focus {
  color: #9faee5;
}
.item-footer:last-child a {
  border: none;
}
.list-social li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  margin: 0 10px 0 0;
}
.list-social a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  text-indent: -999em;
  text-align: left;
  overflow: hidden;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
/*---------------------------------------------------*/
/*------------------- THEMATIQUES -------------------*/
/*---------------------------------------------------*/
/*------------------ COLOR 1 - BLEU ----------------*/
.color-1 h1,
.color-1 h2,
.color-1 h3,
.color-1 h4,
.color-1 h5,
.color-1 h6 {
  color: #10458c;
}
.color-1 .home-library {
  background-color: #10458c;
}
.color-1 .home-library h1,
.color-1 .home-library h2,
.color-1 .home-library h3,
.color-1 .home-library h4,
.color-1 .home-library h5,
.color-1 .home-library h6,
.color-1 .home-library p,
.color-1 .home-library span {
  color: #ffffff !important;
}
.color-1 .home-library a,
.color-1 .home-library a:hover,
.color-1 .home-library a:focus {
  color: #ffffff;
}
.color-1 .home-library .entete {
  margin-bottom: 40px;
}
.color-1 .expandable-list .question {
  color: #10458c;
}
.color-1 table tbody tr th,
.color-1 table thead tr th,
.color-1 table tbody tr td.powermail_all_label,
.color-1 table thead tr td.powermail_all_label {
  background: #10458c;
  color: #ffffff;
}
.color-1 table tbody tr td,
.color-1 table thead tr td {
  border-bottom: 1px solid #10458c;
}
.color-1 table tbody tr:first-child td {
  border-top: 1px solid #10458c;
}
.color-1 .circle .number-pie {
  color: #10458c;
}
.color-1 .bar .bar-block {
  background-color: rgba(16, 69, 140, 0.2);
}
.color-1 .bar .bar-block span {
  background-color: #10458c;
}
.color-1 .number .number-block,
.color-1 .number .number-info {
  color: #10458c;
}
/*------------------ COLOR 2 - JAUNE ----------------*/
.color-2 h1,
.color-2 h2,
.color-2 h3,
.color-2 h4,
.color-2 h5,
.color-2 h6 {
  color: #fbbe00;
}
.color-2 .home-library {
  background-color: #fbbe00;
}
.color-2 .home-library h1,
.color-2 .home-library h2,
.color-2 .home-library h3,
.color-2 .home-library h4,
.color-2 .home-library h5,
.color-2 .home-library h6,
.color-2 .home-library p,
.color-2 .home-library span {
  color: #10458c !important;
}
.color-2 .home-library a,
.color-2 .home-library a:hover,
.color-2 .home-library a:focus {
  color: #10458c;
}
.color-2 .home-library .entete {
  margin-bottom: 40px;
}
.color-2 .expandable-list .question {
  color: #fbbe00;
}
.color-2 table tbody tr th,
.color-2 table thead tr th,
.color-2 table tbody tr td.powermail_all_label,
.color-2 table thead tr td.powermail_all_label {
  background: #fbbe00;
  color: #10458c;
}
.color-2 table tbody tr td,
.color-2 table thead tr td {
  border-bottom: 1px solid #fbbe00;
}
.color-2 table tbody tr:first-child td {
  border-top: 1px solid #fbbe00;
}
.color-2 .circle .number-pie {
  color: #fbbe00;
}
.color-2 .bar .bar-block {
  background-color: rgba(251, 190, 0, 0.2);
}
.color-2 .bar .bar-block span {
  background-color: #fbbe00;
}
.color-2 .number .number-block,
.color-2 .number .number-info {
  color: #fbbe00;
}
/*------------------ COLOR 3 - VERT FONCE ----------------*/
.color-3 h1,
.color-3 h2,
.color-3 h3,
.color-3 h4,
.color-3 h5,
.color-3 h6 {
  color: #129861;
}
.color-3 .home-library {
  background-color: #129861;
}
.color-3 .home-library h1,
.color-3 .home-library h2,
.color-3 .home-library h3,
.color-3 .home-library h4,
.color-3 .home-library h5,
.color-3 .home-library h6,
.color-3 .home-library p,
.color-3 .home-library span {
  color: #ffffff !important;
}
.color-3 .home-library a,
.color-3 .home-library a:hover,
.color-3 .home-library a:focus {
  color: #ffffff;
}
.color-3 .home-library .entete {
  margin-bottom: 40px;
}
.color-3 .expandable-list .question {
  color: #129861;
}
.color-3 table tbody tr th,
.color-3 table thead tr th,
.color-3 table tbody tr td.powermail_all_label,
.color-3 table thead tr td.powermail_all_label {
  background: #129861;
  color: #ffffff;
}
.color-3 table tbody tr td,
.color-3 table thead tr td {
  border-bottom: 1px solid #129861;
}
.color-3 table tbody tr:first-child td {
  border-top: 1px solid #129861;
}
.color-3 .circle .number-pie {
  color: #129861;
}
.color-3 .bar .bar-block {
  background-color: rgba(18, 152, 97, 0.2);
}
.color-3 .bar .bar-block span {
  background-color: #129861;
}
.color-3 .number .number-block,
.color-3 .number .number-info {
  color: #129861;
}
/*------------------ COLOR 4 - VERT CLAIR ----------------*/
.color-4 h1,
.color-4 h2,
.color-4 h3,
.color-4 h4,
.color-4 h5,
.color-4 h6 {
  color: #89bd23;
}
.color-4 .home-library {
  background-color: #89bd23;
}
.color-4 .home-library h1,
.color-4 .home-library h2,
.color-4 .home-library h3,
.color-4 .home-library h4,
.color-4 .home-library h5,
.color-4 .home-library h6,
.color-4 .home-library p,
.color-4 .home-library span {
  color: #ffffff !important;
}
.color-4 .home-library a,
.color-4 .home-library a:hover,
.color-4 .home-library a:focus {
  color: #ffffff;
}
.color-4 .home-library .entete {
  margin-bottom: 40px;
}
.color-4 .expandable-list .question {
  color: #89bd23;
}
.color-4 table tbody tr th,
.color-4 table thead tr th,
.color-4 table tbody tr td.powermail_all_label,
.color-4 table thead tr td.powermail_all_label {
  background: #89bd23;
  color: #ffffff;
}
.color-4 table tbody tr td,
.color-4 table thead tr td {
  border-bottom: 1px solid #89bd23;
}
.color-4 table tbody tr:first-child td {
  border-top: 1px solid #89bd23;
}
.color-4 .circle .number-pie {
  color: #89bd23;
}
.color-4 .bar .bar-block {
  background-color: rgba(137, 189, 35, 0.2);
}
.color-4 .bar .bar-block span {
  background-color: #89bd23;
}
.color-4 .number .number-block,
.color-4 .number .number-info {
  color: #89bd23;
}
/*------------------ COLOR 5 - VERT BLEU ----------------*/
.color-5 h1,
.color-5 h2,
.color-5 h3,
.color-5 h4,
.color-5 h5,
.color-5 h6 {
  color: #0f798b;
}
.color-5 .home-library {
  background-color: #0f798b;
}
.color-5 .home-library h1,
.color-5 .home-library h2,
.color-5 .home-library h3,
.color-5 .home-library h4,
.color-5 .home-library h5,
.color-5 .home-library h6,
.color-5 .home-library p,
.color-5 .home-library span {
  color: #ffffff !important;
}
.color-5 .home-library a,
.color-5 .home-library a:hover,
.color-5 .home-library a:focus {
  color: #ffffff;
}
.color-5 .home-library .entete {
  margin-bottom: 40px;
}
.color-5 .expandable-list .question {
  color: #0f798b;
}
.color-5 table tbody tr th,
.color-5 table thead tr th,
.color-5 table tbody tr td.powermail_all_label,
.color-5 table thead tr td.powermail_all_label {
  background: #0f798b;
  color: #ffffff;
}
.color-5 table tbody tr td,
.color-5 table thead tr td {
  border-bottom: 1px solid #0f798b;
}
.color-5 table tbody tr:first-child td {
  border-top: 1px solid #0f798b;
}
.color-5 .circle .number-pie {
  color: #0f798b;
}
.color-5 .bar .bar-block {
  background-color: rgba(15, 121, 139, 0.2);
}
.color-5 .bar .bar-block span {
  background-color: #0f798b;
}
.color-5 .number .number-block,
.color-5 .number .number-info {
  color: #0f798b;
}
/*---------------------------------------------------*/
/*--------------- Couleurs Background ---------------*/
/*---------------------------------------------------*/
.navy-blue {
  background-color: #10458c;
  color: #ffffff;
}
.navy-blue h1,
.navy-blue h2,
.navy-blue h3,
.navy-blue h4,
.navy-blue h5,
.navy-blue h6,
.navy-blue p,
.navy-blue span,
.navy-blue blockquote,
.navy-blue li {
  color: #ffffff !important;
}
.navy-blue .ce-bodytext ul,
.navy-blue .article ul {
  margin: 0 0 20px 0;
}
.navy-blue .ce-bodytext ul li:before,
.navy-blue .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.navy-blue .ce-bodytext ul li > ul li:before,
.navy-blue .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.navy-blue .accordion h2.entete {
  color: #10458c !important;
  background: #ffffff;
}
.navy-blue hr {
  color: #ffffff;
  background-color: #ffffff;
}
.navy-blue table tbody tr th,
.navy-blue table thead tr th,
.navy-blue table tbody tr td.powermail_all_label,
.navy-blue table thead tr td.powermail_all_label {
  background: #ffffff;
  color: #ffffff;
}
.navy-blue table tbody tr td,
.navy-blue table thead tr td {
  border-bottom: 1px solid #ffffff;
}
.navy-blue table tbody tr:first-child td {
  border-top: 1px solid #ffffff;
}
.navy-blue a {
  color: #ffffff;
}
.navy-blue a:hover {
  color: #9faee5;
}
.navy-blue blockquote p {
  border-left: 2px solid #ffffff;
}
.navy-blue blockquote:before {
  background: #ffffff;
}
.navy-blue p.highlight-content {
  color: #10458c !important;
  background: #ffffff;
}
.navy-blue p.highlight-content a {
  color: #9faee5 !important;
}
.navy-blue input.btn {
  background: #10458c;
  color: #ffffff;
}
.navy-blue input.btn:hover,
.navy-blue input.btn:focus {
  background: #ffffff;
  color: #10458c;
}
.navy-blue .wrap-btn a,
.navy-blue .wrap-btn .btn {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.navy-blue .wrap-btn a:hover,
.navy-blue .wrap-btn .btn:hover,
.navy-blue .wrap-btn a:focus,
.navy-blue .wrap-btn .btn:focus {
  color: #10458c !important;
}
.navy-blue .wrap-btn a:after,
.navy-blue .wrap-btn .btn:after {
  background: #ffffff !important;
}
.navy-blue .download-link {
  background: url('../Images/download-white.png') no-repeat 0 center;
}
.navy-blue .external-link {
  background: url('../Images/external-white.png') no-repeat 0 center;
}
.navy-blue.full-page a {
  color: #ffffff;
}
.yellow {
  background-color: #fbbe00;
  color: #10458c;
}
.yellow h1,
.yellow h2,
.yellow h3,
.yellow h4,
.yellow h5,
.yellow h6,
.yellow p,
.yellow span,
.yellow blockquote,
.yellow li {
  color: #10458c !important;
}
.yellow .ce-bodytext ul,
.yellow .article ul {
  margin: 0 0 20px 0;
}
.yellow .ce-bodytext ul li:before,
.yellow .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.yellow .ce-bodytext ul li > ul li:before,
.yellow .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.yellow .accordion h2.entete {
  color: #fbbe00 !important;
  background: #10458c;
}
.yellow hr {
  color: #10458c;
  background-color: #10458c;
}
.yellow table tbody tr th,
.yellow table thead tr th,
.yellow table tbody tr td.powermail_all_label,
.yellow table thead tr td.powermail_all_label {
  background: #10458c;
  color: #10458c;
}
.yellow table tbody tr td,
.yellow table thead tr td {
  border-bottom: 1px solid #10458c;
}
.yellow table tbody tr:first-child td {
  border-top: 1px solid #10458c;
}
.yellow a {
  color: #10458c;
}
.yellow a:hover {
  color: #9faee5;
}
.yellow blockquote p {
  border-left: 2px solid #10458c;
}
.yellow blockquote:before {
  background: #10458c;
}
.yellow p.highlight-content {
  color: #fbbe00 !important;
  background: #10458c;
}
.yellow p.highlight-content a {
  color: #9faee5 !important;
}
.yellow input.btn {
  background: #fbbe00;
  color: #10458c;
}
.yellow input.btn:hover,
.yellow input.btn:focus {
  background: #10458c;
  color: #fbbe00;
}
.yellow .wrap-btn a,
.yellow .wrap-btn .btn {
  border: 3px solid #10458c !important;
  color: #10458c !important;
}
.yellow .wrap-btn a:hover,
.yellow .wrap-btn .btn:hover,
.yellow .wrap-btn a:focus,
.yellow .wrap-btn .btn:focus {
  color: #fbbe00 !important;
}
.yellow .wrap-btn a:after,
.yellow .wrap-btn .btn:after {
  background: #10458c !important;
}
.yellow.full-page a {
  color: #10458c;
}
.yellow .ce-bodytext ul,
.yellow .article ul {
  margin: 0 0 20px 0;
}
.yellow .ce-bodytext ul li:before,
.yellow .article ul li:before {
  background: url("../Images/puce.png") no-repeat 0 0;
}
.yellow .ce-bodytext ul li > ul li:before,
.yellow .article ul li > ul li:before {
  background: url("../Images/puce_2.png") no-repeat 0 0;
}
.yellow .accordion.fold .entete:after {
  background: url('../Images/plus-yellow.png');
}
.yellow .accordion.unfold .entete:after {
  background: url('../Images/moins-yellow.png') no-repeat 0 0;
}
.green {
  background-color: #129861;
  color: #ffffff;
}
.green h1,
.green h2,
.green h3,
.green h4,
.green h5,
.green h6,
.green p,
.green span,
.green blockquote,
.green li {
  color: #ffffff !important;
}
.green .ce-bodytext ul,
.green .article ul {
  margin: 0 0 20px 0;
}
.green .ce-bodytext ul li:before,
.green .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.green .ce-bodytext ul li > ul li:before,
.green .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.green .accordion h2.entete {
  color: #129861 !important;
  background: #ffffff;
}
.green hr {
  color: #ffffff;
  background-color: #ffffff;
}
.green table tbody tr th,
.green table thead tr th,
.green table tbody tr td.powermail_all_label,
.green table thead tr td.powermail_all_label {
  background: #ffffff;
  color: #ffffff;
}
.green table tbody tr td,
.green table thead tr td {
  border-bottom: 1px solid #ffffff;
}
.green table tbody tr:first-child td {
  border-top: 1px solid #ffffff;
}
.green a {
  color: #ffffff;
}
.green a:hover {
  color: #9faee5;
}
.green blockquote p {
  border-left: 2px solid #ffffff;
}
.green blockquote:before {
  background: #ffffff;
}
.green p.highlight-content {
  color: #129861 !important;
  background: #ffffff;
}
.green p.highlight-content a {
  color: #9faee5 !important;
}
.green input.btn {
  background: #129861;
  color: #ffffff;
}
.green input.btn:hover,
.green input.btn:focus {
  background: #ffffff;
  color: #129861;
}
.green .wrap-btn a,
.green .wrap-btn .btn {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.green .wrap-btn a:hover,
.green .wrap-btn .btn:hover,
.green .wrap-btn a:focus,
.green .wrap-btn .btn:focus {
  color: #129861 !important;
}
.green .wrap-btn a:after,
.green .wrap-btn .btn:after {
  background: #ffffff !important;
}
.green .accordion.fold .entete:after {
  background: url('../Images/plus-green.png');
}
.green .accordion.unfold .entete:after {
  background: url('../Images/moins-green.png') no-repeat 0 0;
}
.green .download-link {
  background: url('../Images/download-white.png') no-repeat 0 center;
}
.green .external-link {
  background: url('../Images/external-white.png') no-repeat 0 center;
}
.green.full-page a {
  color: #ffffff;
}
.apple-green {
  background-color: #89bd23;
  color: #ffffff;
}
.apple-green h1,
.apple-green h2,
.apple-green h3,
.apple-green h4,
.apple-green h5,
.apple-green h6,
.apple-green p,
.apple-green span,
.apple-green blockquote,
.apple-green li {
  color: #ffffff !important;
}
.apple-green .ce-bodytext ul,
.apple-green .article ul {
  margin: 0 0 20px 0;
}
.apple-green .ce-bodytext ul li:before,
.apple-green .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.apple-green .ce-bodytext ul li > ul li:before,
.apple-green .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.apple-green .accordion h2.entete {
  color: #89bd23 !important;
  background: #ffffff;
}
.apple-green hr {
  color: #ffffff;
  background-color: #ffffff;
}
.apple-green table tbody tr th,
.apple-green table thead tr th,
.apple-green table tbody tr td.powermail_all_label,
.apple-green table thead tr td.powermail_all_label {
  background: #ffffff;
  color: #ffffff;
}
.apple-green table tbody tr td,
.apple-green table thead tr td {
  border-bottom: 1px solid #ffffff;
}
.apple-green table tbody tr:first-child td {
  border-top: 1px solid #ffffff;
}
.apple-green a {
  color: #ffffff;
}
.apple-green a:hover {
  color: #9faee5;
}
.apple-green blockquote p {
  border-left: 2px solid #ffffff;
}
.apple-green blockquote:before {
  background: #ffffff;
}
.apple-green p.highlight-content {
  color: #89bd23 !important;
  background: #ffffff;
}
.apple-green p.highlight-content a {
  color: #9faee5 !important;
}
.apple-green input.btn {
  background: #89bd23;
  color: #ffffff;
}
.apple-green input.btn:hover,
.apple-green input.btn:focus {
  background: #ffffff;
  color: #89bd23;
}
.apple-green .wrap-btn a,
.apple-green .wrap-btn .btn {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.apple-green .wrap-btn a:hover,
.apple-green .wrap-btn .btn:hover,
.apple-green .wrap-btn a:focus,
.apple-green .wrap-btn .btn:focus {
  color: #89bd23 !important;
}
.apple-green .wrap-btn a:after,
.apple-green .wrap-btn .btn:after {
  background: #ffffff !important;
}
.apple-green .accordion.fold .entete:after {
  background: url('../Images/plus-apple-green.png');
}
.apple-green .accordion.unfold .entete:after {
  background: url('../Images/moins-apple-green.png') no-repeat 0 0;
}
.apple-green .download-link {
  background: url('../Images/download-white.png') no-repeat 0 center;
}
.apple-green .external-link {
  background: url('../Images/external-white.png') no-repeat 0 center;
}
.apple-green.full-page a {
  color: #ffffff;
}
.blue-light {
  background-color: #0f798b;
  color: #ffffff;
}
.blue-light h1,
.blue-light h2,
.blue-light h3,
.blue-light h4,
.blue-light h5,
.blue-light h6,
.blue-light p,
.blue-light span,
.blue-light blockquote,
.blue-light li {
  color: #ffffff !important;
}
.blue-light .ce-bodytext ul,
.blue-light .article ul {
  margin: 0 0 20px 0;
}
.blue-light .ce-bodytext ul li:before,
.blue-light .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.blue-light .ce-bodytext ul li > ul li:before,
.blue-light .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.blue-light .accordion h2.entete {
  color: #0f798b !important;
  background: #ffffff;
}
.blue-light hr {
  color: #ffffff;
  background-color: #ffffff;
}
.blue-light table tbody tr th,
.blue-light table thead tr th,
.blue-light table tbody tr td.powermail_all_label,
.blue-light table thead tr td.powermail_all_label {
  background: #ffffff;
  color: #ffffff;
}
.blue-light table tbody tr td,
.blue-light table thead tr td {
  border-bottom: 1px solid #ffffff;
}
.blue-light table tbody tr:first-child td {
  border-top: 1px solid #ffffff;
}
.blue-light a {
  color: #ffffff;
}
.blue-light a:hover {
  color: #9faee5;
}
.blue-light blockquote p {
  border-left: 2px solid #ffffff;
}
.blue-light blockquote:before {
  background: #ffffff;
}
.blue-light p.highlight-content {
  color: #0f798b !important;
  background: #ffffff;
}
.blue-light p.highlight-content a {
  color: #9faee5 !important;
}
.blue-light input.btn {
  background: #0f798b;
  color: #ffffff;
}
.blue-light input.btn:hover,
.blue-light input.btn:focus {
  background: #ffffff;
  color: #0f798b;
}
.blue-light .wrap-btn a,
.blue-light .wrap-btn .btn {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.blue-light .wrap-btn a:hover,
.blue-light .wrap-btn .btn:hover,
.blue-light .wrap-btn a:focus,
.blue-light .wrap-btn .btn:focus {
  color: #0f798b !important;
}
.blue-light .wrap-btn a:after,
.blue-light .wrap-btn .btn:after {
  background: #ffffff !important;
}
.blue-light .accordion.fold .entete:after {
  background: url('../Images/plus-blue-light.png');
}
.blue-light .accordion.unfold .entete:after {
  background: url('../Images/moins-blue-light.png') no-repeat 0 0;
}
.blue-light .download-link {
  background: url('../Images/download-white.png') no-repeat 0 center;
}
.blue-light .external-link {
  background: url('../Images/external-white.png') no-repeat 0 center;
}
.blue-light.full-page a {
  color: #ffffff;
}
.purple {
  background-color: #663888;
  color: #ffffff;
}
.purple h1,
.purple h2,
.purple h3,
.purple h4,
.purple h5,
.purple h6,
.purple p,
.purple span,
.purple blockquote,
.purple li {
  color: #ffffff !important;
}
.purple .ce-bodytext ul,
.purple .article ul {
  margin: 0 0 20px 0;
}
.purple .ce-bodytext ul li:before,
.purple .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.purple .ce-bodytext ul li > ul li:before,
.purple .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.purple .accordion h2.entete {
  color: #663888 !important;
  background: #ffffff;
}
.purple hr {
  color: #ffffff;
  background-color: #ffffff;
}
.purple table tbody tr th,
.purple table thead tr th,
.purple table tbody tr td.powermail_all_label,
.purple table thead tr td.powermail_all_label {
  background: #ffffff;
  color: #ffffff;
}
.purple table tbody tr td,
.purple table thead tr td {
  border-bottom: 1px solid #ffffff;
}
.purple table tbody tr:first-child td {
  border-top: 1px solid #ffffff;
}
.purple a {
  color: #ffffff;
}
.purple a:hover {
  color: #9faee5;
}
.purple blockquote p {
  border-left: 2px solid #ffffff;
}
.purple blockquote:before {
  background: #ffffff;
}
.purple p.highlight-content {
  color: #663888 !important;
  background: #ffffff;
}
.purple p.highlight-content a {
  color: #9faee5 !important;
}
.purple input.btn {
  background: #663888;
  color: #ffffff;
}
.purple input.btn:hover,
.purple input.btn:focus {
  background: #ffffff;
  color: #663888;
}
.purple .wrap-btn a,
.purple .wrap-btn .btn {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.purple .wrap-btn a:hover,
.purple .wrap-btn .btn:hover,
.purple .wrap-btn a:focus,
.purple .wrap-btn .btn:focus {
  color: #663888 !important;
}
.purple .wrap-btn a:after,
.purple .wrap-btn .btn:after {
  background: #ffffff !important;
}
.purple .accordion.fold .entete:after {
  background: url('../Images/plus-purple.png');
}
.purple .accordion.unfold .entete:after {
  background: url('../Images/moins-purple.png') no-repeat 0 0;
}
.purple .accordion .download-link {
  background: url('../Images/download-white.png') no-repeat 0 center;
}
.purple .accordion .external-link {
  background: url('../Images/external-white.png') no-repeat 0 center;
}
.purple .download-link {
  background: url('../Images/download-white.png') no-repeat 0 center;
}
.purple .external-link {
  background: url('../Images/external-white.png') no-repeat 0 center;
}
.purple.full-page a {
  color: #ffffff;
}
.orange {
  background-color: #cb4f24;
  color: #ffffff;
}
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5,
.orange h6,
.orange p,
.orange span,
.orange blockquote,
.orange li {
  color: #ffffff !important;
}
.orange .ce-bodytext ul,
.orange .article ul {
  margin: 0 0 20px 0;
}
.orange .ce-bodytext ul li:before,
.orange .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.orange .ce-bodytext ul li > ul li:before,
.orange .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.orange .accordion h2.entete {
  color: #cb4f24 !important;
  background: #ffffff;
}
.orange hr {
  color: #ffffff;
  background-color: #ffffff;
}
.orange table tbody tr th,
.orange table thead tr th,
.orange table tbody tr td.powermail_all_label,
.orange table thead tr td.powermail_all_label {
  background: #ffffff;
  color: #ffffff;
}
.orange table tbody tr td,
.orange table thead tr td {
  border-bottom: 1px solid #ffffff;
}
.orange table tbody tr:first-child td {
  border-top: 1px solid #ffffff;
}
.orange a {
  color: #ffffff;
}
.orange a:hover {
  color: #9faee5;
}
.orange blockquote p {
  border-left: 2px solid #ffffff;
}
.orange blockquote:before {
  background: #ffffff;
}
.orange p.highlight-content {
  color: #cb4f24 !important;
  background: #ffffff;
}
.orange p.highlight-content a {
  color: #9faee5 !important;
}
.orange input.btn {
  background: #cb4f24;
  color: #ffffff;
}
.orange input.btn:hover,
.orange input.btn:focus {
  background: #ffffff;
  color: #cb4f24;
}
.orange .wrap-btn a,
.orange .wrap-btn .btn {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.orange .wrap-btn a:hover,
.orange .wrap-btn .btn:hover,
.orange .wrap-btn a:focus,
.orange .wrap-btn .btn:focus {
  color: #cb4f24 !important;
}
.orange .wrap-btn a:after,
.orange .wrap-btn .btn:after {
  background: #ffffff !important;
}
.orange .accordion.fold .entete:after {
  background: url('../Images/plus-orange.png');
}
.orange .accordion.unfold .entete:after {
  background: url('../Images/moins-orange.png') no-repeat 0 0;
}
.orange .download-link {
  background: url('../Images/download-white.png') no-repeat 0 center;
}
.orange .external-link {
  background: url('../Images/external-white.png') no-repeat 0 center;
}
.orange.full-page a {
  color: #ffffff;
}
.raspberry {
  background-color: #8a1f5a;
  color: #ffffff;
}
.raspberry h1,
.raspberry h2,
.raspberry h3,
.raspberry h4,
.raspberry h5,
.raspberry h6,
.raspberry p,
.raspberry span,
.raspberry blockquote,
.raspberry li {
  color: #ffffff !important;
}
.raspberry .ce-bodytext ul,
.raspberry .article ul {
  margin: 0 0 20px 0;
}
.raspberry .ce-bodytext ul li:before,
.raspberry .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.raspberry .ce-bodytext ul li > ul li:before,
.raspberry .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.raspberry .accordion h2.entete {
  color: #8a1f5a !important;
  background: #ffffff;
}
.raspberry hr {
  color: #ffffff;
  background-color: #ffffff;
}
.raspberry table tbody tr th,
.raspberry table thead tr th,
.raspberry table tbody tr td.powermail_all_label,
.raspberry table thead tr td.powermail_all_label {
  background: #ffffff;
  color: #ffffff;
}
.raspberry table tbody tr td,
.raspberry table thead tr td {
  border-bottom: 1px solid #ffffff;
}
.raspberry table tbody tr:first-child td {
  border-top: 1px solid #ffffff;
}
.raspberry a {
  color: #ffffff;
}
.raspberry a:hover {
  color: #9faee5;
}
.raspberry blockquote p {
  border-left: 2px solid #ffffff;
}
.raspberry blockquote:before {
  background: #ffffff;
}
.raspberry p.highlight-content {
  color: #8a1f5a !important;
  background: #ffffff;
}
.raspberry p.highlight-content a {
  color: #9faee5 !important;
}
.raspberry input.btn {
  background: #8a1f5a;
  color: #ffffff;
}
.raspberry input.btn:hover,
.raspberry input.btn:focus {
  background: #ffffff;
  color: #8a1f5a;
}
.raspberry .wrap-btn a,
.raspberry .wrap-btn .btn {
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
}
.raspberry .wrap-btn a:hover,
.raspberry .wrap-btn .btn:hover,
.raspberry .wrap-btn a:focus,
.raspberry .wrap-btn .btn:focus {
  color: #8a1f5a !important;
}
.raspberry .wrap-btn a:after,
.raspberry .wrap-btn .btn:after {
  background: #ffffff !important;
}
.raspberry .accordion.fold .entete:after {
  background: url('../Images/plus-raspberry.png');
}
.raspberry .accordion.unfold .entete:after {
  background: url('../Images/moins-raspberry.png') no-repeat 0 0;
}
.raspberry .download-link {
  background: url('../Images/download-white.png') no-repeat 0 center;
}
.raspberry .external-link {
  background: url('../Images/external-white.png') no-repeat 0 center;
}
.raspberry.full-page a {
  color: #ffffff;
}
.grey {
  background-color: #f2f2f2;
  color: #10458c;
}
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey p,
.grey span,
.grey blockquote,
.grey li {
  color: #10458c !important;
}
.grey .ce-bodytext ul,
.grey .article ul {
  margin: 0 0 20px 0;
}
.grey .ce-bodytext ul li:before,
.grey .article ul li:before {
  background: url("../Images/puce-white.png") no-repeat 0 0;
}
.grey .ce-bodytext ul li > ul li:before,
.grey .article ul li > ul li:before {
  background: url("../Images/puce_2-white.png") no-repeat 0 0;
}
.grey .accordion h2.entete {
  color: #f2f2f2 !important;
  background: #10458c;
}
.grey hr {
  color: #10458c;
  background-color: #10458c;
}
.grey table tbody tr th,
.grey table thead tr th,
.grey table tbody tr td.powermail_all_label,
.grey table thead tr td.powermail_all_label {
  background: #10458c;
  color: #10458c;
}
.grey table tbody tr td,
.grey table thead tr td {
  border-bottom: 1px solid #10458c;
}
.grey table tbody tr:first-child td {
  border-top: 1px solid #10458c;
}
.grey a {
  color: #10458c;
}
.grey a:hover {
  color: #9faee5;
}
.grey blockquote p {
  border-left: 2px solid #10458c;
}
.grey blockquote:before {
  background: #10458c;
}
.grey p.highlight-content {
  color: #f2f2f2 !important;
  background: #10458c;
}
.grey p.highlight-content a {
  color: #9faee5 !important;
}
.grey input.btn {
  background: #f2f2f2;
  color: #10458c;
}
.grey input.btn:hover,
.grey input.btn:focus {
  background: #10458c;
  color: #f2f2f2;
}
.grey .wrap-btn a,
.grey .wrap-btn .btn {
  border: 3px solid #10458c !important;
  color: #10458c !important;
}
.grey .wrap-btn a:hover,
.grey .wrap-btn .btn:hover,
.grey .wrap-btn a:focus,
.grey .wrap-btn .btn:focus {
  color: #f2f2f2 !important;
}
.grey .wrap-btn a:after,
.grey .wrap-btn .btn:after {
  background: #10458c !important;
}
.grey.full-page a {
  color: #10458c;
}
.grey .ce-bodytext ul,
.grey .article ul {
  margin: 0 0 20px 0;
}
.grey .ce-bodytext ul li:before,
.grey .article ul li:before {
  background: url("../Images/puce.png") no-repeat 0 0;
}
.grey .ce-bodytext ul li > ul li:before,
.grey .article ul li > ul li:before {
  background: url("../Images/puce_2.png") no-repeat 0 0;
}
.grey .accordion.fold .entete {
  color: #ffffff !important;
}
.grey .accordion.fold .entete:after {
  background: url('../Images/plus-grey.png');
}
.grey .accordion.unfold .entete {
  color: #ffffff !important;
}
.grey .accordion.unfold .entete:after {
  background: url('../Images/moins-grey.png') no-repeat 0 0;
}
/*--------------- . RESPONSIVE . ------------*/
@media screen and (max-width: 1460px) {
  .program .menu-thematics {
    margin-left: 0;
  }
  .menu-tools {
    margin: 0;
  }
  .link-menu-tools {
    padding: 0 5px;
  }
  .logo {
    padding-right: 10px;
  }
  .selector-language ul {
    width: 100%;
    padding-right: 20px;
    padding-top: 10px;
  }
  .project-news-item .wrap-infos {
    padding-left: 20px;
  }
  .global-news-item.bloc50 {
    min-height: 230px;
  }
}
@media screen and (max-width: 1260px) {
  .project-news-item .wrap-infos {
    padding-left: 1em;
  }
}
@media screen and (min-width: 1290px) {
  .resp-menu-tools,
  .resp-menu-thematics,
  .resp-menu-icones,
  .resp-menu-top {
    display: none;
  }
}
@media screen and (max-width: 1290px) {
  /*----------- RESPONSIVE BANNER -----------*/
  .page-banner {
    min-height: 0 !important;
  }
  /*----------- RESPONSIVE MENU -----------*/
  .toggle-menu {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .resp-menu-tools,
  .resp-menu-thematics,
  .resp-menu-icones {
    display: block;
  }
  .menu-thematics,
  .menu-tools {
    display: none;
  }
  .resp-menu-tools,
  .toggle-list-menu-thematics {
    display: inline-block;
    vertical-align: middle;
  }
  .resp-menu-tools > div {
    display: inline-block;
    vertical-align: middle;
  }
  .resp-menu-tools > div:first-child .item-menu-tools:nth-child(1),
  .resp-menu-tools > div:first-child .item-menu-tools:nth-child(2) {
    display: none;
  }
  .resp-menu-tools > div:last-child .item-menu-tools:nth-child(1) {
    display: none;
  }
  .resp-menu-icones {
    position: absolute;
    top: 1.5em;
    right: 12em;
    padding: 15px 0;
    text-align: center;
  }
  .toggle-list-menu-thematics,
  .resp-menu-tools .list-menu-tools {
    margin: 0;
    padding: 0;
  }
  .toggle-list-menu-thematics a,
  .link-menu-tools {
    width: 110px;
    margin: 0;
  }
  .wrap-menu #main-menu-social {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    text-align: left;
  }
  .wrap-menu #main-menu-social .title-social {
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .wrap-menu #main-menu-social .item-social {
    display: inline-block;
  }
  .wrap-menu .list-lvl-1 {
    width: 100%;
    padding-right: 2em;
  }
  .wrap-menu .list-lvl-1 a:after {
    content: none;
  }
  .wrap-menu .item-lvl-1 > a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #ffffff;
  }
  .wrap-menu .list-lvl-2 {
    position: relative;
    overflow: hidden;
    height: auto !important;
    top: auto;
    bottom: auto;
    left: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
  }
  .wrap-menu .list-lvl-2.open {
    overflow: visible;
    max-height: 100em;
    opacity: 1;
  }
  .wrap-menu .list-lvl-2:before {
    content: none;
  }
  .wrap-menu .item-lvl-2.parent > a:before {
    content: '+';
    position: relative;
    margin-right: 7px;
  }
  .wrap-menu .item-lvl-2.open.parent > a:before {
    content: '-';
  }
  .wrap-menu .list-lvl-3 {
    position: relative;
    overflow: hidden;
    height: auto !important;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
  }
  .wrap-menu .list-lvl-3.open {
    overflow: visible;
    max-height: 100em;
    opacity: 1;
  }
  .wrap-menu .list-lvl-3:before {
    content: none;
  }
  .wrap-menu .list-lvl-3 .item-lvl-3 {
    padding: 10px 60px;
  }
  #main-menu-social {
    margin: 2em 0 0 2em;
    padding: .5em 5em .5em 0;
  }
  #main-menu-social .list-social {
    padding-top: 1em;
  }
  #main-menu-social .list-social:before {
    content: none;
  }
  /*----------- RESPONSIVE MENU THEMATICS -----------*/
  .toggle-list-menu-thematics {
    position: relative;
  }
  .toggle-list-menu-thematics:before {
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url('../Images/puce-arrow-down.png') bottom center no-repeat;
    content: "";
    cursor: pointer;
  }
  .toggle-list-menu-thematics.open:before {
    background: url('../Images/puce-arrow-top.png') bottom center no-repeat;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
  }
  .resp-menu-thematics {
    overflow: hidden;
    max-height: 0;
    position: relative;
    width: 100%;
    padding: 0;
    background: #ffffff;
    border-top: 1px solid #d2d1d1;
    -webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -ms-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
  }
  .resp-menu-thematics.open {
    max-height: 100em;
    padding: 0;
  }
  .resp-menu-thematics .item-menu-thematics {
    display: block;
    width: 100%;
    padding: 0;
    background-position: 0 center;
  }
  .resp-menu-thematics .item-menu-thematics a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 1em;
    line-height: 1.2em;
    opacity: 1;
    color: #10458c;
    font-weight: bold;
    text-align: left;
    text-transform: none;
  }
  .item-menu-thematics {
    display: none !important;
  }
  .text-menu-thematics {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    z-index: 9;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 2em;
    background: none !important;
    opacity: 1;
  }
  .text-menu-thematics a {
    margin: 0;
  }
  .text-menu-thematics a:before {
    content: none;
  }
  .text-menu-thematics div {
    width: 80%;
    padding: 0 0 0 1em;
    margin: 0;
    color: #10458c !important;
    display: inline;
  }
  .text-menu-thematics div:before {
    content: none;
  }
  .text-menu-thematics img {
    float: left;
    height: 40px;
    opacity: 1;
  }
  /*----------- RESPONSIVE MENU TOP - AU DESSUS DU MENU PRINCIPAL -----------*/
  .resp-menu-top {
    margin: 0 auto;
    text-align: center;
  }
  .resp-menu-top > div {
    display: inline-block;
    vertical-align: middle;
  }
  .resp-menu-top > div:first-child .item-menu-tools:nth-child(3) {
    display: none;
  }
  .resp-menu-top > div:last-child .item-menu-tools:nth-child(2) {
    display: none;
  }
  .resp-menu-top .item-menu-tools {
    height: auto;
  }
  .resp-menu-top .item-menu-tools img:nth-child(1) {
    display: none;
  }
  .resp-menu-top .item-menu-tools img:nth-child(2) {
    display: initial;
  }
  .resp-menu-top .link-menu-tools {
    width: auto;
  }
  .resp-menu-top .link-menu-tools .img img {
    max-width: none;
  }
  /*----------- RESPONSIVE MENU LANGUES -----------*/
  .menu-langues {
    float: right;
    padding-top: 1.5em;
    margin-right: 110px;
  }
  .selector-language ul {
    width: 100%;
  }
  /*----------- RESPONSIVE HEADER -----------*/
  #header {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 10;
    width: 100%;
  }
  #header .logo {
    padding: 0;
  }
  #header .logo img {
    max-width: 226px;
    height: auto;
    margin: auto;
  }
  #header .wrap-header {
    padding: 1em 20px;
    display: block;
  }
  #searchOverlay {
    top: 0;
  }
  /*----------- RESPONSIVE FOOTER -----------*/
  footer .logo,
  footer .menu-footer,
  footer .menu-social {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
    display: block !important;
  }
  footer .logo img {
    margin: auto;
  }
  footer .menu-social {
    width: 100%;
    padding: 1em 0;
    text-align: center !important;
  }
  footer .item-footer a {
    margin: 0;
  }
  /*----------- RESPONSIVE SCROLL -----------*/
  .wrap-scroll .scroll-top {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
  }
  .home-banner .btn-down {
    display: none;
  }
  /*----------- RESPONSIVE BOUTONS -----------*/
  .search-news .form-group {
    margin: 0 5px 1em 0;
  }
  .search-news .bloc30,
  .search-faq .bloc30,
  .search-annuaires .bloc30 {
    width: 28%;
  }
  .search-news .btn-search {
    /*float: none;
        display: block;
        margin: 0 auto;*/
  }
  /*----------- RESPONSIVE BLOCS DE NEWS -----------*/
  .global-news-item:nth-child(3n+2) {
    margin: 0 15px;
  }
  /*----------- ACCOUNTS -----------*/
  #wrap-account .block-account {
    right: 0;
  }
  #wrap-account .block-account:before {
    right: 155px;
  }
}
@media screen and (max-width: 1050px) {
  .search-annuaires .bloc25 {
    width: 100%;
    margin: 0 0 20px;
  }
  .wrap-home-library h3 {
    font-size: 1.8em;
  }
  #tx-solr-input,
  #formulairecala {
    width: 80% !important;
  }
  .wrap-events .news-cat,
  .wrap-events .news-title {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 940px) {
  .global-news-item {
    float: none !important;
    overflow: hidden;
    width: 100% !important;
    max-width: none !important;
    min-width: 280px;
    min-height: auto !important;
  }
  .global-news-item:nth-child(3n+2) {
    margin: 0 0 25px 0;
  }
  .project-news-item .wrap-news,
  .project-news-item .wrap-text,
  .project-news-item .wrap-infos {
    float: none;
    width: 100%;
  }
  .project-news-item .wrap-text {
    left: 204px;
  }
  .project-news-item {
    margin-bottom: 30px;
  }
  .project-news-item .wrap-news {
    min-height: auto;
    margin-bottom: 0;
  }
  .project-news-item .wrap-infos {
    height: auto;
    padding-bottom: 20px;
  }
  .search-news .bloc30,
  .event-search-form.search-news .bloc25,
  .search-news .btn-search {
    float: none;
    width: 100%;
  }
  .search-news .form-group {
    margin-bottom: 1em;
  }
  .item-projects-thematics {
    float: none;
    width: 100%;
  }
  .item-projects-thematics figure {
    height: 250px;
  }
  .item-projects-thematics figure figcaption {
    padding-top: 8%;
  }
  .item-projects-thematics figure img {
    width: 100%;
    height: 250px;
  }
  .item-projects-thematics h3 {
    padding: 12px 0;
    width: 130px;
    margin: auto;
    text-align: center;
  }
  .wrap-home-library h3 {
    font-size: 1.6em;
  }
  .wrap-home-library p {
    font-size: 1em;
  }
  .thematique .wrap-news .wrap-text {
    width: 75%;
  }
}
@media screen and (max-width: 780px) {
  /*#menu{top: 146px;}*/
  .wrap-header,
  .breadcrumb,
  .bloc-title,
  .wrap-article > *,
  .full-page > div,
  #home-news > div,
  #home-events,
  .wrap-home-library,
  .videoExterne iframe {
    padding: 0 10px;
  }
  .wrap-article .tx-femanager .align,
  .wrap-article .wrap-article .tx-felogin-pi1 .align {
    display: block;
    float: none !important;
  }
  .wrap-article .form-group {
    padding-top: 1em;
  }
  /*----------- RESPONSIVE GRIDS -----------*/
  .grid5050 .bloc50 {
    float: none;
    max-width: 720px;
    width: 100%;
    margin: 10px auto 0 !important;
  }
  .grid5050 .bloc50:first-child {
    padding: 0;
  }
  .grid5050 .bloc50:last-child {
    padding: 0;
  }
  .wrap-focus {
    max-height: inherit;
  }
  .thematique .wrap-focus .bloc50 + .bloc50:before,
  .projet .wrap-focus .bloc50 + .bloc50:before,
  .thematique .wrap-focus .bloc50 + .bloc50:after,
  .projet .wrap-focus .bloc50 + .bloc50:after {
    content: none;
  }
  .focus-radius {
    display: none !important;
  }
  .thematique .wrap-focus .wrap-text,
  .projet .wrap-focus .wrap-text {
    height: auto !important;
  }
  .wrap-focus .bloc50 + .bloc50 {
    margin: 0 auto !important;
  }
  .grid6633 .bloc66,
  .grid3366 .bloc66,
  .grid6633 .bloc33,
  .grid3366 .bloc33 {
    float: none;
    margin: 10px auto 0 !important;
  }
  .grid6633 .bloc33,
  .grid3366 .bloc33 {
    width: 100%;
    padding: 0;
  }
  .grid6633 .bloc66,
  .grid3366 .bloc66 {
    width: 100%;
    padding: 0;
  }
  .grid333333 .col3 {
    float: none;
    max-width: 465px;
    width: 100%;
    margin: 10px auto 0 !important;
  }
  .tools .col3 {
    float: left;
    width: 33%;
    max-width: none;
    margin: 0;
  }
  .grid25252525 .bloc25 {
    float: left;
    width: 49.5%;
    margin: 0;
  }
  .grid25252525 .bloc25:first-child ~ .bloc25 {
    margin: 0;
  }
  .grid25252525 .bloc25:nth-child(2),
  .grid25252525 .bloc25:nth-child(4) {
    margin: 0 0 20px 1% !important;
  }
  .circle,
  .bar,
  .number {
    min-height: 215px;
  }
  /*----------- RESPONSIVE MENU HEADER ICONES -----------*/
  .resp-menu-icones {
    position: relative !important;
    top: auto;
    right: auto;
    padding: 0 0 15px;
  }
  /*----------- RESPONSIVE CONTENT -----------*/
  .article blockquote {
    padding: 10px 0!important;
  }
  .article blockquote p {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .article blockquote:before {
    left: 6% !important;
  }
  .article blockquote:after {
    left: 0 !important;
  }
  .article .news-img-wrap {
    float: none;
    margin: 1em auto;
    text-align: center;
  }
  .article .news-img-wrap img {
    display: inline-block;
  }
  .ce-left .ce-gallery,
  .ce-column,
  .ce-center .ce-gallery,
  .ce-right .ce-gallery,
  .ce-center .ce-outer,
  .ce-center .ce-inner {
    float: none;
    margin: 0 !important;
  }
  .ce-column {
    margin: 10px 0;
  }
  .wrap-focus .ce-column {
    margin: 0 !important;
  }
  .article figure figcaption {
    bottom: 0 !important;
  }
  .wrap-news .wrap-text {
    width: 70%;
  }
  .search-faq .form-group,
  #tx-solr-search-form-pi-results,
  #tx-solr-input,
  #formulairecala {
    width: 100% !important;
  }
  #tx-solr-search-form-pi-results .btn-search,
  .form-group.recherche .btn-search {
    margin: 1em 0!important;
    width: 100% !important;
  }
  .search-news form,
  .search-faq form {
    padding: 0 !important;
  }
  .wrap_faq .question:after {
    margin: auto !important;
    right: 10px !important;
  }
  .project-member,
  .row-projects .project-content,
  .row-projects .project-buttons {
    float: none;
    width: 100%;
  }
  /*----------- RESPONSIVE FORM -----------*/
  .powermail_form .powermail_fieldwrap.bloc50 {
    width: 100%;
    display: block;
  }
  .powermail_form .powermail_fieldwrap_type_radio .powermail_field,
  .powermail_form .powermail_fieldwrap_type_check .powermail_field {
    margin: 0;
  }
  .project-news-item .wrap-text {
    left: auto;
    width: 70%;
  }
  .row_annuaires .btn {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 20px 0;
  }
  .search-news .bloc25,
  .search-faq .bloc25,
  .search-annuaires .bloc25,
  .search-news .bloc33,
  .search-faq .bloc33,
  .search-annuaires .bloc33,
  .search-news .bloc50,
  .search-faq .bloc50,
  .search-annuaires .bloc50 {
    float: none;
    width: 100%;
  }
  .wrap-article .tx-femanager,
  .wrap-article .tx-felogin-pi1 {
    width: 100%;
  }
  .resp-menu-icones .account.open:after {
    top: 44px !important;
  }
  .thematique .wrap-news .wrap-text {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .wrap-news .wrap-text {
    width: 70%;
    padding: 2em 1em 1em 1em !important;
  }
  .wrap-news .news-title {
    font-size: 1.2em;
  }
  .grid25252525 .bloc25 {
    float: none;
    width: 100%;
    margin: 0;
  }
  .grid25252525 .bloc25:nth-child(2),
  .grid25252525 .bloc25:nth-child(3) {
    margin: 10px 0 !important;
  }
  .item-projects-thematics figure figcaption {
    padding-top: 20%;
  }
  .tools {
    margin-bottom: 0 !important;
  }
  .tools .col3 {
    float: none;
    width: 100%;
    margin: 0 auto!important;
    padding: 0;
  }
  .tools .wrap-icon .ce-media {
    margin: 0 auto;
  }
  .tools .col3:first-child ~ .col3 {
    border-left: none;
  }
  #wrap-account .block-account {
    width: 100%;
  }
  #wrap-account .block-account:before {
    right: 82px;
  }
  #header .logo img {
    width: 170px;
  }
  #header .wrap-header {
    padding: 1em 10px;
  }
  .menu-langues {
    padding-top: 0;
    margin-right: 5em;
  }
  .toggle-menu {
    right: 10px;
  }
  .btn-menu {
    padding: 7px 25px 6px 10px;
    font-size: 10px;
  }
  .btn-menu:before,
  .btn-menu:after {
    right: 9px;
    width: 10px;
  }
  .btn-menu span {
    right: 9px;
    width: 10px;
  }
}
@media screen and (max-width: 380px) {
  .toggle-list-menu-thematics a,
  .link-menu-tools {
    width: 94px;
  }
}
/*------------------ HOME ----------------*/
.home-banner {
  position: relative;
  overflow: hidden;
  max-height: 680px;
}
.home-banner img,
.home-banner video {
  display: block;
  width: 100%;
  height: auto;
}
.home-banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 75px;
  margin: auto;
  background: url('../Images/frise-img.png') repeat-x center bottom;
  background-size: contain;
}
.home-banner .btn-down {
  position: absolute;
  left: 50%;
  bottom: 15%;
  z-index: 2;
  width: 46px;
  height: 46px;
  margin: auto;
  background: url('../Images/arrow-down.png') no-repeat 0 bottom;
  border: none;
  text-indent: -999em;
  cursor: pointer;
}
.home-banner .btn-down:focus {
  outline: 0;
}
.home-banner .ce-left .ce-gallery,
.home-banner .ce-column,
.home-banner .ce-center .ce-gallery,
.home-banner .ce-right .ce-gallery {
  float: none;
}
.home-banner .ce-center .ce-outer,
.home-banner .ce-center .ce-inner {
  float: none;
  right: inherit;
}
.home-banner .ce-intext.ce-left .ce-gallery,
.home-banner .ce-above .ce-gallery,
.home-banner .ce-intext.ce-right .ce-gallery,
.home-banner .ce-column {
  margin: 0;
}
.thematique .home-banner:after,
.projet .home-banner:after {
  content: none;
}
#main-content > #home-news > *,
#main-content > .full-content > * {
  margin-bottom: 75px;
}
#main-content .ce-bodytext > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#main-content .ce-textpic img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.bloc-title {
  text-align: center;
}
.global-news-list,
.event-list {
  overflow: hidden;
}
.global-news-list .bloc50:nth-child(2n+1) {
  padding: 0 0.4% 0 0;
}
.global-news-list .bloc50:nth-child(2n+2) {
  padding: 0 0 0 0.4%;
}
.wrap-news {
  position: relative;
}
.wrap-news.news-programm .wrap-text {
  background: #10458c;
}
.wrap-news.news-programm .wrap-text:before {
  background: url('../Images/curve-blue.png');
}
.wrap-news.news-programm .news-cat:before {
  background: url('../Images/icon-programme.png');
}
.wrap-news.news-thematics .wrap-text {
  background: #129861;
}
.wrap-news.news-thematics .wrap-text:before {
  background: url('../Images/curve-green.png');
}
.wrap-news.news-thematics .news-cat:before {
  background: url('../Images/icon-programme.png');
}
.wrap-news.news-externe .wrap-text {
  background: #9c9b9b;
}
.wrap-news.news-externe .wrap-text:before {
  background: url('../Images/curve-grey.png');
}
.wrap-news.news-externe .news-cat {
  padding: 0 0 .5em 0;
}
.wrap-news .wrap-date {
  min-height: 137px;
  background: #f2f2f2;
}
.wrap-news .wrap-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  /*width: 268px;*/
  height: 137px;
  padding: 2.5em 2em 1em 1em;
}
.wrap-news .wrap-text:before {
  position: absolute;
  top: 0;
  left: -21px;
  z-index: 1;
  width: 21px;
  height: 137px;
  margin: auto;
  content: "";
}
.wrap-news .news-cat {
  position: relative;
  padding: 0 0 .5em 45px;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.wrap-news .news-title {
  margin: 0;
  padding-top: 10px;
  color: #ffffff;
  font-size: 1.286em;
  font-weight: 700;
  text-transform: none;
}
.wrap-news .news-title a,
.wrap-news .news-title span {
  color: #ffffff;
}
.news-teaser {
  padding: 10px 15px 0 15px;
  margin: 0;
  color: #4f4f4f;
  font-size: 1.286em;
  font-weight: 700;
}
.news-date {
  position: relative;
  padding: 10px 30px 5px 30px;
  color: #10458c;
  font-size: 0.857em;
  font-weight: 400;
}
.news-date:before {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 11px;
  height: 10px;
  margin: auto;
  background: url('../Images/date.gif') no-repeat 0 0;
  content: '';
}
.thematique #home-news .grid5050 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.tools,
.grid25252525 {
  max-width: 100% !important;
  padding: 0 !important;
}
.full-content {
  padding-bottom: 100px;
}
@media screen and (max-width: 1290px) {
  .global-news-item.bloc50:nth-child(3n+2) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 940px) {
  .global-news-list .bloc50:nth-child(2n+1) {
    padding: 0;
  }
  .global-news-list .bloc50:nth-child(2n+2) {
    padding: 0;
  }
}
