@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Roboto:wght@300;400;500;700&display=swap");

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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

.container {
  max-width: 1650px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.header-wrapper {
  height: 167px;
}

.header {
  transition: all 0.4s;
}

.top-bar {
  border-bottom: 2px solid #D4D4D4;
  padding: 24px 0 15px 0;
}

.top-menu {
  display: flex;
  justify-content: flex-end;
  padding-right: 26px;
}

.top-menu a {
  transition: all 0.3s;
}

.top-menu a:hover {
  color: #FBCA74;
}

.top-menu .link-contact {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #555252;
  text-decoration: none;
  font-weight: 700;
  border-right: 1px solid #D4D4D4;
  padding-right: 18px;
}

.menu-langue {
  position: relative;
  margin-left: 18px;
  width: 100px;
  cursor: pointer;
}

.menu-langue:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/globe.svg) no-repeat;
  width: 16px;
  height: 16px;
}

body.phototheque {
  background: url(../img/motif.png) no-repeat;
  background-position: left 30%;
  background-size: 100px auto
}

.menu-langue:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  background: url(../img/selector.svg) no-repeat;
  width: 13px;
  height: 8px;
  transition: all 0.3s;
  z-index: 9;
}

.menu-langue.active:after {
  transform: rotate(180deg);
}

.menu-langue.active ul {
  overflow: inherit;
}

.menu-langue ul {
  position: absolute;
  top: 0;
  left: 21px;
  height: 16px;
  overflow: hidden;
  padding-top: 16px;
  width: 100%;
  z-index: 9;
}

.menu-langue ul li {
  font-size: 15px;
  color: #555252;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 5px 0 !important;
  background: #fff;
  border-bottom: 1px solid #D4D4D4;
}

.menu-langue ul li a {
  color: #555252;
  text-decoration: none;
}

.menu-langue ul li.current-lang {
  position: absolute !important;
  top: 2px;
  left: 0;
  padding: 0 !important;
  border: none;
  display: none;
}

.menu-langue ul li.current {
  margin-top: -20px;

}

.menu-logo {
  display: flex;
  padding: 20px 0 0 0;
  position: relative;
}

.menu-logo .logo {
  padding-right: 57px;
}

.menu-logo .search {
  position: absolute;
  right: 34px;
  top: 21px;
  height: 36px;
  width: 36px;
  background: url(../img/loop.svg) center no-repeat;
  cursor: pointer;
}

.menu-logo .search.active {
  width: 260px;
}

.menu-logo .search form {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  width: 260px;
  position: relative;
  overflow: hidden;
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  transition: all 0.3s;
}

.menu-logo .search.active form {
  width: 260px;
}


.menu-logo .search input[type="submit"] {
  border: none;
  background: url(../img/loop.svg);
  width: 21px;
  height: 21px;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}

.menu-logo .search input[type="text"] {
  background: #EAF4FA;
  border: none;
  border-radius: 19px;
  height: 36px;
  padding: 0 50px 0 17px;
  font-size: 14px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 100%;
}

.menu-logo .search input[type="text"]::-ms-input-placeholder {
  color: #000;
}

.menu-logo .search input[type="text"]::placeholder {
  color: #000;
}

/* menu */
.header .menu {
  clear: both;
  transition: max-height .2s ease-out;
}

.menu li a {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #004165;
  font-weight: 600;
  text-decoration: none;
  line-height: 30px;
  transition: all 0.3s;
}

.menu li a:hover,
.menu li a:focus {
  color: #FBCA74;
}

.header .menu ul li {
  padding-right: 45px;
  max-width: 205px;
  position: relative;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 18px 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 36px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 8px;
}

.header .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked~.menu {
  left: 0;
}

.header .menu-btn:checked~.menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 769px) {
  .header .menu ul {
    display: flex;
    align-items: center;
  }

  .header .menu-icon {
    display: none;
  }
}

footer .sup-footer {
  background: #004165;
  padding: 115px 0;
}

footer .sup-footer .row-sup-footer {
  display: flex;
  padding: 0 20px;
}

footer .sup-footer .row-sup-footer h4 {
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
  color: #fff;
  line-height: 30px;
}

footer .sup-footer .row-sup-footer p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 22px;
}

footer .sup-footer .row-sup-footer .box-footer {
  padding-bottom: 60px;
  padding-right: 30px;
  position: relative;
  display: block;
  text-decoration: none;
}

footer .sup-footer .row-sup-footer .box-footer:last-child {
  padding-bottom: 0;
}

footer .sup-footer .row-sup-footer .box-footer:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  right: -10px;
  top: 40px;
  position: absolute;
  background: url(../img/arrow-right-foter.svg) center no-repeat;
}

footer .sup-footer .row-sup-footer .col-01 {
  width: 25%;
  padding-right: 79px;
  border-right: 1px solid #fff;
}

footer .sup-footer .row-sup-footer .col-02 {
  width: 28%;
  padding-right: 79px;
  padding-left: 79px;
  border-right: 1px solid #fff;
}

footer .sup-footer .row-sup-footer .col-02 ul {
  padding-top: 20px;
}

footer .sup-footer .row-sup-footer .col-02 ul li {
  padding-bottom: 25px;
}

footer .sup-footer .row-sup-footer .col-02 ul li a {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s;
}

footer .sup-footer .row-sup-footer .col-02 ul li a:hover {
  color: #FBCA74;
}

footer .sup-footer .row-sup-footer .col-03 {
  width: 47%;
  padding-left: 87px;
  display: flex;
}

footer .sup-footer .row-sup-footer .col-03 .msg-carte {
  max-width: 324px;
  padding-left: 15px;
}

footer .sup-footer .row-sup-footer .col-03 .msg-carte a {
  display: inline-block;
  color: #262727;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 16px;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: all 0.3s;
}

footer .sup-footer .row-sup-footer .col-03 .msg-carte a:hover {
  background: #262727;
  color: #fff;
}

footer .sup-footer .row-sup-footer .col-03 .msg-carte p {
  padding-bottom: 25px;
}

footer .sub-footer {
  background: #fff;
  padding: 50px 0;
}

footer .sub-footer .row-sub-footer {
  display: flex;
  justify-content: space-between;
}

footer .sub-footer .row-sub-footer .col-01 {
  display: flex;
  align-items: flex-start;
}

