/** END FONCTIONS **/
body {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.conteneur,
.conteneur_large {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  max-width: 1440px;
}
.conteneur_large {
  max-width: 1920px;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0.2;
  background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span {
  font-family: 'TT Norms', sans-serif;
  line-height: 1.5;
}
a {
  text-decoration: none;
}
/* BTNS */
.btn-rond {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  color: #243646;
  padding: 13px 20px 12px 20px;
  border-radius: 30px;
  background: #f4f4f4;
  transition: all 0.25s;
}
.btn-rond i {
  margin-left: 12px;
}
.btn-rond:hover {
  background: #2c5698;
  color: #fff;
}
.btn-rond.blanc:hover {
  background: #3ab3e5;
}
.btn-rond.bleuclair {
  background: #3ab3e5;
  color: #fff;
}
.btn-rond.bleuclair:hover {
  background: #243646;
}
/* BTNS */
/** HEADER **/
header#masthead {
  position: fixed;
  top: 0;
  z-index: 50;
  background: #243646;
  padding: 15px;
  height: 60px;
  width: 100%;
}
header#masthead #logo_libner {
  position: absolute;
}
header#masthead #logo_libner #logo_blanc img {
  width: 133px;
  height: 30px;
}
header#masthead #logo_libner #logo_couleur {
  position: absolute;
  z-index: 2;
  top: 0;
}
header#masthead #menu_libner {
  position: absolute;
  right: 17px;
  top: 15px;
}
/* KEYFRAMES */
@-webkit-keyframes vlt_line_one_open {
  0% {
    width: 29px;
  }
  30% {
    width: 3px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  65% {
    width: 3px;
    -webkit-transform: translate(0, -29px);
    transform: translate(0, -29px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  100% {
    width: 2px;
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
}
@keyframes vlt_line_one_open {
  0% {
    width: 29px;
  }
  30% {
    width: 3px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
  65% {
    width: 3px;
    -webkit-transform: translate(0, -29px);
    transform: translate(0, -29px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  100% {
    width: 2px;
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
}
@-webkit-keyframes vlt_line_two_open {
  65% {
    width: 29px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    width: 29px;
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg);
  }
}
@keyframes vlt_line_two_open {
  65% {
    width: 29px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    width: 29px;
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg);
  }
}
@-webkit-keyframes vlt_line_three_open {
  65% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
  }
}
@keyframes vlt_line_three_open {
  65% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
  }
}
@-webkit-keyframes vlt_line_one_close {
  0%,
  70% {
    width: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    width: 29px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes vlt_line_one_close {
  0%,
  70% {
    width: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    width: 29px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes vlt_line_two_close {
  0% {
    width: 29px;
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg);
  }
  20% {
    width: 3px;
    -webkit-transform: translate(0, 0px) rotate(45deg);
    transform: translate(0, 0px) rotate(45deg);
  }
  40% {
    width: 0;
  }
  65% {
    -webkit-transform: translate(0, -26px);
    transform: translate(0, -26px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  80% {
    width: 0;
  }
  100% {
    width: 29px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes vlt_line_two_close {
  0% {
    width: 29px;
    -webkit-transform: translate(0px, 0px) rotate(45deg);
    transform: translate(0px, 0px) rotate(45deg);
  }
  20% {
    width: 3px;
    -webkit-transform: translate(0, 0px) rotate(45deg);
    transform: translate(0, 0px) rotate(45deg);
  }
  40% {
    width: 0;
  }
  65% {
    -webkit-transform: translate(0, -26px);
    transform: translate(0, -26px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  80% {
    width: 0;
  }
  100% {
    width: 29px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@-webkit-keyframes vlt_line_three_close {
  0% {
    width: 29px;
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
  }
  20% {
    width: 3px;
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
  }
  65% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  90% {
    width: 3px;
  }
  100% {
    width: 29px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
@keyframes vlt_line_three_close {
  0% {
    width: 29px;
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
  }
  20% {
    width: 3px;
    -webkit-transform: translate(0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
  }
  65% {
    -webkit-transform: translate(0, -35px);
    transform: translate(0, -35px);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 1);
    animation-timing-function: cubic-bezier(0, 1, 1, 1);
  }
  90% {
    width: 3px;
  }
  100% {
    width: 29px;
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
  }
}
/* END KEYFRAMES */
/* MENU */
.vlt-menu-burger--closed .line-one {
  -webkit-animation: vlt_line_one_close 850ms ease-in-out forwards;
  animation: vlt_line_one_close 850ms ease-in-out forwards;
}
.vlt-menu-burger--closed .line-two {
  -webkit-animation: vlt_line_two_close 850ms ease-in-out forwards;
  animation: vlt_line_two_close 850ms ease-in-out forwards;
}
.vlt-menu-burger--closed .line-three {
  -webkit-animation: vlt_line_three_close 850ms ease-in-out forwards;
  animation: vlt_line_three_close 850ms ease-in-out forwards;
}
.vlt-menu-burger--opened .line-one {
  -webkit-animation: vlt_line_one_open 850ms ease-in-out forwards;
  animation: vlt_line_one_open 850ms ease-in-out forwards;
}
.vlt-menu-burger--opened .line-two {
  -webkit-animation: vlt_line_two_open 850ms ease-in-out forwards;
  animation: vlt_line_two_open 850ms ease-in-out forwards;
}
.vlt-menu-burger--opened .line-three {
  -webkit-animation: vlt_line_three_open 850ms ease-in-out forwards;
  animation: vlt_line_three_open 850ms ease-in-out forwards;
}
#menu_libner .vlt-menu-burger {
  font-weight: 700;
  position: relative;
  z-index: 80;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
#menu_libner .vlt-menu-burger .vlt-menu-burger__toggle {
  margin-right: -0.3125rem;
  -webkit-transform: scale(0.65);
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  width: 29px;
  height: 29px;
  cursor: pointer;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
#menu_libner .vlt-menu-burger .vlt-menu-burger__toggle .line {
  transition: all 0.25s;
  display: inline-block;
  width: 100%;
  height: 3px;
  margin-bottom: 5px;
  background-color: #fff;
}
#menu_libner .vlt-menu-burger .vlt-menu-burger__toggle .line:last-child {
  margin-bottom: 0;
}
#menu_libner .vlt-menu-burger.vlt-menu-burger--opened .vlt-menu-burger__title {
  color: #243646;
}
#menu_libner .vlt-menu-burger.vlt-menu-burger--opened .vlt-menu-burger__toggle {
  color: #243646;
}
#menu_libner .vlt-menu-burger.vlt-menu-burger--opened .vlt-menu-burger__toggle .line {
  color: #243646;
  background-color: #243646;
}
#menu_libner .vlt-menu-burger.vlt-menu-burger--opened + .vlt-aside-menu-wrapper {
  transform: translateX(0%);
}
#menu_libner .vlt-aside-menu-wrapper {
  position: fixed;
  z-index: 1170;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transform: translateX(100%);
  color: #000;
  background: #fff;
  transition: all 0.5s;
  padding: 17px;
  text-align: right;
}
#menu_libner .vlt-aside-menu-wrapper .vlt-aside-menu {
  width: 100%;
  padding: 0 0 0 8%;
}
#menu_libner .vlt-aside-menu-wrapper #site-navigation {
  text-align: left;
  padding-top: 30px;
}
#menu_libner .vlt-aside-menu-wrapper #site-navigation #primary-menu > li > a,
#menu_libner .vlt-aside-menu-wrapper #site-navigation #primary-menu > li span {
  font-weight: 700;
  color: #243646;
  font-size: 20px;
}
#menu_libner .vlt-aside-menu-wrapper #site-navigation #primary-menu > li:not(:last-child) {
  margin-bottom: 25px;
}
#site-navigation.nav-pc {
  display: none;
}
.menu_langue {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  background: #243646;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 20px;
}
.menu_langue ul li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.menu_langue .tel_contact_l.pc {
  display: none;
}
.menu_langue .tel_header > a,
.menu_langue .contact_h > a,
.menu_langue .tel_header > span,
.menu_langue .contact_h > span {
  color: #fff;
  font-size: 1.25em;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
.menu_langue .tel_header > a,
.menu_langue .tel_header > span {
  padding: 3px 0 3px 35px;
}
.menu_langue .contact_h > a,
.menu_langue .contact_h > span {
  padding: 7px 10px 7px 45px;
  border-radius: 32px;
}
#header .menu_langue .contact_h > a,
#header .menu_langue .contact_h > span {
  background-position: center left 9px;
}
.menu_langue .contact_h > a {
  transition: all 0.25s;
}
.menu_langue .contact_h > a:hover {
  background-color: #3ab3e5;
}
.menu_langue .slogan {
  font-weight: 700;
  color: #fff;
  font-size: 1.25em;
}
.menu_langue .tel_header {
  margin: 5px 0;
}
.menu_langue .tel_header > a,
.menu_langue .tel_header > span {
  background: url(../images/picto-tel-blanc-2.webp) center left 0px no-repeat;
  background-size: 30px 30px;
}
.menu_langue .contact_h > a,
.menu_langue .contact_h > span {
  background: url(../images/picto-contact-blanc-2x.webp) center left 0px no-repeat;
  background-size: 30px 30px;
}
.menu_langue .wpml-ls-legacy-dropdown {
  width: auto;
}
.menu_langue.pc {
  display: none;
}
/* END MENU */
/** END HEADER **/
#main {
  padding-top: 60px;
  width: 100%;
  margin: 0 auto;
}
/** CONSTRUCTEUR DE PAGE **/
.fl-rich-text p,
.fl-accordion-content p,
.fl-tabs p,
.fl-rich-text li,
.fl-accordion-content li,
.fl-tabs li,
.fl-rich-text h1,
.fl-accordion-content h1,
.fl-tabs h1,
.fl-rich-text h2,
.fl-accordion-content h2,
.fl-tabs h2,
.fl-rich-text h3,
.fl-accordion-content h3,
.fl-tabs h3,
.fl-rich-text h4,
.fl-accordion-content h4,
.fl-tabs h4,
.fl-rich-text h5,
.fl-accordion-content h5,
.fl-tabs h5,
.fl-rich-text h6,
.fl-accordion-content h6,
.fl-tabs h6 {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.fl-rich-text p strong,
.fl-accordion-content p strong,
.fl-tabs p strong,
.fl-rich-text li strong,
.fl-accordion-content li strong,
.fl-tabs li strong,
.fl-rich-text h1 strong,
.fl-accordion-content h1 strong,
.fl-tabs h1 strong,
.fl-rich-text h2 strong,
.fl-accordion-content h2 strong,
.fl-tabs h2 strong,
.fl-rich-text h3 strong,
.fl-accordion-content h3 strong,
.fl-tabs h3 strong,
.fl-rich-text h4 strong,
.fl-accordion-content h4 strong,
.fl-tabs h4 strong,
.fl-rich-text h5 strong,
.fl-accordion-content h5 strong,
.fl-tabs h5 strong,
.fl-rich-text h6 strong,
.fl-accordion-content h6 strong,
.fl-tabs h6 strong {
  font-weight: bold;
}
.fl-rich-text p a,
.fl-accordion-content p a,
.fl-tabs p a,
.fl-rich-text li a,
.fl-accordion-content li a,
.fl-tabs li a,
.fl-rich-text h1 a,
.fl-accordion-content h1 a,
.fl-tabs h1 a,
.fl-rich-text h2 a,
.fl-accordion-content h2 a,
.fl-tabs h2 a,
.fl-rich-text h3 a,
.fl-accordion-content h3 a,
.fl-tabs h3 a,
.fl-rich-text h4 a,
.fl-accordion-content h4 a,
.fl-tabs h4 a,
.fl-rich-text h5 a,
.fl-accordion-content h5 a,
.fl-tabs h5 a,
.fl-rich-text h6 a,
.fl-accordion-content h6 a,
.fl-tabs h6 a {
  font-weight: bold;
  border-bottom: 2px solid;
  color: #000000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.fl-rich-text p a:hover,
.fl-accordion-content p a:hover,
.fl-tabs p a:hover,
.fl-rich-text li a:hover,
.fl-accordion-content li a:hover,
.fl-tabs li a:hover,
.fl-rich-text h1 a:hover,
.fl-accordion-content h1 a:hover,
.fl-tabs h1 a:hover,
.fl-rich-text h2 a:hover,
.fl-accordion-content h2 a:hover,
.fl-tabs h2 a:hover,
.fl-rich-text h3 a:hover,
.fl-accordion-content h3 a:hover,
.fl-tabs h3 a:hover,
.fl-rich-text h4 a:hover,
.fl-accordion-content h4 a:hover,
.fl-tabs h4 a:hover,
.fl-rich-text h5 a:hover,
.fl-accordion-content h5 a:hover,
.fl-tabs h5 a:hover,
.fl-rich-text h6 a:hover,
.fl-accordion-content h6 a:hover,
.fl-tabs h6 a:hover {
  box-shadow: 0 1px 0 0 #000;
}
/** END CONSTRUCTEUR DE PAGE **/
#bandeau {
  padding: 20px;
  background-color: #FFF;
}
#bandeau h1,
#bandeau .titre {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #2c5698;
}
#breadcrumbs a {
  color: #000000;
  text-decoration: underline;
}
#breadcrumbs a,
#breadcrumbs span {
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
}
#breadcrumbs span.breadcrumb_last {
  font-weight: 400;
}
.contenu ul {
  margin: 15px 0;
}
.contenu ul li {
  position: relative;
  padding-left: 25px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
}
.contenu ul li:last-of-type {
  margin-bottom: 0;
}
.contenu ul li a {
  color: #3ab3e5;
  transition: all 0.25s;
}
.contenu ul li a:hover {
  color: #243646;
}
.contenu ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 15px;
  height: 3px;
  background-color: #3ab3e5;
}
.contenu ol li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 16px;
  counter-increment: li;
}
.contenu ol li:last-of-type {
  margin-bottom: 0;
}
.contenu ol li a {
  color: #3ab3e5;
  transition: all 0.25s;
}
.contenu ol li a:hover {
  color: #243646;
}
.contenu ol li:before {
  content: counter(li);
  color: #fff;
  display: inline-block;
  width: 24px;
  line-height: 24px;
  font-size: 14px;
  margin: 0;
  background: #3ab3e5;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
/** FOOTER **/
#footer_libner {
  text-align: center;
  padding-top: 40px;
}
#footer_libner #newsletter_footer {
  background: #2c5698;
  padding: 50px 20px;
}
#footer_libner #newsletter_footer #libelle_newsletter {
  color: #fff;
  margin-bottom: 10px;
}
#footer_libner #newsletter_footer #libelle_newsletter b {
  text-transform: uppercase;
}
#footer_libner #newsletter_footer #form_newsletter form {
  position: relative;
}
#footer_libner #newsletter_footer #form_newsletter form input[type="text"] {
  border: none;
  padding: 9px 45px 8px 10px;
  color: #243646;
  font-size: 14px;
  outline: none;
  line-height: 28px;
}
#footer_libner #newsletter_footer #form_newsletter form input[type="submit"] {
  background: url(../images/picto-envoi-newsletter.png) center center no-repeat #3ab3e5;
  background-size: 26px 30px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
}
#footer_libner #newsletter_footer #form_newsletter form .gform_footer {
  margin: 0;
  padding: 0;
}
#footer_libner #footer_bas {
  padding: 0px 20px 20px 20px;
}
#footer_libner #footer_bas #gauche_bas #logo_footer {
  display: block;
  margin: 0 auto 15px auto;
  max-width: 200px;
}
#footer_libner #footer_bas #gauche_bas #footer_adresse #libner {
  font-family: 'TT Norms', serif;
  color: #243646;
  text-transform: uppercase;
  font-size: 35px;
  display: block;
  margin-bottom: 10px;
}
#footer_libner #footer_bas #gauche_bas #footer_adresse p,
#footer_libner #footer_bas #gauche_bas #footer_adresse span {
  color: #243646;
  margin-right: 5px;
}
#footer_libner #footer_bas #gauche_bas #footer_adresse #adresse_f {
  margin-bottom: 13px;
}
#footer_libner #footer_bas #gauche_bas #footer_adresse #tel_fax_f {
  margin-bottom: 15px;
}
#footer_libner #footer_bas #gauche_bas #footer_adresse #tel_fax_f span,
#footer_libner #footer_bas #gauche_bas #footer_adresse #tel_fax_f a {
  color: #243646;
}
#footer_libner #footer_bas #gauche_bas #menu_footer_bas {
  margin-top: 30px;
}
#footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer {
  flex-wrap: wrap;
}
#footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer li a,
#footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer li span {
  display: block;
  font-size: 14px;
  color: #243646;
  padding: 3px 5px;
}
#footer_libner #rs_footer {
  margin-bottom: 15px;
  padding: 0 20px;
}
#footer_libner #rs_footer #reseaux_sociaux {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer_libner #rs_footer #reseaux_sociaux a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E36844;
  border-radius: 50%;
  color: #fff;
  margin: 2px;
  height: 32px;
  width: 32px;
}
#footer_libner.scroll #rs_footer #reseaux_sociaux a {
  color: #E36844;
  border-color: #E36844;
  background-color: #fff;
}
/** END FOOTER **/
/* ACTUS */
#actus_h {
  margin-top: 50px;
}
#liste_actus_h .une_actu {
  background: #f6f7f7;
  margin-bottom: 20px;
}
#liste_actus_h .une_actu a {
  display: flex;
  align-items: center;
  position: relative;
}
#liste_actus_h .une_actu .visuel {
  width: 110px;
  height: 110px;
}
#liste_actus_h .une_actu .contenu {
  color: #3ab3e5;
  position: relative;
  z-index: 2;
  flex: 1;
  padding: 0 12px 0 12px;
}
#liste_actus_h .une_actu .contenu .date {
  display: block;
  margin-bottom: 8px;
}
#liste_actus_h .une_actu .contenu .date span {
  font-family: 'TT Norms', serif;
  font-size: 14px;
}
#liste_actus_h .une_actu .contenu .titre {
  font-size: 12px;
}
/* END ACTUS */
/* Version 768 */
@media (min-width: 768px) {
  /** HEADER **/
  /* MENU */
  #menu_libner .vlt-aside-menu-wrapper {
    width: 49%;
    max-width: 34.0625rem;
  }
  /* END MENU */
  /** END HEADER **/
}
/* Version > 1024 */
@media (min-width: 1024px) {
  /* ACTUS */
  #actus_h {
    margin-top: 40px;
  }
  #actus_h #liste_actus_h {
    display: flex;
    flex-wrap: wrap;
  }
  #actus_h #liste_actus_h .une_actu {
    flex: 1;
    margin: 0;
  }
  #actus_h #liste_actus_h .une_actu:nth-of-type(2) {
    margin: 0 20px;
  }
  #actus_h #liste_actus_h.page {
    justify-content: space-between;
  }
  #actus_h #liste_actus_h.page .une_actu {
    width: 30%;
    flex: none;
    margin: 0 !important;
    margin-bottom: 40px !important;
  }
  /* END ACTUS */
}
/* Version > 1200 */
@media (min-width: 1200px) {
  #main {
    padding-top: 0;
  }
  .conteneur,
  .conteneur_large {
    padding: 0 20px;
  }
  /** HEADER **/
  header#masthead {
    padding: 10px 20px 0 20px;
    padding: 10px 0 0 0;
    background: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    top: 0;
    transition: all 0.25s;
  }
  body:not(.home) header#masthead {
    background: #fff;
  }
  header#masthead:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent;
    transition: all 0.25s;
  }
  header#masthead .conteneur_header {
    padding: 65px 50px 15px 50px;
    transition: all 0.25s;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  header#masthead #logo_libner {
    position: static;
  }
  header#masthead #logo_libner #logo_blanc,
  header#masthead #logo_libner #logo_couleur {
    width: 270px;
    height: 61px;
    transition: all 0.25s;
  }
  header#masthead #logo_libner #logo_blanc img,
  header#masthead #logo_libner #logo_couleur img {
    width: 270px;
    height: 61px;
    transition: all 0.2s;
  }
  header#masthead #logo_libner #logo_blanc img {
    width: 270px;
    height: 61px;
  }
  header#masthead #logo_libner #logo_couleur {
    top: 60px;
  }
  body:not(.home) header#masthead #logo_libner #logo_couleur {
    opacity: 1 !important;
  }
  header#masthead #menu_lang {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  header#masthead #menu_lang #site-navigation {
    margin-bottom: 10px;
    max-width: 1000px;
  }
  header#masthead #site-navigation.nav-pc {
    display: block;
  }
  header#masthead #site-navigation #primary-menu {
    display: flex;
  }
  header#masthead #site-navigation #primary-menu > li {
    margin-left: 10px;
    position: relative;
    padding: 0 10px;
  }
  header#masthead #site-navigation #primary-menu > li > a,
  header#masthead #site-navigation #primary-menu > li > span {
    font-size: 1.25em;
    line-height: 1.2;
    transition: all 0.25s;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #fff;
  }
  body:not(.home) header#masthead #site-navigation #primary-menu > li > a,
  body:not(.home) header#masthead #site-navigation #primary-menu > li > span {
    color: #243646;
  }
  header#masthead #site-navigation #primary-menu > li a {
    transition: all 0.25s;
  }
  header#masthead #site-navigation #primary-menu > li a:hover {
    color: #E36844 !important;
  }
  header#masthead #site-navigation #primary-menu > li .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: -20px;
    background: #fff;
    min-width: calc(100% + 110px);
    padding: 25px 20px 15px 20px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  header#masthead #site-navigation #primary-menu > li .sub-menu li a,
  header#masthead #site-navigation #primary-menu > li .sub-menu li span {
    display: block;
    color: #243646;
    padding: 5px 10px 5px 10px;
    font-size: 1.15em;
  }
  header#masthead #site-navigation #primary-menu > li .sub-menu li a {
    transition: all 0.25s;
  }
  header#masthead #site-navigation #primary-menu > li .sub-menu li a:hover {
    color: #E36844;
  }
  header#masthead #site-navigation #primary-menu > li:hover > a,
  header#masthead #site-navigation #primary-menu > li:hover > span {
    color: #E36844;
  }
  header#masthead #site-navigation #primary-menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  header#masthead #menu_libner {
    display: none;
  }
  header#masthead.scroll {
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.08);
  }
  header#masthead.scroll:before {
    background: #fff;
  }
  header#masthead.scroll #logo_libner #logo_couleur {
    opacity: 1 !important;
    top: 51px;
  }
  header#masthead.scroll #logo_libner #logo_blanc {
    position: absolute;
    top: 51px;
  }
  header#masthead.scroll #tel_mail_header {
    color: #243646;
  }
  header#masthead.scroll #tel_mail_header #groupe_t {
    color: #243646;
  }
  header#masthead.scroll .conteneur_header {
    padding-top: 65px;
  }
  header#masthead.scroll #site-navigation #primary-menu > li > a,
  header#masthead.scroll #site-navigation #primary-menu > li > span {
    color: #243646;
  }
  .menu_langue.pc {
    display: flex;
    position: absolute;
    z-index: 5;
    bottom: auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    width: 100vw;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 100vw;
  }
  .menu_langue .tel_contact_l.pc {
    display: flex;
    align-items: center;
  }
  .menu_langue .contact_h {
    margin: 0 0 0 30px;
  }
  .menu_langue .tel_header {
    margin: 0;
  }
  .menu_langue .slogan {
    position: relative;
    padding: 0 30px 0 0;
    margin: 0 30px 0 0;
  }
  .menu_langue .slogan:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu_langue .wpml-ls-legacy-dropdown {
    margin-left: 30px;
    width: 160px;
  }
  .menu_langue .wpml-ls-legacy-list-horizontal ul li {
    margin: 0 5px;
  }
  .menu_langue .wpml-ls-legacy-list-horizontal ul li a {
    padding: 3px;
  }
  /** END HEADER **/
  /** CONTENU **/
  #bandeau {
    padding-top: 130px;
  }
  #bandeau h1,
  #bandeau .titre {
    text-align: center;
    color: #2c5698;
    font-size: 50px;
    margin-top: 50px;
  }
  #breadcrumbs {
    text-align: center;
  }
  #breadcrumbs a,
  #breadcrumbs span {
    color: #2c5698;
  }
  .page-template-default #bandeau {
    margin-top: 150px;
    padding: 100px 20px;
  }
  .page-template-default #bandeau h1,
  .page-template-default #bandeau .titre {
    color: #fff;
  }
  .page-template-default #bandeau #breadcrumbs a,
  .page-template-default #bandeau #breadcrumbs span {
    color: #fff;
  }
  /** CONTENU **/
  /* ACTUS */
  #actus_h {
    margin-top: 120px;
  }
  #actus_h #liste_actus_h {
    margin-top: 10px;
  }
  #actus_h #liste_actus_h .une_actu {
    width: 370px;
    flex: none;
  }
  #actus_h #liste_actus_h .une_actu a {
    display: block;
    height: 100%;
  }
  #actus_h #liste_actus_h .une_actu a .visuel {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
    transition: all 0.25s;
  }
  #actus_h #liste_actus_h .une_actu a .contenu {
    padding: 35px 40px;
  }
  #actus_h #liste_actus_h .une_actu a .contenu .date .jour {
    display: block;
    font-weight: bold;
    font-size: 65px;
    line-height: 1;
  }
  #actus_h #liste_actus_h .une_actu a .contenu .date .mois_annee {
    text-transform: uppercase;
    font-family: 'TT Norms', sans-serif;
    font-weight: 700;
    font-size: 12px;
  }
  #actus_h #liste_actus_h .une_actu a .contenu .titre {
    font-size: 19px;
    font-weight: 700;
    min-height: 75px;
    margin: 18px 0 17px 0;
  }
  #actus_h #liste_actus_h .une_actu a:hover .visuel {
    opacity: 1;
  }
  #actus_h #liste_actus_h .une_actu:nth-of-type(2) {
    margin: 0 30px;
  }
  /* END ACTUS */
  /** FOOTER **/
  #footer_libner {
    text-align: left;
  }
  #footer_libner #newsletter_footer {
    padding: 90px 0 90px 0;
  }
  #footer_libner #newsletter_footer .conteneur {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer_libner #newsletter_footer #form_newsletter {
    width: 670px;
  }
  #footer_libner #newsletter_footer #libelle_newsletter {
    flex: 1;
    padding: 0 0 0 0;
    margin: 0;
    position: relative;
  }
  #footer_libner #newsletter_footer #libelle_newsletter span {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
  }
  #footer_libner #newsletter_footer #libelle_newsletter b {
    font-size: 20px;
  }
  #footer_libner #newsletter_footer #libelle_newsletter img {
    position: absolute;
    right: 30px;
    top: 18px;
  }
  #footer_libner #footer_bas {
    position: relative;
    padding: 0;
  }
  #footer_libner #footer_bas #gauche_bas #footer_adresse {
    margin: 30px auto 30px auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer_libner #footer_bas #gauche_bas #footer_adresse #logo_footer {
    width: 300px;
    margin: 0;
    max-width: 300px;
  }
  #footer_libner #footer_bas #gauche_bas #footer_adresse #libner {
    font-size: 65px;
    margin-bottom: 15px;
  }
  #footer_libner #footer_bas #gauche_bas #footer_adresse #adresse_f {
    display: flex;
    font-size: 0.85em;
    margin: 0 30px 0 0;
  }
  #footer_libner #footer_bas #gauche_bas #footer_adresse #tel_fax_f {
    margin-bottom: 10px;
    font-size: 0.85em;
    text-align: center;
  }
  #footer_libner #footer_bas #gauche_bas #footer_adresse #droite_footer {
    display: flex;
    align-items: center;
  }
  #footer_libner #footer_bas #gauche_bas #menu_footer_bas {
    margin-top: 20px;
    text-align: center;
    background: #efefef;
  }
  #footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer {
    display: flex;
    justify-content: center;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  #footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer > li > a,
  #footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer > li > span {
    padding: 8px 10px;
  }
  #footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer > li > a {
    transition: all 0.25s;
  }
  #footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer > li > a:hover {
    color: #3ab3e5;
  }
  #footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer > li:not(:last-child) {
    position: relative;
    margin-right: 10px;
  }
  #footer_libner #footer_bas #gauche_bas #menu_footer_bas #menu_footer > li:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 1px;
    background: #243646;
    position: absolute;
    top: 19px;
    right: -8px;
  }
  #footer_libner #footer_bas #droite_bas {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
  }
  #footer_libner #rs_footer {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
  }
  #footer_libner #rs_footer #reseaux_sociaux {
    display: flex;
  }
  #footer_libner #rs_footer #reseaux_sociaux a {
    background: transparent;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    transition: all 0.25s;
  }
  #footer_libner #rs_footer #reseaux_sociaux a:not(:last-child) {
    margin-right: 10px;
  }
  #footer_libner #rs_footer #reseaux_sociaux a:hover {
    background: #E36844;
    border-color: #E36844;
    box-shadow: 0px 0px 10px 0px #E36844;
    color: #fff;
  }
  /** END FOOTER **/
}
/* Version > 1600 */
@media (min-width: 1600px) {
  /** HEADER **/
  header#masthead #menu_lang #site-navigation {
    max-width: 100%;
  }
  header#masthead #site-navigation #primary-menu > li {
    margin-left: 30px;
  }
  header#masthead #site-navigation #primary-menu > li > a,
  header#masthead #site-navigation #primary-menu > li > span {
    font-size: 1.65em;
  }
  /** END HEADER **/
}
/* END Version > 1600 */