footer .sub-footer .row-sub-footer .col-01 .logo-footer {
  padding-right: 27px;
  border-right: 1px solid #E9E9E9;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right {
  padding-left: 37px;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right p {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #000;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right p span {
  display: block;
  padding-top: 10px;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right ul {
  display: flex;
  padding-top: 10px;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right ul li {
  padding-right: 10px;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right ul a {
  display: block;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right ul a.face {
  background: #1877F2;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right ul a.rs-x {
  background: #000;
}

footer .sub-footer .row-sub-footer .col-01 .copy-right ul a.youtube {
  background: #F11C1C;
}

footer .sub-footer .row-sub-footer .col-02 ul {
  display: flex;
  gap: 40px;
}

footer .sub-footer .row-sub-footer .col-02 ul li a {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}

footer .sub-footer .row-sub-footer .col-02 ul li a:hover {
  color: #FBCA74;
}

.sponsoring {
  text-align: center;
  border-top: 1px solid #E9E9E9;
  padding: 40px 15px;
}

.sponsoring p {
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
}

.sponsoring .items-sp {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.slider-home {
  background: #004165;
  padding-bottom: 120px;
  overflow: hidden;
}

.slider-home .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: #D9D9D9;
  opacity: 1;
  vertical-align: middle;
}

.slider-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  height: 9px;
  border-radius: 6px;
}

.itmes-slider {
  position: relative;
  padding-bottom: 140px;
}

.itmes-slider .item {
  padding-left: 219px;
  background: #004165;
  display: flex;
  overflow: hidden;
}

.itmes-slider .content-item {
  min-width: 555px;
  padding-right: 145px;
  padding-top: 105px;
}

.itmes-slider .content-item h2 {
  font-size: 54px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  margin-bottom: 50px;
  line-height: 60px;
}

.itmes-slider .content-item p {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 28px;
  padding-right: 55px;
  padding-bottom: 40px;
}

.itmes-slider .content-item .links a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #fff;
  border-radius: 30px;
  background: none;
  padding: 19px 25px;
  transition: all 0.3s;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}

.itmes-slider .content-item .links a:hover {
  background: #fff;
  color: #000;
}

.itmes-slider .content-item .links a:nth-child(2) {
  background: #fff;
  color: #000;
}

.itmes-slider .content-item .links a:nth-child(2):hover {
  background: none;
  color: #fff;
}

.novelties {
  padding: 70px 0;
}

.novelties h2 {
  text-align: center;
  padding-bottom: 45px;
  font-family: 'Euclid Circular B Semi Bold';
  font-size: 46px;
  color: #000;
}

.novelties-box {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

.novelties-menu {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
  min-width: 800px;
}

.novelties-menu li {
  padding: 0 21px;
}

.novelties-menu li a {
  font-size: 20px;
  color: #121212;
  font-family: 'Euclid Circular B Medium';
  text-decoration: none;
  position: relative;
}

.novelties-menu li a:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: #121212;
  left: 50%;
  transition: all 0.3s;
  transform: translate(-50%, 0);
  bottom: -7px;
}

.novelties-menu li a:hover:after,
.novelties-menu li a.active:after {
  width: 100%;
}

.novelties .box-tab {
  overflow: auto;
  width: 100%;
}

.primary-link {
  display: inline-block;
  text-decoration: none;
  border-radius: 25px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  transition: all 0.3s;
  padding: 11px 16px;
  font-family: 'Euclid Circular B Medium';
}

.primary-link:hover {
  background: #fff;
  color: #000;
}

.products {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
  display: none;
}

.products:nth-child(2) {
  display: flex;
}

.products .selected {
  padding: 20px;
  background: #b32e29;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.products .selected .title {
  padding-bottom: 20px;
  color: #fff;
  font-family: 'Euclid Circular B Medium';
  font-size: 22px;
  text-align: center;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}

.products .selected .desc {
  color: #fff;
  padding-bottom: 50px;
  font-family: 'Euclid Circular B Regular';
  font-size: 18px;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  line-height: 24px;
}

.products .selected .desc span {
  font-family: 'Euclid Circular B Semi Bold';
  display: block;
  text-align: center;
}

.products .selected .visu {
  padding-bottom: 45px;
}

.products .lists {
  width: 50%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.products .lists .item-product {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 20px;
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.products .lists .item-product .visu img {
  display: block;
  width: 100%;
}

.products .lists .item-product .title {
  padding: 0 15px 15px 15px;
  text-align: center;
  color: #0b0b0b;
  font-size: 18px;
  font-family: 'Euclid Circular B Medium';
  line-height: 22px;
}

.offre-sup {
  background: url(../img/offre-sup.png) center center no-repeat;
  display: flex;
  align-items: center;
  padding: 70px 0 47px 100px;
}

.offre-sup .text {
  color: #000;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Euclid Circular B Regular';
  padding-right: 180px;
}

.offre-sup .text strong {
  font-family: 'Euclid Circular B Semi Bold';
}

.offre-sup .box-price {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  padding: 15px 50px;
  background: #b32e29;
  color: #fff;
}

.offre-sup .box-price span {
  font-size: 12px;
  font-family: 'Euclid Circular B Medium';
}

.offre-sup .box-price span.price {
  font-family: 'Euclid Circular B Semi Bold';
  font-size: 24px;
}

.offre-sup .box-price span sub {
  font-family: 'Euclid Circular B Semi Bold';
  font-size: 12px;
}

.asfnd {
  background-size: cover;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.asfnd>img {
  display: none;
}

.engagement {
  padding: 120px 0 75px 0;
}

.content-engagement {
  display: flex;
  align-items: center;
  position: relative;
}

.content-engagement .img-dec-03 {
  position: absolute;
  right: 80px;
  top: -50px;
}

.content-engagement .start-04 {
  position: absolute;
  right: 65px;
  bottom: -10px;
  font-size: 35px;
}

.content-engagement .visu-engagement {
  width: 50%;
  text-align: center;
}

.content-engagement .visu-engagement img {
  width: 100%;
  display: block;
}

.content-engagement .infos-engagement {
  width: 50%;
  padding: 0 65px;
}

.content-engagement .infos-engagement h2 {
  font-size: 80px;
  font-family: "Hellix";
  font-weight: normal;
  margin-bottom: 20px;
}

.content-engagement .infos-engagement p {
  color: #969696;
  font-size: 18px;
  line-height: 24px;
  font-family: "Hellix";
  font-weight: normal;
  margin-bottom: 40px;
}

.content-engagement .infos-engagement a {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-family: "Hellix";
  font-weight: 500;
  text-transform: uppercase;
  background: #000;
  border: 1px solid #000;
  padding: 15px 80px;
  border-radius: 31px;
  transition: all 0.3s;
  text-decoration: none;
}

.content-engagement .infos-engagement a:hover {
  background: #fff;
  color: #000;
}

.indicateurs {
  background: #D5EDF1;
  padding-bottom: 140px;
}

.items-indicateur {
  background: #fff;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 100px;
  display: flex;
  flex-wrap: wrap;
  top: -100px;
  position: relative;
  z-index: 1;
}

.items-indicateur .indic {
  width: 25%;
  padding: 0 30px;
}

.items-indicateur .indic .indic-title {
  font-size: 76px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.items-indicateur .indic p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 24px;
}

.items-indicateur .link-indic {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 30px;
}

.items-indicateur .link-indic:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

.items-indicateur .link-indic span {
  background: #fff;
  padding: 0 25px;
  display: inline-block;
  position: relative;
}

.items-indicateur .link-indic a {
  background: #004165;
  border: 1px solid #004165;
  border-radius: 26px;
  padding: 18px 25px;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.items-indicateur .link-indic a:hover {
  background: #fff;
  color: #004165;
}

.concept-be {
  background: #fff;
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.concept-visu {
  width: 50%;
}

.concept-visu img {
  display: block;
  width: 100%;
}

.concept-content {
  width: 50%;
  padding: 50px 65px 0 60px;
}

.concept-content h3 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  padding-bottom: 40px;
  color: #545151;
}

.concept-content p {
  padding-bottom: 25px;
  color: #545151;
  font-size: 18px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-right: 70px;
}

.concept-content p strong {
  font-weight: 700;
  color: #004165;
}

.concept-content .links a {
  font-size: 16px;
  font-weight: 500;
  color: #3F3F3F;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #3F3F3F;
  border-radius: 30px;
  background: none;
  padding: 19px 25px;
  transition: all 0.3s;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
}

.concept-content .links a:hover {
  background: #3F3F3F;
  color: #fff;
}

.concept-content .links a:nth-child(2) {
  background: #004165;
  color: #fff;
}

.concept-content .links a:nth-child(2):hover {
  background: none;
  color: #004165;
}

.news {
  padding: 100px 0 160px 0;
}

.news h2 {
  color: #004165;
  font-size: 52px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 50px;
}

.news h2 a {
  position: absolute;
  color: #fff;
  top: 0;
  right: 0;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  background: #004165;
  padding: 10px 30px;
  border-radius: 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.news h2 a img {
  margin-left: 5px;
}

.news .box-news {
  display: flex;
  align-items: center;
}

.news .box-news .visu-box-news {
  width: 46%;
  padding-right: 70px;
  border-right: 1px solid #D1D1D1;
  position: relative;
}

.news .box-news .visu-box-news img {
  display: block;
  height: auto;
  width: 100%;
}

.news .box-news .visu-box-news .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 70px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 30px 20px;
  background: rgba(0, 65, 101, 0.83);
}

.news .box-news .list-news {
  width: 54%;
  padding-left: 80px;
}

.news .box-news .list-news .item-news {
  display: flex;
  text-decoration: none;
  padding: 57px 0;
  border-bottom: 1px solid #D1D1D1;
}

.news .box-news .list-news .item-news:first-child {
  padding-top: 0;
}

.news .box-news .list-news .item-news .visu-news {
  margin-right: 40px;
  width: 143px;
}

.news .box-news .list-news .item-news .visu-news img {
  display: block;
  width: 100%;
  height: auto;
}

.news .box-news .list-news .item-news .info-news {
  width: calc(100% - 183px);
}

.news .box-news .list-news .item-news .info-news p {
  font-size: 22px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
  background: url(../img/arrow-right.svg) top right no-repeat;
  padding-right: 25px;
}

.news .box-news .list-news .item-news .info-news span {
  color: #222222;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.publications-be {
  background: #004165;
  overflow: hidden;
  padding: 104px 0 60px 275px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

.publications-be .dec-pub {
  position: absolute;
  top: -100px;
  left: -40px;
}

.publications-be:before,
.publications-be:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  background: #E8E8E8;
}

.publications-be:before {
  top: 25px;
}

.publications-be:after {
  bottom: 25px;
}

.publications-be .intro-pub {
  width: 500px;
  padding-right: 70px;
  padding-top: 75px;
}

.publications-be .intro-pub h2 {
  color: #C1BAAE;
  font-size: 66px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 25px;
}

.publications-be .intro-pub p {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-right: 105px;
  padding-bottom: 30px;
}

.publications-be .intro-pub a {
  color: #262727;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 25px;
  background: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.publications-be .intro-pub a:hover {
  background: #262727;
  color: #fff;
}

.publications-be .slide-pub {
  width: calc(100% - 500px);
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  padding-bottom: 100px;
}

.publications-be .slide-pub .control {
  position: absolute;
  right: 100px;
  bottom: 0;
  width: 150px;
  height: 72px;
}

.publications-be .slide-pub .control .swiper-button-next,
.publications-be .slide-pub .control .swiper-rtl .swiper-button-prev {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  right: 0;
  top: 0;
  margin: 0;
  opacity: 1;
}

.publications-be .slide-pub .control .swiper-button-next:after,
.publications-be .slide-pub .control .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(../img/arrow-right-circle.svg) center no-repeat;
  background-size: cover;
  width: 72px;
  height: 72px;
  display: block;
}

.publications-be .slide-pub .control .swiper-button-prev,
.publications-be .slide-pub .control .swiper-rtl .swiper-button-next {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 1;
}

.publications-be .slide-pub .control .swiper-button-prev:after,
.publications-be .slide-pub .control .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(../img/arrow-right-circle-prev.svg) center no-repeat;
  background-size: cover;
  width: 72px;
  height: 72px;
  display: block;
}

.publications-be .slide-pub .item-pub {
  border: 1px solid #fff;
  padding: 66px 10px;
  width: 680px;
  display: flex;
  align-items: flex-start;
}

.publications-be .slide-pub .visu-pub {
  width: 187px;
  padding-right: 25px;
  padding-left: 15px;
}

.publications-be .slide-pub .visu-pub img {
  display: block;
  width: 100%;
  height: auto;
}

.publications-be .slide-pub .infos-pub {
  width: calc(100% - 187px);
  padding-right: 30px;
}

.publications-be .slide-pub .infos-pub .date {
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
}

.publications-be .slide-pub .infos-pub .date span {
  font-weight: 700;
}

.publications-be .slide-pub .infos-pub .title {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
}

.publications-be .slide-pub .infos-pub .desc {
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-bottom: 40px;
  padding-right: 25px;
}

.publications-be .slide-pub .infos-pub .desc p {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.publications-be .slide-pub .infos-pub .link a {
  display: inline-block;
  background: #4997AB;
  border-radius: 16px;
  text-decoration: none;
  color: #fff;
  padding: 6px 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.publications-be .slide-pub .infos-pub .link a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 19px;
  background: url(../img/arrow-right-white.svg) center no-repeat;
  vertical-align: middle;
  margin-left: 5px;
}

.partenaires {
  padding: 30px 0 45px 0;
  overflow: hidden;
}

.partenaires h2 {
  color: #06486A;
  font-size: 52px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  padding-bottom: 20px;
}

.partenaires p {
  color: #161515;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 30px;
}

.partenaires .list-part {
  display: flex;
  gap: 25px;
  justify-content: center;
}

.partenaires .list-part .item-part {
  background: #F8F8F8;
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.inter-banner {
  height: 280px;
  display: flex;
  align-items: center;
  position: relative;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.inter-banner:before {
  content: "";
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.content-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

.content-banner h1 {
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  color: #fff;
}

.breadcrump ul {
  display: flex;
  gap: 15px;
}

.breadcrump ul li {
  font-size: 18px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 5px 0;
}

.breadcrump ul li a {
  color: #fff;
  text-decoration: none;
}

.gouvernance-be {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px;
}

.intro-gouv h2 {
  font-size: 39px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #004165;
  line-height: 42px;
  padding-bottom: 20px;
}

.intro-gouv p {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 26px;
}

.intro-gouv a {
  color: #004165;
  font-weight: 600;
}

.accordion-list>li {
  border: 1px solid #C7C5C5;
  margin-bottom: 50px;
}

.accordion-list>li.active h3:after {
  transform: rotate(180deg);
}

.accordion-list>li>h3 {
  background: #004165;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 15px;
  color: #fff;
  position: relative;
}

.accordion-list>li>h3:after {
  content: "";
  background: url(../img/head-selector.svg) no-repeat;
  position: absolute;
  right: 15px;
  top: 18px;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 10px;
}

.accordion-list>li .answer {
  padding: 35px;
  display: none;
}

.accordion-list>li .answer ul {
  list-style: disc;
  padding-left: 25px;
  padding-bottom: 30px;
}

.accordion-list>li .answer p,
.accordion-list>li .answer span,
.accordion-list>li .answer ul li {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.accordion-list>li .answer p {
  padding-bottom: 30px;
}

.files {
  padding: 0 30px 30px 30px;
}

.files h6 {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}

.files a {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
}

.all-documents a {
  display: block;
  background: #004165;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 60px;
}

.all-documents a:after {
  content: "";
  display: block;
  width: 46px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  background: url(../img/arrow-download.svg) center no-repeat;
}

.box-partage {
  border-top: 1px solid #C7C5C5;
  padding-top: 30px;
  padding-bottom: 30px;
}

.lnks-partage {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.lnks-partage h5 {
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}

.lnks-partage ul {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.lnks-partage ul li a {
  display: block;
  height: 51px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  min-width: 125px;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
}

.lnks-partage ul li a img {
  margin-right: 5px;
}

.lnks-partage ul li a.email {
  background: #EFC77B;
  border: 1px solid #EFC77B;
}

.lnks-partage ul li a.email img {
  display: none;
}

.lnks-partage ul li a.email:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/mail.svg) no-repeat;
  margin-right: 5px;
}

.lnks-partage ul li a.email:hover:before {
  background: url(../img/mail-dark.svg) no-repeat;
}

.lnks-partage ul li a.facebook {
  background: #1877F2;
  border: 1px solid #1877F2;
}

.lnks-partage ul li a.facebook img {
  display: none;
}

.lnks-partage ul li a.facebook:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 25px;
  background: url(../img/face.svg) no-repeat;
  margin-right: 5px;
}

.lnks-partage ul li a.facebook:hover:before {
  background: url(../img/face-dark.svg) no-repeat;
}

.lnks-partage ul li a.link-x {
  background: #1DA1F2;
  border: 1px solid #1DA1F2;
}

.lnks-partage ul li a.linkedin {
  background: #25D366;
  border: 1px solid #25D366;
}

.lnks-partage ul li a:hover {
  background: #fff;
  color: #000;
}

.actualites-be {
  width: 100%;
  max-width: 860px;
  padding: 55px 15px;
  margin: 0 auto;
}

.actualites-be .head-actus {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.actualites-be .head-actus .selected-item {
  font-size: 24px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 6px 20px;
}

.actualites-be .head-actus .nbr-results p {
  font-size: 24px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.actualites-be .head-actus .nbr-results p span {
  font-size: 18px;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  padding-bottom: 15px;
}

.actualites-be .head-actus .trier label {
  display: block;
  font-size: 18px;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #000;
  padding-bottom: 10px;
}

.actualites-be .head-actus .trier select {
  font-size: 24px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border: none;
  background: url(../img/ico-select.svg) 96% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 25px;
  padding-bottom: 5px;
}

.actualites-be .head-actus .trier select:focus {
  outline: none;
}

.actualites-be .list-actus {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.actualites-be .list-actus .item-actu {
  width: 50%;
  padding-right: 20px;
  position: relative;
  margin-bottom: 30px;
}

.actualites-be .list-actus .item-actu:nth-child(2n) {
  padding-left: 20px;
  padding-right: 0;
}

.actualites-be .list-actus .item-actu.big-visu {
  position: relative;
}

.actualites-be .list-actus .item-actu.big-visu p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  background: rgba(0, 65, 101, 0.8);
  padding: 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.actualites-be .list-actus .item-actu img {
  display: block;
  width: 100%;
}

.actualites-be .list-actus .item-actu .visu {
  margin-bottom: 15px;
}

.actualites-be .list-actus .item-actu .title {
  padding-bottom: 20px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.actualites-be .list-actus .item-actu .date {
  padding-bottom: 20px;
  font-size: 14px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.actualites-be .list-actus .item-actu .desc p {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.reclamations {
  display: flex;
  width: 100%;
  max-width: 1345px;
  margin: 0 auto;
  padding: 70px 15px;
}

body.reclamations {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.reclamations .col-left-rec {
  width: 57%;
  padding-right: 57px;
}

.reclamations .col-left-rec h3 {
  color: #004165;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}

.reclamations .col-left-rec p {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
}

.reclamations .col-right-rec {
  width: 43%;
  padding-left: 57px;
}

.reclamations .col-right-rec .form-suiver {
  background: #004165;
  padding: 32px 48px;
  min-height: 650px;
}

.reclamations .col-right-rec .form-suiver form {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}

.reclamations .col-right-rec h4 {
  color: #fff;
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
}

.reclamations .col-right-rec p {
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
  line-height: 25px;
}

.reclamations .col-right-rec label {
  display: block;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.reclamations .col-right-rec .row-form {
  padding-bottom: 25px;
}

.reclamations .col-right-rec input[type="email"],
.reclamations .col-right-rec input[type="text"] {
  height: 58px;
  display: block;
  color: #888686;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 0 15px;
}

.reclamations .col-right-rec input[type="submit"] {
  cursor: pointer;
  height: 40px;
  padding: 0 25px;
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  border-radius: 22px;
  border: none;
}

.form select {
  background: url(../img/ico-select.svg) 96% center no-repeat #F3F0F0;
  border: none;
  width: 100%;
  color: #888686;
  font-size: 17px;
  height: 77px;
  padding: 0 20px;
  padding-right: 45px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form label {
  color: #434141;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  display: block;
  padding-bottom: 15px;
}

.form input[type="text"],
.form input[type="email"],
.form textarea {
  background: #F3F0F0;
  border: none;
  width: 100%;
  color: #888686;
  font-size: 17px;
  height: 77px;
  padding: 0 20px;
}

.form textarea {
  height: 234px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form input[type="submit"] {
  background: #004165;
  border: none;
  height: 51px;
  border-radius: 26px;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 0 25px;
  cursor: pointer;
}

.row-option {
  padding-bottom: 25px;
}

.breadcrump-detail {
  background: #004165;
  padding: 10px 0;
}

.detail-news {
  max-width: 994px;
  width: 100%;
  padding: 60px 15px;
  margin: 0 auto;
}

.detail-news .visu-detail {
  padding-bottom: 60px;
}

.detail-news .visu-detail img {
  display: block;
  width: 100%;
}

.detail-news .head-detail {
  padding-left: 95px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D4D4D4;
}

.carte-inter.detail-news .head-detail{
  margin-bottom: 30px;
  padding:0;
  border:0;
}

.carte-inter.detail-news h2{
  padding-bottom: 0;
}

.detail-news .head-detail h1 {
  font-size: 66px;
  line-height: 70px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  padding: 30px;
}

.detail-news .head-detail .infos-sup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-news .head-detail .infos-sup .date {
  font-size: 16px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.detail-news .head-detail .infos-sup a {
  font-size: 18px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.detail-news .head-detail .infos-sup a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/ico-back.svg) center no-repeat;
  margin-right: 10px;
}

.detail-news .desc-detail {
  padding-top: 60px;
  padding-left: 95px;
  padding-right: 25px;
}

.detail-news .desc-detail p {
  font-size: 19px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 30px;
}

.detail-news .desc-detail p strong {
  color: #004165;
  font-weight: 700;
}

.cross-news {
  background: #004165;
  padding: 70px 0;
}

.cross-news .title-cross-news {
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}

.cross-news .title-cross-news::after {
  content: "";
  display: block;
  background: url(../img/arrow-cross.svg) center no-repeat;
  width: 45px;
  height: 10px;
  margin-left: 10px;
}

.cross-news .other-news {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 60px;
}

.cross-news .other-news h2 {
  color: #C1BAAE;
  font-size: 66px;
  line-height: 70px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.cross-news .other-news a {
  color: #CFBC9C;
  font-size: 66px;
  line-height: 70px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 6px solid #CFBC9C;
}

.cross-news .section-corss-news {
  display: flex;
}

.cross-news .section-corss-news .item-cross {
  padding-right: 15px;
  padding-bottom: 15px;
  width: 225px;
}

.cross-news .section-corss-news .item-cross img {
  display: block;
  width: 100%;
}

.cross-news .section-corss-news .item-cross .visu {
  padding-bottom: 15px;
}

.cross-news .section-corss-news .item-cross p {
  font-size: 19px;
  line-height: 23px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  padding-bottom: 15px;
}

.cross-news .section-corss-news .item-cross span {
  display: block;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
}

.cross-news .section-corss-news .item-cross span:before {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
}

.financement {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 15px;
}

.financement h2 {
  font-size: 39px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #004165;
  padding-bottom: 30px;
}

.financement>p {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  padding-bottom: 60px;
}

.financement .item-finance {
  background: #F0F0F0;
  padding: 30px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.financement .item-finance .visu {
  padding: 0 30px;
}

.financement .item-finance .detail-item-finance {
  padding: 0 30px;
}

.financement .item-finance h3 {
  color: #000;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}

.financement .item-finance p {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #000;
  padding-bottom: 20px;
}

.financement .item-finance a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #004165;
  border: 1px solid #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
  padding: 15px 20px;
  transition: all 0.3s;
}

.financement .item-finance a:hover {
  color: #004165;
  background: #fff;
}

.header-bord {
  border-bottom: 1px solid #ECE7E7;
  padding-top: 45px;
  padding-bottom: 45px;
}

.header-bord ul {
  display: flex;
}

.header-bord ul li {
  margin-right: 16px;
}

.header-bord ul li a {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #222222;
  display: block;
  padding: 15px 25px;
  background: #EBEBEB;
  transition: all 0.3s;
  text-decoration: none;
  border-radius: 30px;
}

.header-bord ul li.current_page_item a,
.header-bord ul li a:hover {
  background: #004165;
  color: #fff;
}

.container-bord {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}

.col-bord-left {
  width: 40%;
  padding-right: 30px;
  border-right: 1px solid #ECE7E7;
}

.col-bord-right {
  width: 60%;
  padding-left: 60px;
}

.content-bord {
  padding-top: 70px;
  padding-bottom: 70px;
}

.a-propos h2 {
  color: #004165;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}

.a-propos p {
  color: #000;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
  line-height: 26px;
}

.a-propos p strong {
  color: #004165;
  font-weight: 700;
}

.bloc-stiky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.note-infos {
  background: #FBCA74;
  padding: 50px;
  text-align: center;
}

.note-infos h3 {
  font-size: 32px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}

.note-infos p {
  color: #000;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 26px;
}

.note-infos p a {
  text-decoration: none;
  color: #004165;
}

.filter-indicateur {
  padding-bottom: 25px;
}

.filter-indicateur .selected-item {
  background: #E3EDF2;
  border-radius: 23px;
}

.filter-indicateur .selected-item:after {
  right: 20px;
  background-color: #E3EDF2;
}

.filter-indicateur h4 {
  font-size: 20px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 20px;
}

.filter-indicateur select {
  background: url(../img/ico-select.svg) 96% center no-repeat #D9D9D9;
  height: 44px;
  border-radius: 23px;
  font-size: 15px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  max-width: 510px;
  border: none;
  width: 100%;
  padding: 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ntb {
  border-left: 3px solid #FBCA74;
  padding-left: 15px;
  margin-left: 10px;
  padding-right: 45px;
  margin-bottom: 45px;
}

.ntb p {
  font-size: 20px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.infos-in-chart {
  padding-bottom: 50px;
}

.zone-chart {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.zone-chart .chart {
  width: 108px;
  padding-right: 17px;
}

.zone-chart .chart .graph {
  position: relative;
}

.zone-chart .chart .graph span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.zone-chart .label-chart {
  color: #004165;
  font-size: 21px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.objectif-chart {
  font-size: 18px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

.objectif-chart strong {
  font-weight: 700;
}

.bar-infos {
  max-width: 395px;
  margin-bottom: 35px;
}

.bar-infos .chart-bar {
  width: 100%;
  height: 40px;
  background: #CCE0EB;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 15px;
}

.bar-infos .chart-bar .value-bar {
  height: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #004165;
}

.bar-infos .limit-bar {
  display: flex;
  justify-content: space-between;
}

.bar-infos .limit-bar span {
  font-size: 17px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.sepa {
  height: 1px;
  width: 100%;
  background: #DCD9D9;
  margin-top: 40px;
}

.txt-chart {
  font-size: 14px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.zone-indecateur {
  padding-bottom: 60px;
}

.zone-indecateur .sepa {
  margin-top: 60px;
}

.chart-inducateur {
  padding: 0 50px;
}

.label-chrat-indicateur {
  font-size: 17px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 23px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.potentiels {
  display: flex;
  flex-wrap: wrap;
}

.potentiels .item-pot {
  width: 33.33%;
  padding: 15px 9px;
  margin-bottom: 15px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.potentiels .item-pot img {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.potentiels .item-pot span {
  font-size: 17px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.potentiels .item-pot:hover {
  background: rgba(255, 255, 255, 0.3);
}

.pubs {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 15px;
  display: flex;
}

.pubs .col-filter-pub {
  width: 36.5%;
  padding-right: 77px;
  border-right: 1px solid #F0F0F0;
}

.pubs .col-filter-pub form {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.pubs .col-result-pub {
  width: 63.5%;
  padding-left: 80px;
}

.filter-key {
  background: #F0F0F0;
  padding: 45px 35px 35px 35px;
  margin-bottom: 50px;
  position: relative;
}

.filter-key:before {
  content: "";
  display: block;
  width: 28px;
  height: 26px;
  position: absolute;
  left: 30px;
  top: 40px;
  background: url(../img/ico-filter.svg) center no-repeat;
}

.filter-key input {
  border: none;
  border-bottom: 1px solid #FBCA74;
  color: #736D6D;
  font-size: 17px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-left: 30px;
  background: none;
}

.option-filter {
  padding-bottom: 60px;
}

.option-filter label {
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
}

.option-filter select {
  border: none;
  border-bottom: 1px solid #FBCA74;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  width: 100%;
  background: url(../img/ico-select.svg) 100% center no-repeat #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-bottom: 10px;
}

.option-filter .selected-item {
  border-bottom: 1px solid #FBCA74;
  padding-left: 0;
  padding-bottom: 10px;
}

.option-filter select:focus {
  outline: none;
}

.row-action {
  display: flex;
  justify-content: space-between;
}

.row-action input[type="submit"],
.row-action input[type="button"] {
  height: 38px;
  border-radius: 20px;
  background: #004165;
  border: 1px solid #004165;
  padding: 0 25px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s;
}

.row-action input[type="submit"]:hover,
.row-action input[type="button"]:hover {
  color: #004165;
  background: #fff;
}

.row-action a {
  height: 38px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #004165;
  padding: 13px 20px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #004165;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.row-action a:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../img/rotate-ccw.svg) no-repeat;
  margin-right: 5px;
}

.row-action a:hover {
  background: #004165;
  color: #fff;
}

.row-action a:hover:before {
  background: url(../img/rotate-ccw-white.svg) no-repeat;
}

.row-action a img {
  margin-right: 5px;
  display: none;
}

.nbr-result {
  color: #004165;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #C8C2C2;
  padding-bottom: 20px;
}

.list-pubs .item-pubs {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #C8C2C2;
}

.list-pubs .item-pubs .visu-pubs {
  width: 185px;
  padding-right: 40px;
}

.list-pubs .item-pubs .visu-pubs img {
  display: block;
  width: 100%;
}

.list-pubs .item-pubs .infos-pubs {
  width: calc(100% - 40px);
}

.list-pubs .item-pubs .infos-pubs .date {
  font-size: 15px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 10px;
}

.list-pubs .item-pubs .infos-pubs .date strong {
  font-weight: 700;
}

.list-pubs .item-pubs .infos-pubs .type {
  padding-bottom: 20px;
  color: #5F5959;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.list-pubs .item-pubs .infos-pubs .title {
  color: #004165;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}

.list-pubs .item-pubs .infos-pubs .desc {
  padding-bottom: 15px;
}

.list-pubs .item-pubs .infos-pubs .desc p {
  font-size: 15px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.list-pubs .item-pubs .infos-pubs a {
  color: #fff;
  background: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 25px;
  display: inline-block;
  transition: all 0.3s;
}

.list-pubs .item-pubs .infos-pubs a img {
  display: inline-block;
  margin-left: 5px;
}

.list-pubs .item-pubs .infos-pubs a:hover {
  background: #000;
}

.pager {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.pager .nbr-result {
  padding: 0;
  border: none;
}

.pager .pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}

.pager .pagination ul li a {
  text-decoration: none;
  font-size: 17px;
  color: #004165;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.pager .pagination ul li a.active,
.pager .pagination ul li a:hover {
  color: #FBCA74;
}

.pager .pagination ul li a.active {
  font-weight: 800;
}

.initiative {
  padding: 60px 15px;
  max-width: 775px;
  width: 100%;
  margin: 0 auto;
}

.visu-initi {
  padding-bottom: 40px;
}

.visu-initi img {
  display: block;
  width: 100%;
}

.desc-initi {
  padding: 0 5px;
}

.desc-initi p {
  color: #222222;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 40px;
}

.desc-initi strong {
  color: #004165;
  font-weight: 700;
}

.pillar-initi .accordion-list>li>h3 {
  line-height: 28px;
  padding-right: 45px;
}

.pillar-initi .accordion-list>li>h3:after {
  right: 25px;
  top: 30px;
}

.pillar-initi .accordion-list>li .answer {
  padding: 25px 5px 10px 5px;
}

.discour {
  margin: 30px 35px 10px 68px;
  padding-top: 30px;
  border-top: 2px solid #FCCB6D;
  position: relative;
}

.discour:before {
  content: "";
  display: block;
  position: absolute;
  left: -45px;
  top: -28px;
  width: 37px;
  height: 33px;
  background: url(../img/ico-disc.svg) center no-repeat;
}

.discour p {
  color: #222222;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 27px;
}

.discour p span {
  color: #004165;
}

.discour p strong {
  color: #004165;
  font-weight: 700;
}

.initiative-02 {
  max-width: 1340px;
  width: 100%;
  padding: 60px 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.col-left-initi {
  width: 44%;
  padding-right: 25px;
}

.col-left-initi .col-stiky-init {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.col-right-initi {
  width: 56%;
}

.concepts {
  max-width: 845px;
  width: 100%;
  /*padding: 80px 15px;*/
  margin: 0 auto;
}

.detail-concept h2 {
  color: #004165;
  font-size: 39px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  line-height: 45px;
  padding-bottom: 30px;
}

.detail-concept p,
.item-concept p {
  color: #222222;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: 28px;
  padding-bottom: 30px;
  padding-right: 60px;
}

.detail-concept p strong {
  color: #000;
  font-weight: 700;
}

.detail-concept p strong.blue {
  color: #004165;
}

.item-concept {
  background: #E0F4FF;
  border-left: 4px solid #004165;
  padding: 20px 40px;
  margin-bottom: 50px;
}

.item-concept h3 {
  color: #004165;
  font-weight: 700;
  font-size: 28px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
}

.item-concept p {
  padding: 0 0 20px 0;
}

.is-sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

.orientations {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 0;
}

.col-menu-ori {
  width: 36.5%;
  border-right: 1px solid #D9D9D9;
  padding-right: 50px;
}

.col-menu-ori ul li {
  margin-bottom: 5px;
}

.col-menu-ori ul li a {
  display: block;
  padding: 27px 15px 27px 65px;
  font-size: 20px;
  line-height: 22px;
  color: #004165;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  text-decoration: none;
}

.col-menu-ori ul li a:hover,
.col-menu-ori ul li a.active {
  color: #fff;
  background: #004165;
}

.col-content-ori {
  width: 63.5%;
  padding: 0 87px 0 52px;
}

.col-content-ori>div {
  display: none;
}

.col-content-ori>div:first-child {
  display: block;
}

.col-content-ori p {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #222222;
  padding-bottom: 30px;
}

.col-content-ori p strong {
  font-weight: 700;
}

.col-content-ori h2 {
  font-size: 29px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-bottom: 30px;
}

.col-content-ori .accordion-list>li {
  padding: 20px 0;
}

.col-content-ori .accordion-list>li>h3 {
  background: #fff;
  color: #004165;
  font-size: 20px;
}

.col-content-ori .accordion-list>li>h3:after {
  background: url(../img/ico-accord-dark.svg) no-repeat;
}

.col-content-ori .accordion-list>li .answer {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-content-ori .accordion-list>li .note-ori {
  position: relative;
  padding-left: 57px;
}

.col-content-ori .accordion-list>li .note-ori:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -15px;
  width: 37px;
  height: 33px;
  background: url(../img/ico-disc.svg) center no-repeat;
}

.col-content-ori .accordion-list>li .note-ori .resume {
  border-top: 1px solid #000000;
  padding-top: 20px;
  font-size: 13px;
  font-style: italic;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.option-list li {
  font-size: 20px;
  color: #222222;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 50px;
  margin-bottom: 25px;
}

.option-list li:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #FBCA74;
  position: absolute;
  left: 25px;
  top: 5px;
}

.option-list li strong {
  font-weight: 700;
}

.videotheque-pr {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 15px;
}

.intortheque h2 {
  color: #004165;
  font-size: 39px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.intortheque h2 a {
  font-size: 18px;
  color: #222222;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.intortheque h2 a:before {
  content: "";
  display: block;
  background: url(../img/arrow-back.svg) center no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.intortheque p {
  font-size: 20px;
  color: #222222;
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
}

.intortheque p strong {
  color: #004165;
  font-weight: 700;
}

.video-list {
  display: flex;
  flex-wrap: wrap;
}

.video-list .item-video {
  width: 50%;
  padding-right: 32px;
  padding-bottom: 30px;
  text-decoration: none;
}

.video-list .item-video:nth-child(2n) {
  padding-right: 0;
  padding-left: 32px;
}

.video-list .item-video .visu {
  margin-bottom: 30px;
  position: relative;
}

.video-list .item-video .visu:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.video-list .item-video .visu:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/play-circle.svg) no-repeat;
  z-index: 9;
}

.video-list .item-video .visu img {
  display: block;
  width: 100%;
}

.video-list .item-video p {
  font-size: 22px;
  color: #222222;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.video-content a {
  display: block;
  position: relative;
}

.video-content a img {
  display: block;
  width: 100%;
}

.video-content a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.video-content a:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/play-circle.svg) no-repeat;
  z-index: 9;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.photo-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid #C8C2C2;
}

.item-photo {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 30px;
  text-decoration: none;
}

.item-photo:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

.item-photo .visu {
  position: relative;
}

.item-photo .visu img {
  display: block;
  width: 100%;
}

.item-photo .visu p {
  position: absolute;
  left: 0;
  right: 0;
  padding: 15px;
  bottom: 0;
  color: #fff;
  font-size: 22px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  background: rgba(52, 126, 141, 0.8);
}

.ctn-photos {
  max-width: 785px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.ctn-photos .swiper-button-next,
.ctn-photos .swiper-button-prev {
  width: 86px;
  height: 86px;
  background: #004165;
  border-radius: 50%;
}

.ctn-photos .swiper-button-next:hover,
.ctn-photos .swiper-button-prev:hover {
  background: #000;
}

.ctn-photos .swiper-button-next.swiper-button-disabled,
.ctn-photos .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.ctn-photos .swiper-button-next:after,
.ctn-photos .swiper-rtl .swiper-button-prev:after,
.ctn-photos .swiper-button-prev:after,
.ctn-photos .swiper-rtl .swiper-button-next:after {
  content: "";
  width: 71px;
  height: 71px;
  border-radius: 50%;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(../img/ico-slider.svg) center no-repeat;
}

.ctn-photos .swiper-button-prev:after {
  transform: rotate(180deg);
}

.informations {
  max-width: 1350px;
  width: 100%;
  padding: 80px 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.informations .col-info-left {
  width: 55%;
  padding-right: 40px;
  border-right: 1px solid #C8C2C2;
}

.informations .col-info-left h2 {
  font-size: 42px;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding-bottom: 30px;
}

.informations .col-info-left p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 30px;
}

.informations .col-info-left .coord-adress {
  font-family: 'Poppins', sans-serif;
  background: #2D749B;
  color: #fff;
  padding: 25px 15px 40px 15px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.informations .col-info-left .coord-adress strong {
  font-weight: 700;
}

.informations .col-info-left .coord-tel {
  font-family: 'Poppins', sans-serif;
  background: #FCD794;
  color: #000;
  padding: 25px 15px 40px 15px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.informations .col-info-left .coord-tel strong {
  font-weight: 700;
}

.informations .col-info-right {
  width: 45%;
  padding-left: 50px;
}

.informations .col-info-right .intro-info {
  border-left: 2px solid #FBCA74;
  padding-left: 20px;
  margin-bottom: 30px;
}

.informations .col-info-right .intro-info p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
}

.informations .col-info-right .intro-info p strong {
  color: #004165;
  font-weight: 600;
}

.informations .col-info-right ul li {
  margin-bottom: 20px;
}

.informations .col-info-right ul li a {
  display: block;
  background: #004165;
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 25px 60px 25px 25px;
  transition: all 0.3s;
  position: relative;
}

.informations .col-info-right ul li a:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background: url(../img/arrow-menu-contact.svg);
}

.informations .col-info-right ul li a:hover {
  background: #2D749B;
}

.list-revues {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #C8C2C2;
  padding-bottom: 20px;
}

.list-revues .item-revue {
  width: 50%;
  padding-right: 13px;
  position: relative;
  margin-bottom: 30px;
}

.list-revues .item-revue:nth-child(2n) {
  padding-left: 13px;
  padding-right: 0;
}

.list-revues .item-revue .visu img {
  display: block;
  width: 100%;
}

.list-revues .item-revue .disc {
  background: #F6FCFF;
  padding: 0 15px 60px 15px;
}

.list-revues .item-revue .disc p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #004165;
  border-bottom: 1px solid #000;
  padding: 20px 0;
}

.list-revues .item-revue .disc h5 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 15px 0 15px 0;
}

.list-revues .item-revue .disc ul {
  list-style-type: square;
  padding-left: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.list-revues .item-revue .disc ul li {
  margin: 10px;
}

.list-revues .item-revue .disc ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

.intro-revues h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 39px;
  line-height: 46px;
  padding: 40px 0 50px;
  color: #004165;
}

.intro-revues p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 30px;
}

.intro-revues p span {
  color: #004165;
  font-weight: 500;
}

.carte-inter {
  max-width: 1265px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px 80px 15px;
}

.carte-inter h2 {
  font-size: 42px;
  color: #004165;
  padding-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

.carte-inter p {
  font-size: 20px;
  line-height: 26px;
  color: #000;
  padding-bottom: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.carte-inter p strong {
  font-weight: 700;
  color: #004165;
}

.filtre-carte {
  border-top: 1px solid #004165;
  padding: 30px 0 40px 0;
  display: flex;
  gap: 57px;
}

.filtre-carte h4 {
  font-size: 20px;
  font-weight: 600;
  color: #004165;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
}

.filtre-carte .option-filtre {
  max-width: 510%;
  width: 100%;
}

.option-select-filtre {
  position: relative;
  max-width: 510px;
  width: 100%;
}

.option-select-filtre .label-select-filtre {
  background: url(../img/ico-select.svg) 96% center no-repeat #E3EDF2;
  height: 44px;
  line-height: 44px;
  border-radius: 23px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

.option-select-filtre.active .list-select-filtre {
  display: block;
}

.option-select-filtre .list-select-filtre {
  background: #E3EDF2;
  position: absolute;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding-top: 10px;
  padding-bottom: 20px;
  left: 0;
  top: 28px;
  width: 100%;
  display: none;
}

.option-select-filtre .list-select-filtre .item-select-filtre {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 20px;
  border-top: 1px solid #CDCDCD;
  position: relative;
}

.option-select-filtre .list-select-filtre .item-select-filtre input {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.option-select-filtre .list-select-filtre .item-select-filtre label {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  display: block;
  width: 100%;
  cursor: pointer;
}

/* Page FAQ */
.blue-faq {
  max-width: 800px;
  width: 100%;
  padding: 80px 15px 160px 15px;
  margin: 0 auto;
}

.blue-faq p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #222222;
  padding-bottom: 45px;
}

.blue-faq p a {
  font-weight: 700;
  color: #004165;
  text-decoration: underline;
}

.blue-faq p a:hover {
  text-decoration: none;
}

.list-faq {
  padding: 0 5px;
}

.item-faq {
  border-top: 1px solid #CDC8C8;
}

.item-faq.active .response-faq {
  display: block;
}

.item-faq.active h3 .ico-faq {
  transform: rotate(45deg);
}

.item-faq h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-right: 55px;
  position: relative;
  cursor: pointer;
}

.item-faq h3 .ico-faq {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 20px;
  right: 5px;
  border: 2px solid #000;
  border-radius: 50%;
}

.item-faq h3 .ico-faq:before,
.item-faq h3 .ico-faq:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item-faq h3 .ico-faq:before {
  width: 2px;
  height: 10px;
}

.item-faq .response-faq {
  background: #F2F5F7;
  padding: 30px 10px 10px 10px;
  display: none;
}

.item-faq .response-faq p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  padding-bottom: 30px;
}

/* fin Page FAQ */

@media screen and (max-width: 1400px) {
  .itmes-slider .item {
    padding-left: 30px;
  }

  .publications-be {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1260px) {
  .header .menu ul li {
    padding-right: 20px;
    max-width: 170px;
  }

  .header .menu ul li a {
    font-size: 15px;
    line-height: 20px;
  }

  .itmes-slider .content-item {
    padding-right: 70px;
    padding-top: 50px;
  }

  .menu-logo .search {
    top: 65px;
  }
}

@media screen and (max-width: 1100px) {
  footer .sup-footer .row-sup-footer h4 {
    font-size: 22px;
  }

  footer .sup-footer .row-sup-footer .col-01 {
    padding-left: 20px;
  }

  footer .sup-footer .row-sup-footer .col-02 {
    padding-right: 20px;
    padding-left: 20px;
  }

  footer .sup-footer .row-sup-footer .col-03 {
    padding-left: 20px;
  }

  footer .sup-footer .row-sup-footer .col-03 .carte {
    min-width: 144px;
  }

  footer .sup-footer .row-sup-footer .col-03 .carte img {
    display: block;
    width: 100%;
  }

  .pubs .col-filter-pub {
    padding-right: 20px;
  }

  .pubs .col-result-pub {
    padding-left: 20px;
  }

  .items-indicateur .indic .indic-title {
    font-size: 50px;
  }

  .concept-content {
    padding: 25px;
  }

  .news .box-news .visu-box-news {
    padding-right: 25px;
  }

  .news .box-news .list-news {
    padding-left: 25px;
  }

  .partenaires .list-part {
    overflow: auto;
  }
}

@media screen and (max-width: 1000px) {
  .header .menu ul li {
    padding-right: 10px;
    max-width: 130px;
  }

  .header .menu ul li a {
    font-size: 12px;
    line-height: 16px;
  }

  .menu-logo .logo {
    width: 140px;
    padding-right: 10px;
  }

  .menu-logo .logo img {
    display: block;
    width: 100%;
  }

  .note-infos {
    padding: 25px;
  }

  .note-infos h3 {
    font-size: 25px;
  }

  .potentiels .item-pot span {
    font-size: 12px;
  }

  .reclamations .col-right-rec {
    padding-left: 10px;
    width: 50%;
  }

  .reclamations .col-left-rec {
    padding-right: 10px;
    width: 50%;
  }

  .col-menu-ori {
    padding-right: 25px;
  }

  .col-menu-ori ul li a {
    font-size: 16px;
    padding: 15px;
  }

  .col-content-ori {
    padding: 0 25px;
  }
}

.header .menu ul li:hover .sub-menu {
  display: block;
}

.header .menu ul .sub-menu:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 17px 12px;
  border-color: transparent transparent #004165 transparent;
  transform: rotate(0deg);
  position: absolute;
  top: -20px;
  left: 50px;
}

.header .menu>div>ul>li>a {
  display: flex;
  height: 85px;
  align-items: center;
  padding-bottom: 25px;
}

.header .menu ul .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 390px;
  z-index: 99;
  left: -30px;
  border-top: 7px solid #004165;
  background: #fff;
  padding: 15px 0 30px 0;
}

.header .menu ul .sub-menu li {
  max-width: inherit;
  padding-right: 0;
}

.header .menu ul .sub-menu a {
  display: block;
  padding: 15px 75px 15px 43px;
  position: relative;
  /*background-image: url(../img/ico-sub-menu.png);*/
  background-repeat: no-repeat;
  background-position: 90% center;
}

.header .menu ul .sub-menu a:hover {
  color: #fff;
  background-color: #004165;
  /*background-image: url(../img/ico-sub-menu-hover.png);*/
  background-repeat: no-repeat;
  background-position: 90% center;
}

.header .menu ul .sub-menu a::after {
  content: "";
  display: block;
  height: 1px;
  background: #C5C5C5;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}

.head-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.footer-menu {
  display: none;
}

.header .menu ul .sub-menu li.back {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-wrapper {
    height: 65px;
  }

  .item-ctn-photo img {
    width: 100%;
    height: auto;
  }

  .menu-logo {
    padding-top: 15px;
  }

  .head-menu,
  .footer-menu {
    display: block;
  }

  .head-menu {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .head-menu .menu-langue {
    width: 115px;
    height: 20px;
  }

  .menu-logo .head-menu .search {
    display: block;
    top: 15px;
    z-index: 9;
    width: 35px;
    overflow: hidden;
    background: url(../img/loop-wgite.png) no-repeat #004165;
  }

  .menu-logo .head-menu .search form {
    background: #004165;
    width: 0;
    overflow: hidden;
  }

  .menu-logo .head-menu .search.active {
    width: 200px;
  }

  .menu-logo .head-menu .search.active form {
    width: 200px;
  }

  .head-menu .menu-langue ul {
    padding-top: 30px;
  }

  .head-menu .menu-langue ul li {
    padding: 0 0 5px 0 !important;
  }

  .head-menu .menu-langue ul li {
    background: #004165;
  }

  .head-menu .menu-langue:before {
    background: url(../img/globe-white.png) no-repeat;
    top: 8px;
  }

  .head-menu .menu-langue:after {
    background: url(../img/selector-white.png) no-repeat;
    top: 11px;

  }

  .header .menu .head-menu .menu-langue ul li a {
    font-size: 16px;
  }

  .header .menu {
    position: fixed;
    top: 65px;
    left: -100%;
    background: #004165;
    padding: 90px 25px 30px 25px;
    width: 100%;
    height: 100vh;
    transition: all 0.5s;
    z-index: 9;
  }

  .header .menu ul li {
    width: 100%;
    max-width: inherit;
    padding: 15px 0;
    position: relative;
    font-weight: 600;
    color: #fff;
  }

  .header .menu>div>ul>li>a {
    height: inherit;
    padding: 0 50px 0 0;
  }

  .header .menu>div>ul>li.menu-item-has-children>a {
    background: url(../img/ico-menu-mobile.png) no-repeat right 2px;
  }


  .header .menu ul li a {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
  }

  .header .menu ul .sub-menu {
    position: fixed;
    top: 140px;
    width: 100%;
    height: 100%;
    z-index: 99;
    left: -100%;
    border-top: none;
    background: #004165;
    padding: 15px 0 30px 0;
    transition: all 0.3s;
    display: block;
  }

  .is-sticky {
    height: 65px;
    background: #fff;
  }

  .header .menu ul .sub-menu.open-sub {
    left: 0;
  }

  .header .menu ul .sub-menu li {
    padding: 0;
  }

  .header .menu ul .sub-menu li.back {
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500px;
    padding-left: 60px;
  }

  .header .menu ul .sub-menu li.back:before {
    content: "";
    display: block;
    width: 46px;
    height: 16px;
    background: url(../img/ico-menu-mobile.png) no-repeat center;
    position: absolute;
    left: 8px;
    top: 23px;
    transform: rotate(180deg);

  }

  .header .menu ul .sub-menu li.back a {
    padding-left: 0;
    padding-right: 0;
    background: none;
  }


  .header .menu ul .sub-menu li a {
    padding: 15px 30px;
  }

  .header .menu ul .sub-menu a:after {
    display: none;
  }

  .top-bar {
    display: none !important;
  }

  .menu-logo .search {
    display: none;
  }

  .menu-logo .logo {
    width: 124px;
  }

  .box-menu {
    position: absolute;
    right: 0;
  }

  .itmes-slider {
    padding-bottom: 90px;
  }

  .itmes-slider .content-item {
    padding-right: 0;
    padding-bottom: 50px;
    min-width: inherit;
  }

  .itmes-slider .content-item h2 {
    font-size: 42px;
  }

  .itmes-slider .content-item .links a {
    font-size: 15px;
    padding: 15px 10px;
    margin-right: 10px;
  }

  .itmes-slider .item {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .itmes-slider .item .visu img,
  .concept-visu img {
    display: block;
    width: 100%;
    height: auto;
  }

  .items-indicateur {
    padding: 40px 20px;
    width: 92%;
  }

  .concept-be .concept-content .links a {
    margin-bottom: 10px;
  }

  .items-indicateur .indic {
    display: none;
    width: 100%;
    text-align: center;
  }

  .items-indicateur .indic p {
    padding-bottom: 15px;
  }

  .items-indicateur .indic:first-child {
    display: block;
  }

  .items-indicateur .link-indic a {
    padding: 14px 13px;
  }

  .concept-be {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    background: none;
  }

  .concept-be .concept-visu {
    width: 100%;
  }

  .concept-be .concept-content {
    width: 100%;
    padding: 20px 20px 50px 20px;
    background: #fff;
  }

  .concept-content p {
    padding-right: 0;
  }

  .concept-be .concept-content .links a {
    padding: 16px 14px;
  }

  .concept-be .concept-content .links a:nth-child(2) {
    margin-right: 0;
  }

  .news {
    padding-bottom: 50px;
  }

  .news h2 {
    font-size: 42px;
  }

  .news h2 a {
    display: none;
  }

  .news .box-news {
    flex-direction: column;
  }

  .news .box-news .visu-box-news {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .news .box-news .visu-box-news .caption {
    right: 0;
  }

  .news .box-news .list-news {
    width: 100%;
    padding-left: 0;
  }

  .news .box-news .list-news .item-news {
    flex-direction: column;
  }

  .news .box-news .list-news .item-news .visu-news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .news .box-news .list-news .item-news .info-news {
    width: 100%;
  }

  .news .box-news .list-news .item-news .info-news p {
    padding-right: 60px;
  }

  .publications-be {
    flex-direction: column;
    padding-left: 30px;
    padding-top: 50px;
  }

  .publications-be .intro-pub {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
  }

  .publications-be .intro-pub p {
    padding-right: 30px;
  }

  .publications-be .intro-pub h2 {
    font-size: 42px;
  }

  .publications-be .intro-pub a {
    display: none;
  }

  .publications-be .slide-pub {
    width: 100%;
    padding-bottom: 50px;
  }

  .publications-be .slide-pub .item-pub {
    width: 343px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .publications-be .slide-pub .visu-pub {
    width: 91px;
    padding-right: 18px;
  }

  .publications-be .slide-pub .infos-pub {
    width: calc(100% - 91px);
    padding-right: 10px;
  }

  .publications-be .slide-pub .infos-pub .title {
    font-size: 15px;
  }

  .publications-be .slide-pub .infos-pub .desc {
    display: none;
  }

  .publications-be .slide-pub .control {
    display: none;
  }

  footer .sup-footer .row-sup-footer {
    flex-direction: column;
  }

  footer .sup-footer .row-sup-footer .col-01 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
  }

  footer .sup-footer .row-sup-footer .col-02 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 60px 60px 60px 0;
  }

  footer .sup-footer .row-sup-footer .col-03 {
    width: 100%;
    padding: 60px 0 0 0;
  }

  footer .sup-footer .row-sup-footer .col-03 .msg-carte {
    padding-left: 30px;
  }

  footer .sup-footer .row-sup-footer .col-03 .carte {
    min-width: 144px;
  }

  footer .sup-footer .row-sup-footer .col-03 .carte img {
    display: block;
    width: 100%;
  }

  footer .sub-footer .row-sub-footer {
    flex-direction: column;
  }

  footer .sub-footer .row-sub-footer .col-01 {
    flex-direction: column;
  }

  footer .sub-footer .row-sub-footer .col-01 .copy-right {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  footer .sub-footer .row-sub-footer .col-02 ul {
    gap: 15px;
  }

  footer .sub-footer .row-sub-footer .col-02 ul li a {
    font-size: 16px;
  }

  .concepts {
    padding: 25px 15px;
  }

  .detail-concept h2 {
    font-size: 30px;
  }

  .detail-news .visu-detail {
    padding-bottom: 0;
  }

  .detail-news .head-detail {
    padding-left: 0;
  }

  .detail-news .head-detail h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .detail-news .desc-detail {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cross-news .other-news {
    flex-wrap: wrap;
  }

  .cross-news .other-news h2 {
    font-size: 35px;
  }

  .cross-news .other-news a {
    font-size: 35px;
  }

  .cross-news .section-corss-news {
    flex-wrap: wrap;
  }

  .financement .item-finance {
    flex-direction: column;
  }

  .financement .item-finance .visu {
    padding-bottom: 30px;
  }

  .intro-gouv h2 {
    font-size: 32px;
  }

  .col-bord-left {
    width: 100%;
    border: none;
    padding-right: 0;
    padding-bottom: 30px;
  }

  .col-bord-right {
    width: 100%;
    padding-left: 0;
  }

  .content-bord {
    padding-top: 25px;
  }

  .filter-indicateur {
    text-align: center;
  }

  .col-left-initi {
    width: 100%;
    padding-right: 0;
  }

  .col-right-initi {
    width: 100%;
  }

  .pubs {
    flex-wrap: wrap;
  }

  .pubs .col-filter-pub {
    width: 100%;
    padding-right: 0;
    border: none;
    padding-bottom: 40px;
  }

  .pubs .col-result-pub {
    width: 100%;
    padding-left: 0;
  }

  .option-filter {
    padding-bottom: 20px;
  }

  .list-pubs .item-pubs .visu-pubs {
    width: 150px;
  }

  .nbr-result {
    font-size: 12px;
  }

  .pager .pagination ul li a {
    font-size: 14px;
  }

  .reclamations {
    flex-wrap: wrap;
  }

  .reclamations .col-left-rec {
    width: 100%;
    padding-right: 0;
  }

  .reclamations .col-right-rec {
    width: 100%;
    padding-left: 0;
  }

  .orientations {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-menu-ori {
    width: 100%;
    border: none;
    padding: 0 0 15px 0;
    overflow: auto;
    margin-bottom: 50px;
  }

  .col-menu-ori ul {
    display: flex;
  }

  .col-menu-ori ul li {
    text-align: center;
    display: inline-block;
  }

  .col-menu-ori ul li a {
    border-radius: 40px;
    text-align: center;
    min-width: 200px;
  }

  .col-content-ori {
    width: 100%;
    padding: 0;
  }

  .informations .col-info-left {
    width: 100%;
    padding-right: 0;
    border: none;
  }

  .informations .col-info-right {
    width: 100%;
    padding-left: 0;
  }

  .filtre-carte {
    flex-direction: column;
  }

  .sponsoring .items-sp {
    flex-direction: column;
  }
}

@media screen and (max-width: 620px) {
  .actualites-be .list-actus .item-actu {
    width: 100%;
    padding-right: 0;
  }

  .actualites-be .list-actus .item-actu:nth-child(2n) {
    padding-left: 0;
  }

  .actualites-be .list-actus .item-actu.big-visu p {
    right: 0;
  }

  .video-list .item-video {
    width: 100%;
    padding-right: 0;
  }

  .video-list .item-video:nth-child(2n) {
    padding-left: 0;
  }

  .item-photo {
    width: 100%;
    padding-right: 0;
  }

  .item-photo:nth-child(2n) {
    padding-left: 0;
  }

  .intortheque h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 520px) {
  .list-revues .item-revue {
    width: 100%;
    padding-right: 0;
  }

  .list-revues .item-revue:nth-child(2n) {
    padding-left: 0;
  }
}




#ball,
.load-me {
  width: 10px;
  height: 10px;
  background: #009EDE;
  position: absolute;
  z-index: 999999999999;
  margin: -10px 0 0 0px;
  left: 50%;
  top: 50%;
  border-radius: 100%;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transition: width 0.5s, height 0.5s, border 0.5s, margin 0.5s;
  transition: width 0.5s, height 0.5s, border 0.5s, margin 0.5s;
}

.overlay-load {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  border-top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background: rgba(255, 255, 255, .2);
}

#ball,
.load-me {
  width: 20px;
  height: 20px;
  background: none;
  border: 1px solid #009EDE;
  margin: -8px 0 0 -9px;
}

#ball-load,
.load-me-sub {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #009EDE;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 1;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
  margin: 1px 0 0 1px;
}

.infos-news .desc p a,
.number-post {
  display: none;
}

.on-loader #ball-load,
.load-me-sub {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}

.concept .inter-banner {
  margin-bottom: 60px;
}

.concept .financement {
  padding: 0;
  margin-bottom: 30px;
}

.no-rst-found {
  padding: 35px 20px;
  text-align: center;
  font-size: 18px;
}

.loader-page {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .95);
  z-index: 9999999999;
  width: 100%;
  height: 100%;
}

.loader-page-anim {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 120px;
  margin: -60px 0 0 -60px;

}

.loader-page-anim img {
  max-width: 100%;
}

.search-pgp .search-field {
  background: #EAF4FA;
  border: none;
  border-radius: 19px;
  height: 36px;
  padding: 0 50px 0 17px;
  font-size: 14px;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 50%;
}

.search-pgp .search-submit {
  background-color: #004165;
  color: #fff;
  border-radius: 19px;
  padding: 9px 20px;
  border: 0;
}

.accordion-list a {
  color: #004165;
}

.limitedTxt {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
}

.leaflet-control-attribution a svg {
  display: none !important;
}

.choice-region {
  overflow: hidden;
}

.choice-region a {
  float: left;
  width: 50%;
  border: 1px solid transparent;
  position: relative;
}

.choice-region a img {
  width: 100%;
  height: auto;
}

.choice-region a:hover {
  border-color: #FBCA74;
}

.choice-region a span {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 19px;
  color: #000;
}

.option-filtre-center {
  width: 100%;
}

.option-filtre-center h4 {
  text-align: center;
}

.filter-indicateur .item:hover {
  background-color: #004165;
  color: #fff;
}


.pagination-link {
  display: none;
}

.afficher-plus {
  text-decoration: none;
  color: #004165;
}

.search .content-banner h1,
.error404 .content-banner h1 {
  display: none;
}

.back-home {
  background: #004165;
  border: none;
  height: 51px;
  border-radius: 26px;
  color: #fff !important;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  padding: 0 25px;
  cursor: pointer;
  display: inline-block;
  line-height: 51px;
  text-decoration: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  color: #46b450;
  font-size: 18px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  padding-top: 10px;
}


/*19/06/2024*/
@media screen and (max-width: 850px) {
  .detail-concept h2{
    padding-left: 15px !important;
  }
  .detail-concept p{
    padding-left: 15px !important;
  }
}