@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.site-header {
  padding: 0;
  background-color: #fff;
  z-index: 999;
  position: sticky;
  margin: 0 auto;
  top: 0;
}

.title-area {
  position: relative;
  height: 90px;
  width: 100%;
  max-width: 100% !important;
  text-align: center;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #59c4e8;
  padding: 5px 15px;
}

.title-area .site-title {
  vertical-align: middle;
}

.title-area .custom-logo-link {
  max-width: 350px;
}

.nav-primary {
  height: 80px;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 0 !important;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.1);
}

.nav-primary ul {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

.nav-primary ul li {
  padding: 20px 0;
}

.nav-primary ul li.align-left,
.nav-third ul li.align-left {
  float: left;
}

.nav-primary ul li.align-right,
.nav-third ul li.align-right {
  float: right;
}

.nav-primary ul > li a {
  color: #0070ba;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  border-right: 1px solid #aaa;
  padding: 10px 15px;
}

.nav-primary ul li.two-lines a {
  padding: 0px 15px;
}

.nav-primary ul li:nth-last-of-type(2) a,
.nav-primary ul li:last-child a {
  border: none;
}

.nav-primary .sub-menu {
  margin-top: 20px;
}

.nav-primary .sub-menu li {
  margin: 0;
  padding: 0;
}

.nav-primary .sub-menu li a {
  border: none !important;
  border-bottom: 1px solid #eee !important;
}

.sub-menu-toggle {
  padding: 20px 10px;
}

.site-top-header {
  width: 100%;
  height: 50px;
  background-color: #0070ba;
}

.nav-third {
  width: 100%;
  float: left;
  height: 50px;
}

.nav-third ul {
  float: left;
  width: 100%;
  padding: 0 5px 0 5px;
  margin: 0;
}

.nav-third ul li {
  padding: 10px 0 15px 8px;
}

.nav-third ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  padding: 0 8px 0 0;
  margin-top: 7px;
}

.nav-third ul li a:hover,
.nav-third ul li a:focus {
  color: #fff !important;
}

.nav-third ul li.align-left:nth-child(4) a {
  border: none;
}

.nav-third ul li i {
  margin-right: 2px;
}

.nav-third ul li.search-box a {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #fff;
  border-radius: 50%;
  color: #0070ba;
  height: 32px;
  width: 32px;
  line-height: 33px;
  margin-top: -1px;
  margin-right: 8px;
  text-align: center;
  float: right;
}

.nav-third ul li.search-box a:hover {
  background-color: #0070ba;
  color: #fff;
}

.nav-third ul li.search-box a span {
  margin-left: 6px;
}

.overlay-search-box {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 112, 186, 0.9);
  z-index: 10000;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 15px;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.overlay-search-box.visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.overlay-search-box .content-search {
  max-width: 600px;
  width: 100%;
}

.overlay-search-box .content-search .searchform input[type=submit] {
  background-color: #fff;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
}

.overlay-search-box .content-search .searchform input[type=submit]:hover {
  background-color: #000 !important;
  color: #fff;
}

.overlay-search-box .content-search h4 {
  color: #FFF;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.overlay-search-box .search-box-close {
  color: #FFF;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 200;
  float: right;
  margin-top: -25px;
}

.overlay-search-box .content-search .searchform input[type=text] {
  font-size: 14px;
  font-size: 1.4rem;
}

.noscroll {
  overflow: hidden;
}

.nav-third ul li.align-right {
  padding: 11px 10px;
}

.nav-third ul li.align-right a {
  font-size: 14px;
  font-size: 1.4rem;
}

.nav-third ul li.align-right a span {
  display: inline-block;
}

.site-sub-header {
  float: right;
  width: 100%;
  position: relative;
}

.site-sub-header .nav-fourth.hide {
  margin-top: -142px;
}

.site-sub-header .nav-fourth {
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.nav-fourth {
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
  background-color: #efefef;
  height: 110px;
}

.nav-fourth ul {
  height: 100%;
  padding: 0;
  margin: 0;
}

.nav-fourth ul li {
  float: left;
  line-height: 1.1;
  border-right: 1px solid #fff;
  height: 100%;
  width: 150px;
  padding: 0;
  background-color: #0070ba;
}

.nav-fourth ul li:last-child {
  border-right: none;
}

.nav-fourth ul li a {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.nav-fourth ul li a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.nav-fourth ul li a .texte-menu-sub {
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  text-decoration: none;
  padding: 23px 15px;
  height: 100%;
  width: 100%;
}

.nav-fourth ul li:nth-child(2) a .texte-menu-sub {
  padding-left: 25px;
}

.nav-fourth ul li a:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 80;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.nav-fourth ul li a img {
  position: absolute;
  z-index: 0;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.nav-fourth ul li a span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.nav-fourth ul li a span:first-child {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.nav-fourth ul li:first-child {
  position: relative;
  border: none;
  max-width: 160px !important;
  min-width: 160px !important;
}

.nav-fourth ul li:nth-child(2) {
  width: 160px;
}

.nav-fourth ul li .lab-texte {
  position: relative;
  z-index: 100;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 37px 20px;
  text-transform: uppercase;
  background-color: #fab900;
  color: #fff;
  height: 100%;
}

.nav-fourth ul li .img-menu-sub {
  position: absolute;
  height: 100%;
  width: 150px;
  background-color: #000;
}

.nav-fourth ul li .lab-fleche {
  position: absolute;
  z-index: 150;
  top: 2px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  border-left: 10px solid #fab900;
}

.btn-close-submenu {
  position: absolute;
  z-index: 0;
  color: #fff;
  bottom: -31px;
  right: 15px;
  font-size: 30px;
  font-size: 3rem;
  background: transparent;
  background-color: #fab900;
  padding: 0px 8px;
  line-height: 1;
  -webkit-border-bottom-right-radius: 45px;
  -webkit-border-bottom-left-radius: 45px;
  -moz-border-radius-bottomright: 45px;
  -moz-border-radius-bottomleft: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  width: 40px;
  text-align: center;
}

.btn-close-submenu:hover,
.btn-close-submenu:focus {
  color: #0070ba;
  background-color: #fab900;
}

.btn-open-submenu {
  position: absolute;
  z-index: 0;
  color: #fff;
  top: 0;
  right: 15px;
  font-size: 30px;
  font-size: 3rem;
  background: transparent;
  background-color: #fab900;
  padding: 0px 8px;
  line-height: 1;
  -webkit-border-bottom-right-radius: 45px;
  -webkit-border-bottom-left-radius: 45px;
  -moz-border-radius-bottomright: 45px;
  -moz-border-radius-bottomleft: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  width: 40px;
  text-align: center;
}

.btn-open-submenu:hover {
  color: #0070ba;
  background-color: #fab900;
}

.site-social-header {
  position: absolute;
  top: 0;
  right: 0;
  padding: 35px 10px 35px 10px;
}

.site-social-header ul {
  margin: 0;
  padding: 0;
}

.site-social-header ul li {
  float: right !important;
}

.site-social-header ul li:nth-child(2) {
  border-left: 1px solid #0070ba;
  padding-left: 8px;
  margin-left: 9px;
}

.site-social-header ul li a {
  color: #0070ba;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 0 5px;
}

.site-lang-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 37px 15px 37px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fab900;
}

.site-social-header ul li a .fa-hal {
  margin-top: 2px;
  display: inline-block;
  background-image: url("images/structure/icon-hal.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
}

.site-social-header ul li a .fa-canalu {
  margin-top: 2px;
  display: inline-block;
  background-image: url("images/structure/icon-canalu.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
}

@media only screen and (max-width: 1420px) {
  .nav-fourth ul li .img-menu-sub {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .site-sub-header {
    display: none;
    border-top: 1px solid #aaaaaa;
  }
  .site-header .menu-toggle::before {
    width: 30px;
    height: 30px;
    font-size: 30px;
    font-size: 3rem;
  }
  .nav-primary {
    height: auto;
    position: initial !important;
  }
  .nav-primary ul li.align-left,
  .nav-primary ul li.align-right {
    float: none;
  }
  .nav-primary ul li {
    border-top: 1px solid #aaaaaa;
    padding: 0;
  }
  .nav-primary ul li.two-lines a {
    padding: 20px 15px;
  }
  .nav-primary ul li a {
    border: none;
    padding: 20px 15px;
  }
  .nav-primary ul li a br {
    display: none;
  }
  .nav-primary ul li ul.sub-menu {
    padding: 0;
    margin: 0;
  }
  .nav-primary .sub-menu li a {
    background-color: #efefef;
  }
  .nav-primary .sub-menu li a:before {
    content: "- ";
  }
  .site-social-header {
    display: none;
  }
  .site-social-header ul li.menu-item {
    display: inline-block;
  }
  .site-lang-header {
    top: 84px;
    z-index: 999;
  }
}
@media only screen and (max-width: 880px) {
  .nav-fourth ul li:first-child {
    display: none;
  }
}
@media only screen and (max-width: 760px) {
  .nav-third ul li.align-left a span span {
    display: none;
  }
  .nav-third ul li.align-right {
    max-width: 200px;
  }
  .nav-third ul li.align-right a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 420px) {
  .nav-third ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .nav-third ul li a span span {
    display: none;
  }
  .nav-third ul li.align-right {
    max-width: auto;
  }
  .nav-third ul li.align-right a {
    overflow: visible;
    white-space: initial;
    text-overflow: initial;
  }
  .nav-third ul li.align-right a span span {
    display: none;
  }
}
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Roboto", sans-serif;
  color: #202020;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #202020;
}

hr {
  margin: 20px 0;
}

*:focus {
  outline: none;
}

button[type=submit],
input[type=submit] {
  border-radius: 0;
}

button[type=submit]:hover,
input[type=submit]:hover,
button[type=submit]:focus,
input[type=submit]:focus {
  background-color: #ccc !important;
  color: #000;
}

button:focus {
  color: #202020;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.g-10, .gy-10 {
  --bs-gutter-y: 10rem;
}

.g-10, .gx-10 {
  --bs-gutter-x: 10rem;
}

.entry-content ul,
.entry-content ol {
  list-style-position: inside;
  padding-left: 0;
}

.texte-content a {
  color: #000;
  text-decoration: underline;
}

.texte-content a:hover {
  color: #000;
  text-decoration: underline;
}

.site-inner {
  max-width: 100%;
  min-height: calc(100vh - 266px);
  padding: 0 15px;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.12);
  z-index: 100;
  position: relative;
}

.site-inner .content {
  width: 100%;
}

.site-inner .content .entry-header {
  padding: 30px 0;
}

.site-inner .content .entry-header .entry-title {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  max-width: 1224px;
  margin: 0 auto;
}

.site-inner .content .entry-content .soustitre {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 300;
  color: #0070ba;
  text-transform: uppercase;
  margin: 5px auto 0;
  line-height: 1.2;
}

.site-inner .content .breadcrumb {
  width: 100%;
  border: none;
  margin: 0;
  color: rgb(89, 196, 232);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.site-inner .content .breadcrumb a {
  color: rgb(89, 196, 232);
  float: left;
  line-height: 1.4;
}

.site-inner .content .breadcrumb i {
  margin-right: 4px;
  float: left;
  line-height: 1.4;
}

.site-inner .content .breadcrumb > span {
  margin-right: 4px;
  float: left;
  line-height: 1.4;
}

.site-inner .content .breadcrumb > span:first-child {
  margin-top: -1px;
}

.site-inner .content .entry-content {
  max-width: 1224px;
  margin: 0 auto;
}

.lien-interne {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #59c4e8;
  text-align: center;
  padding: 12px 30px;
  margin-top: 20px;
  color: #0070ba;
}

.lien-interne:hover {
  color: #fff;
}

/*--------------------------*/
.shortcuts [class*=col] {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  padding: 30px 0;
}

.shortcuts [class*=col] i {
  font-size: 50px;
  font-size: 5rem;
  margin-bottom: 10px;
}

.site-footer {
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.12);
  width: 100%;
  float: right;
}

/*--------------------------*/
.owl-carousel .owl-stage {
  display: flex;
}

.container-box {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  overflow: hidden;
}

.container-box .img-box {
  position: relative;
}

.container-box .img-box .cat-box {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 8px 15px 7px;
  background-color: rgba(89, 196, 232, 0.9);
  color: #fff;
}

.container-box .img-box .cat-box span:last-child {
  display: none;
}

.container-box .content-box {
  padding: 20px 10px 25px;
}

.container-box .content-box h4 {
  line-height: 1.1;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.container-box .content-box .text-box {
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  color: #202020;
}

.container-box .content-box .date-single {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #5e5e5e;
}

.container-box .content-box h4.simple {
  text-align: center;
  text-transform: uppercase;
}

.container-box .content-box .type-document {
  color: #0070ba;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}

.container-box .content-box .type-document span:last-child {
  display: none;
}

.container-box .content-box .cat-tag {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: rgb(89, 199, 232);
  display: block;
  margin-bottom: 5px;
}

.container-box .content-box .cat-tag div {
  display: inline-block;
}

.container-box .content-box .cat-tag .cat:after {
  content: " | ";
}

.container-box .content-box .cat-tag .cat span:last-child,
.container-box .content-box .cat-tag .tag span:last-child {
  display: none;
}

.agenda .date-box {
  display: inline-block;
  float: left;
  text-align: center;
  padding: 10px 15px;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 0;
  color: #fff;
  background-color: rgb(89, 196, 232);
}

.agenda .date-box .number-date {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 23px;
  font-weight: 600;
}

.agenda .date-box .month-date {
  font-size: 13px;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
}

.agenda .content-box h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  color: #202020;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 10px;
}

.agenda .content-box .full-date-box {
  margin: 5px 0;
  min-height: 23px;
  color: #555555;
  line-height: 1.42;
  position: relative;
  padding-left: 20px;
}

.agenda .content-box .full-date-box::before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

.agenda .content-box .location-box::before {
  content: "\f041";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

.agenda .content-box .location-box {
  margin: 5px 0;
  min-height: 23px;
  color: #555555;
  line-height: 1.42;
  position: relative;
  padding-left: 20px;
}

.agenda .content-box .location-box.online::before {
  content: "\f0ac";
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 1.2rem;
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  font-style: italic;
}

@media only screen and (max-width: 992px) {
  .home .content .front-page-0 .all-content {
    margin-top: 15px;
    height: initial !important;
  }
  .home .content .front-page-0 .all-content h5 {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    transform: initial !important;
  }
  .home .content .front-page-0 .all-content h5 br {
    display: none;
  }
  .home .content .front-page-0 .all-content h5 i {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home .content .front-page-2 .all-content {
    margin-top: 15px;
    height: initial !important;
  }
  .home .content .front-page-2 .all-content h5 {
    position: relative !important;
    top: initial !important;
    left: initial !important;
    transform: initial !important;
  }
  .home .content .front-page-2 .all-content h5 br {
    display: none;
  }
  .home .content .front-page-2 .all-content h5 i {
    display: none;
  }
}
.page-id-3564 .content .entry-header {
  max-width: 1224px;
  margin: 0 auto;
}

.page-id-3564 .content .entry-header h1 {
  display: inline-block;
  max-width: initial;
  margin: initial;
  display: inline-block;
}

.page-id-3564 .content .entry-header .resultat-title {
  display: inline-block;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
}

.osu-pytheas-news .entry-content .content-box .cat-tag {
  display: inline-block;
  border: 1px solid rgb(89, 196, 232);
  margin: 10px 0;
  border-radius: 4px;
}

.osu-pytheas-news .entry-content .content-box .cat-tag .date-single {
  font-size: 12px;
  font-size: 1.2rem;
  float: right;
  margin: 0;
  padding: 5px 10px;
  border-left: 1px solid rgb(89, 196, 232);
}

.osu-pytheas-news .entry-content .content-box .cat-tag .cat,
.osu-pytheas-news .entry-content .content-box .cat-tag .tag {
  display: inline-block;
}

.osu-pytheas-news .entry-content .content-box .cat-tag .dash:last-child,
.osu-pytheas-news .entry-content .content-box .cat-tag .dash:last-child {
  display: none;
}

.osu-pytheas-news .entry-content .content-box .cat-tag .cat {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 10px;
  background-color: rgb(89, 196, 232);
  color: #fff;
  float: left;
  display: block;
}

.osu-pytheas-news .entry-content .content-box .cat-tag .tag {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 5px 10px;
  color: #5e5e5e;
  float: left;
  display: block;
}

.osu-pytheas-news .entry-content .content-box .text-box {
  margin-top: 5px;
}

.osu-pytheas-news .entry-content .content-box .type-document {
  color: #0070ba;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}

.page .conditions-utilisation {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-style: italic;
  text-align: justify;
  margin-top: 30px;
  padding-top: 20px;
  width: 100%;
  max-width: 70%;
}

.page .conditions-utilisation a {
  color: #0070ba;
  text-decoration: underline;
}

.page .archive a {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 10px 25px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  color: #202020;
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
}

.single .entry-title {
  margin: 0;
}

.single .site-inner .content .entry-header {
  max-width: 1224px;
  margin: 0 auto;
  padding: 40px 0 25px;
}

.single .site-inner .content .entry-header .entry-title {
  font-size: 38px;
  font-size: 3.8rem;
}

.single .site-inner .content .entry-header .breadcrumb {
  margin: 0 0 20px 0;
}

.single .site-inner .content .entry-header .soustitre {
  font-size: 28px;
  font-size: 2.8rem;
  color: #0070ba;
}

.single .large-content {
  width: 70%;
  float: left;
  position: relative;
}

.single .aside-content {
  width: 30%;
  float: right;
  padding-left: 30px;
  border: none !important;
  margin-top: 0;
}

.single .aside-content .accordion {
  margin-top: 0 !important;
}

.single .date-single {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
  padding: 14px 0 14px 15px;
  color: #5e5e5e;
}

.single .date-single i {
  margin-right: 5px;
  margin-top: 2px;
  float: left;
}

/*------------------*/
.single .infos-entry-header {
  margin-bottom: 25px;
  border: 1px solid rgb(89, 196, 232);
  border-radius: 6px;
  overflow: hidden;
}

.single .large-content .article-content {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
}

.single .large-content .article-content .article-thumbnail {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.single .large-content .article-content .article-thumbnail-caption {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 10px 0 10px;
}

.single .large-content .article-content .article-resume {
  padding: 30px 35px 30px 25px;
  margin-top: 20px;
  background-color: #59c4e8;
  border: 1px solid #0070ba;
  color: #fff;
  border-radius: 6px;
}

.single .large-content .article-content .article-resume > p:last-child {
  margin-bottom: 0;
}

.single .large-content .article-content .article-resume ul {
  margin: 0;
  padding-left: 20px;
}

.single .large-content .article-content .article-resume ul li {
  margin-bottom: 20px;
}

.single .large-content .article-content .article-resume ul li:last-child {
  margin: 0;
}

.single .large-content .article-content .article-text {
  margin-top: 20px;
}

.single .large-content .article-content .article-text a {
  text-decoration: underline;
  color: #0070ba;
}

.slb_data_content .slb_data_title .slb_template_tag.slb_template_tag_item.slb_template_tag_item_title {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  color: #202020;
  font-style: italic;
}

.slb_data_content .slb_group_status {
  color: #59c4e8 !important;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  margin: 0 10px 0 !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_template_tag_ui {
  color: #59c4e8 !important;
}

.slb_data_content .slb_data_desc .slb_template_tag.slb_template_tag_item.slb_template_tag_item_description {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  color: #202020;
}

/*------------------*/
.single .large-content .footer-single {
  margin-top: 40px;
}

.single .large-content .footer-single h3 {
  margin: 0 0 20px 0;
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.single .large-content .footer-infos {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 30px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
}

.single .large-content .footer-infos p {
  display: inline;
}

.single .cat-list {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 15px 20px 14px;
  background-color: rgb(89, 196, 232);
  color: #fff;
  float: right;
}

.single .cat-list a {
  color: #fff;
}

.single .cat-list > span:last-child {
  display: none;
}

.single .type-single {
  float: right;
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
  padding: 14px 0 14px 15px;
  color: #5e5e5e;
}

.single .content .aside-content h3 {
  margin: 0 0 20px 0;
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

.single .content .aside-content .liaisons .liaisons-events,
.single .content .aside-content .liaisons .liaisons-docs,
.single .content .aside-content .pieces-jointes {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #59c4e8;
}

.single .content .aside-content .liaisons .liaisons-events h2,
.single .content .aside-content .liaisons .liaisons-docs h2,
.single .content .aside-content .pieces-jointes h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px;
  background-color: #fff;
  box-shadow: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.single .content .aside-content .liaisons .liaisons-events ul,
.single .content .aside-content .liaisons .liaisons-docs ul,
.single .content .aside-content .pieces-jointes ul {
  margin: 0;
  padding: 10px 15px 5px;
}

.single .content .aside-content .liaisons .liaisons-events ul li,
.single .content .aside-content .liaisons .liaisons-docs ul li,
.single .content .aside-content .pieces-jointes ul li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #0070ba;
}

.single .content .aside-content .liaisons .liaisons-events ul li a,
.single .content .aside-content .liaisons .liaisons-docs ul li a,
.single .content .aside-content .pieces-jointes ul li a {
  color: #0070ba;
  text-decoration: underline;
}

.single .content .aside-content h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  color: #333333;
}

.single .content .aside-content h3 i {
  font-size: 26px;
  font-size: 2.6rem;
}

.single .content .aside-content .telecharger-document a {
  background-color: #0070ba;
  border-radius: 40px;
  padding: 10px 35px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  letter-spacing: 1px;
}

.single .content .aside-content .infos-documents {
  margin-top: 30px;
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
}

.single .content .accordion {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 30px;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #59c4e8;
}

.single .content .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #59c4e8;
}

.single .content .accordion .accordion-item:last-child {
  border: none;
}

.single .content .accordion .accordion-item h2 .accordion-button {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px;
  background-color: #fff;
  box-shadow: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.single .content .accordion .accordion-item h2 .accordion-button:not(.collapsed) {
  color: #000;
  font-weight: 600;
}

.single .content .accordion .accordion-item h2 .accordion-button:hover {
  color: #555555;
}

.single .content .accordion .accordion-item .accordion-body {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 15px;
  background-color: rgba(0, 0, 0, 0.02);
}

.single .content .accordion .accordion-item .accordion-body a {
  color: #0070ba;
  text-decoration: underline;
}

.single .content .accordion .accordion-item h2 .accordion-button[aria-expanded=true] {
  color: #59c4e8;
}

.single .footer-content {
  margin-top: 40px;
}

.single .footer-content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.single .footer-content .owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.single .footer-content .owl-carousel .owl-dots button.owl-dot {
  margin: 0 3px;
}

.single .footer-content .owl-carousel .owl-dots button.owl-dot.active span {
  background-color: #000;
}

.single .footer-content .owl-carousel .owl-dots button.owl-dot span {
  background-color: #59c4e8;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: block;
}

.single .footer-content .container-box .content-box h4 {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
}

.single .footer-content .container-box .img-box .cat-box {
  font-size: 10px;
  font-size: 1rem;
}

.single .large-content .conditions-utilisation {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-style: italic;
  text-align: justify;
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
}

.single .large-content .conditions-utilisation a {
  color: #0070ba;
  text-decoration: underline;
}

/*---------------------*/
.single-agenda_osu .entry-content {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  overflow: hidden;
}

.single-agenda_osu .infos-entry-header {
  margin-top: 25px;
}

.single-agenda_osu .date-single {
  float: left;
  margin-right: 15px;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
}

.single-agenda_osu .article-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  border-right: 1px solid #e4e4e4;
}

.single-agenda_osu .article-text {
  padding: 20px;
}

.single-agenda_osu .article-content .article-thumbnail-caption {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-style: italic;
  color: rgba(0, 0, 0, 0.7);
  margin: 10px 10px 0 10px;
}

.single .type-single .dash:last-child {
  display: none;
}

.single .article-content .article-text a {
  color: #0070ba;
  text-decoration: underline;
}

.single .article-content .footer-infos {
  border-top: 1px solid #e4e4e4;
  margin: 0 20px;
  padding: 20px 0;
}

.single .article-content .footer-infos h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 800;
}

.single .article-content .footer-infos a {
  color: #0070ba;
  text-decoration: underline;
}

.single .infos-content {
  padding: 20px 25px 20px 15px;
}

.single .infos-content h2 {
  font-size: 23px;
  font-size: 2.3rem;
  text-transform: uppercase;
  color: #59c4e8;
  font-weight: 700;
}

.single .infos-content .infos-cancel {
  background-color: red;
  padding: 20px 15px 20px 30px;
  margin: -20px 0 15px -30px;
  width: calc(100% + 55px);
}

.single .infos-content .infos-cancel h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  margin: 0;
}

.single .infos-content .infos-cancel h2 i {
  font-size: 33px;
  font-size: 3.3rem;
  margin-right: 5px;
}

.single .infos-content .infos-location,
.single .infos-content .online,
.single .infos-content .list-orga,
.single .infos-content .list-doc {
  padding: 15px 0;
}

.single .infos-content .infos-location a,
.single .infos-content h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 800;
}

.single .infos-content .resa a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #0070ba;
  color: #fff;
  margin-top: 2px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.single .infos-content .online a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 20px;
  border-radius: 20px;
  background-color: #0070ba;
  color: #fff;
  margin-top: 2px;
  display: inline-block;
  font-weight: 600;
}

.single .infos-content .list-orga .info-orga {
  margin-bottom: 15px;
}

.single .infos-content .list-orga .info-orga:last-child {
  margin-bottom: 0;
}

.single .infos-content .list-orga ul {
  margin: 0 0 15px 0;
  padding: 0;
}

.single .infos-content .list-orga ul li {
  margin: 0 4px 0 0;
  list-style: none;
  display: inline-block;
}

.single .infos-content .list-orga ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 3px;
  background-color: #555555;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 26px;
}

.single .infos-content .list-orga ul li a.facebook {
  background-color: #38529a;
  color: #fff;
}

.single .infos-content .list-orga ul li a.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  color: #fff;
}

.single .infos-content .list-orga ul li a.twitter {
  background-color: #000;
  color: white;
}

.single .infos-content .list-orga ul li a.youtube {
  background-color: #ea1717;
  color: white;
}

.single .infos-content .list-orga ul:last-child {
  margin-bottom: 0;
}

.single .infos-content .list-doc ul {
  margin: 0;
  padding: 0;
}

.single .infos-content .list-doc ul li {
  margin: 0;
  list-style: none;
}

.single .infos-content .list-doc ul li {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0070ba;
}

.single .infos-content .list-doc ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0070ba;
  text-decoration: underline;
}

/*---------------------*/
.fichier-page .aside-content {
  border: 1px solid rgb(89, 196, 232) !important;
  border-radius: 6px;
  padding: 20px 15px 30px;
  margin-left: 30px;
  width: calc(30% - 30px);
  overflow: hidden;
}

.fichier-page .aside-content .infos-document.cat {
  width: calc(100% + 30px);
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 15px 15px 14px;
  margin-top: -20px;
  margin-left: -15px;
  margin-bottom: 20px;
  background-color: rgb(89, 196, 232);
  color: #fff;
}

.fichier-page .aside-content .infos-document.cat a {
  color: #fff;
}

.fichier-page .aside-content .infos-document.cat span:last-child {
  display: none;
}

.fichier-page .content .aside-content h3 {
  margin-bottom: 0;
}

.fichier-page .content .aside-content .telecharger-document a {
  margin-top: 20px;
}

.fichier-page .aside-content .infos-document.collection {
  margin-top: 4px;
}

.fichier-page .aside-content .infos-document.collection,
.fichier-page .aside-content .infos-document.collection a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0070ba;
}

.fichier-page .aside-content .infos-document.collection span:last-child {
  display: none;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 20px auto;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.emplois_stages .large-content .tag-list {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 15px 20px 14px;
  color: #5e5e5e;
  float: right;
}

.emplois_stages .large-content .tag-list a {
  color: #5e5e5e;
}

.emplois_stages .large-content .tag-list:last-child .dash {
  display: none;
}

.emplois_stages .aside-content .type {
  color: rgb(89, 196, 232);
}

.emplois_stages .aside-content .type ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  border: 1px solid rgb(89, 196, 232);
  border-radius: 6px;
  overflow: hidden;
}

.emplois_stages .aside-content .type ul li {
  list-style: none;
  padding: 20px;
  border-bottom: 1px solid rgb(89, 196, 232);
  font-size: 18px;
  font-size: 1.8rem;
}

.emplois_stages .aside-content .type ul li:last-child {
  border: none;
}

.emplois_stages .aside-content .type ul li span {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 800;
  color: #000;
}

.emplois_stages .aside-content .type ul li.archive {
  background-color: red;
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.8rem;
}

.emplois_stages .aside-content .pieces-jointes {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 15px;
}

.emplois_stages .aside-content .pieces-jointes h2 {
  padding: 0 0 15px 0;
  margin-top: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
  width: calc(100% + 30px);
}

.emplois_stages .aside-content .pieces-jointes a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #0070ba;
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .single-agenda_osu .infos-entry-header .cat-list,
  .single-agenda_osu .infos-entry-header .type-single {
    width: 50%;
    margin: 0;
    border-top: 1px solid rgb(89, 196, 232);
  }
}
@media only screen and (max-width: 960px) {
  .single .large-content {
    width: 100%;
  }
  .single .aside-content {
    position: relative;
    top: initial;
    width: 100%;
    float: right;
  }
  .single .aside-content .accordion {
    margin-top: 40px !important;
  }
  .single-fichiers .aside-content {
    margin-bottom: 40px;
  }
  .single-post .aside-content {
    padding: 0;
  }
}
.site-footer {
  text-align: left;
  background-color: #fff;
  padding: 0;
}

.site-footer p {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 15px;
  display: none;
}

.site-footer .menu-footer {
  width: 100%;
  background-color: #59c4e8;
  padding: 40px 20px 20px;
}

.news-footer {
  border-bottom: 1px solid #fff;
  display: none;
}

.news-footer .wrap {
  background-color: #59c4e8;
  margin: 0 auto;
  padding: 30px 15px;
}

.news-footer .wrap form {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  border: 1px solid #59c4e8;
}

.news-footer .wrap form .form-email-area {
  max-width: calc(100% - 140px);
  width: 100%;
  float: left;
}

.news-footer .wrap form .form-email-area .sib-email-area {
  padding: 15px;
  border: none;
}

.news-footer .wrap form .form-email-btn {
  float: left;
  width: 140px;
}

.news-footer .wrap form .form-email-btn .sib-default-btn {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px;
  line-height: 1.2;
  background-color: #0070ba;
  color: #fff;
}

.news-footer .wrap form .form-email-btn .sib-default-btn:hover {
  color: #fff !important;
  background-color: #0070ba !important;
}

.menu-footer .container-logo-footer {
  padding: 30px 0 20px;
  display: none;
}

.menu-footer .container-logo-footer img {
  max-width: 500px;
}

.menu-footer .container-menu-footer {
  padding: 0;
  display: flex;
}

.menu-footer .container-menu-footer h3 {
  font-size: 15px;
  font-size: 1.5rem;
  color: #0070ba;
  font-weight: 600;
}

.menu-footer .container-menu-footer .content-footer {
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 20px;
}

.menu-footer .container-menu-footer .container-adresse,
.menu-footer .container-menu-footer .container-reseaux {
  line-height: 1.2;
}

.menu-footer .container-menu-footer ul {
  padding: 4px 0 0;
}

.menu-footer .container-menu-footer .menu-naviguer ul {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.menu-footer .container-menu-footer ul li {
  color: #fff;
  display: inline-block;
  padding-right: 4px;
}

.menu-footer .container-menu-footer ul li a {
  font-size: 17px;
  font-size: 1.7rem;
  text-decoration: none;
  color: #fff;
}

.menu-footer .container-menu-footer ul.list-reseaux li a {
  width: 30px;
  height: 30px;
  float: left;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.menu-footer .container-menu-footer ul.list-reseaux li a .fa-hal {
  display: inline-block;
  background-image: url("images/structure/icon-hal-blanc.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  margin-bottom: -1px;
}

.menu-footer .container-menu-footer ul.list-reseaux li a .fa-canalu {
  display: inline-block;
  background-image: url("images/structure/icon-canalu-blanc.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 17px;
  width: 17px;
  margin-bottom: -1px;
}

.nav-secondary {
  float: left;
  margin: 0;
  padding: 35px 0 0;
}

.nav-secondary .menu-secondary {
  margin: 0;
  padding: 0;
}

.nav-secondary .menu-secondary a {
  color: #0070ba;
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 20px;
  margin-right: 0;
}

.menu-logo-footer {
  float: right;
  padding: 10px 0 10px 20px;
}

.menu-logo-footer .titre-liste {
  font-size: 12px;
  font-size: 1.2rem;
  color: #0070ba;
}

.menu-logo-footer ul {
  display: block;
  margin: 0;
  padding-left: 0;
}

.menu-logo-footer ul li {
  display: inline-block;
  padding: 10px 30px 10px 0;
}

.menu-logo-footer ul li:last-child {
  padding-right: 15px;
}

.menu-logo-footer ul li a img {
  max-height: 50px;
}

.container-text {
  float: left;
  position: relative;
  width: 100%;
  z-index: 10;
}

.menu-social-footer ul {
  margin: 0 0 0 -3px;
  padding: 0;
  float: left;
}

.menu-social-footer ul li {
  float: right !important;
}

.menu-social-footer ul li:nth-child(2) {
  border-left: 1px solid #fff;
  padding-left: 8px;
  margin-left: 9px;
}

.menu-social-footer ul li a {
  color: #fab900;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding: 0 3px;
}

.menu-social-footer ul li a .fa-hal {
  margin-top: 2px;
  display: inline-block;
  background-image: url("images/structure/icon-hal-blanc.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}

.menu-social-footer ul li a .fa-canalu {
  margin-top: 2px;
  display: inline-block;
  background-image: url("images/structure/icon-canalu-blanc.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}

.section.laboratoires {
  max-width: initial;
  width: 100%;
  margin: 0;
  z-index: 10;
  background-color: #efefef;
  height: 110px;
}

.section.laboratoires ul {
  height: 100%;
  padding: 0;
  margin: 0;
}

.section.laboratoires ul li {
  float: left;
  line-height: 1.1;
  border-right: 1px solid #fff;
  height: 100%;
  width: 150px;
  padding: 0;
  background-color: #0070ba;
}

.section.laboratoires ul li:last-child {
  border-right: none;
}

.section.laboratoires ul li a {
  position: relative;
  float: left;
  height: 100%;
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.section.laboratoires ul li a:hover img {
  opacity: 0.5;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

.section.laboratoires ul li a .texte-menu-sub {
  color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 100;
  text-decoration: none;
  padding: 23px 15px;
  height: 100%;
  width: 100%;
}

.section.laboratoires ul li:nth-child(2) a .texte-menu-sub {
  padding-left: 25px;
}

.section.laboratoires ul li a:after {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 80;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
}

.section.laboratoires ul li a img {
  position: absolute;
  z-index: 0;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.section.laboratoires ul li a span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.section.laboratoires ul li a span:first-child {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 4px;
}

.section.laboratoires ul li:first-child {
  position: relative;
  border: none;
  max-width: 135px !important;
  min-width: 135px !important;
}

.section.laboratoires ul li:nth-child(2) {
  width: 160px;
}

.section.laboratoires ul li .lab-texte {
  position: relative;
  z-index: 100;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 37px 0 37px 10px;
  text-transform: uppercase;
  background-color: #fab900;
  color: #fff;
  height: 100%;
}

.section.laboratoires ul li .img-menu-sub {
  position: absolute;
  height: 100%;
  width: 150px;
  background-color: #000;
}

.section.laboratoires ul li .lab-fleche {
  position: absolute;
  z-index: 150;
  top: 2px;
  right: -10px;
  width: 0;
  height: 0;
  border-top: 52px solid transparent;
  border-bottom: 52px solid transparent;
  border-left: 10px solid #fab900;
}

@media only screen and (max-width: 920px) {
  .menu-logo-footer {
    float: initial;
  }
  .nav-secondary {
    float: left;
    padding: 0 20px 20px;
  }
  .nav-secondary .menu-secondary a {
    margin-left: 0;
    margin-right: 20px;
  }
}
.home .content .section {
  margin: 15px auto;
  max-width: 1224px;
}

.home .site-inner {
  padding: 0 15px;
}

.home .content .front-page {
  padding: 30px 0;
}

.home .content .front-page:first-child {
  padding-top: 0;
}

.home .content .front-page h2 {
  display: inline-block;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.home .content .front-page-0 form {
  width: 100%;
  margin: 30px 0 40px;
}

.home .content .front-page-0 form ul {
  padding: 0;
}

.home .content .front-page-0 form ul li {
  display: inline-block;
}

.home .content .front-page-0 form .sf-field-search {
  width: 100%;
  max-width: calc(100% - 440px);
  margin: 0 auto;
}

.home .content .front-page-0 form .sf-field-search::before {
  content: "\f002";
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  padding: 16px 0 8px 15px;
  color: #CCC;
}

.home .content .front-page-0 form .sf-field-search label {
  width: 100%;
}

.home .content .front-page-0 form label input {
  width: 100%;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  border-top: 1px solid #59c4e8;
  border-bottom: 1px solid #59c4e8;
  border-left: 1px solid #59c4e8;
  border-right: none;
  padding: 20px 20px 20px 55px;
}

.home .content .front-page-0 form .sf-field-post_type {
  width: 100%;
  max-width: 220px;
  padding: 0;
  border-top: 1px solid #59c4e8;
  border-bottom: 1px solid #59c4e8;
  border-left: 1px solid #59c4e8;
}

.home .content .front-page-0 form .sf-field-post_type label {
  width: 100%;
  padding-right: 15px;
}

.home .content .front-page-0 form .sf-field-post_type label select {
  padding: 20px 20px 20px 10px;
  border: none;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  -webkit-appearance: none;
}

.home .content .front-page-0 form .sf-field-submit {
  width: 100%;
  max-width: 220px;
}

.home .content .front-page-0 form .sf-field-submit input {
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 21px 20px;
  line-height: 1.2;
  background-color: #0070ba;
  color: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.home .content .front-page-0 form .form-email-btn .sib-default-btn:hover {
  color: #fff !important;
  background-color: #0070ba !important;
}

.home .content .front-page-0 .item-content {
  height: 100%;
}

.home .content .front-page-0 .row {
  height: 100%;
}

.home .content .front-page-0 .row > [class*=col-] > .row > [class*=col-] {
  height: calc(50% - 0.75rem);
}

.home .content .front-page-0 .owl-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  overflow: hidden;
}

.home .content .front-page-0 .owl-slider .owl-item {
  margin-left: 2px;
}

.home .content .front-page-0 .container-box .content-box {
  padding: 20px 15px 25px;
}

.home .content .front-page-0 .container-box .content-box h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

.home .content .front-page-0 .container-box .content-box h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.home .content .front-page-0 .container-box .content-box .text-box p {
  margin: 0;
}

.home .content .front-page-0 .container-box .content-box .date-single {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.home .content .front-page-0 .container-box .img-box .cat-box {
  font-size: 10px;
  font-size: 1rem;
  padding: 6px 10px 5px;
}

.home .content .front-page-0 .owl-slider .container-box {
  background-color: transparent;
}

.home .content .front-page-0 .owl-slider .container-box .content-box .date-single {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.home .content .front-page-0 .owl-slider .container-box .img-box .cat-box {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 8px 15px 7px;
}

.home .content .front-page-0 .all-content {
  height: 100%;
  width: 100%;
}

.home .content .front-page-0 .all-content h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .content .front-page .all-content {
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
  position: relative;
  border-radius: 4px;
}

.home .content .front-page .all-content h5 {
  padding: 10px;
  font-size: 28px;
  font-size: 2.8rem;
  width: 100%;
}

.home .content .front-page-1 {
  background-color: #f9f9f9;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

.home .content .front-page-1 .aside {
  border-left: 1px solid #59c4e8;
}

.home .content .front-page-1 .search-filter-results .num-page,
.home .content .front-page-1 .search-filter-results .pagination {
  display: none;
}

.home .content .front-page-1 .container-box.agenda {
  background-color: #fff;
}

.home .content .front-page-1 .all-content {
  margin-top: 35px;
}

.home .content .front-page-1 .aside .event-recuring {
  margin-bottom: 30px;
}

.home .content .front-page-2 .owl-carousel {
  position: relative;
  width: calc(100% - 50px);
  margin-left: 25px;
}

.home .content .front-page-2 .owl-carousel .owl-stage-outer {
  position: relative;
  z-index: 100;
  width: calc(100% - 2px);
}

.home .content .front-page-2 .owl-carousel .owl-stage-outer .term a {
  display: block;
  text-align: center;
  color: #0070ba;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid #0070ba;
}

.home .content .front-page-2 .owl-carousel .owl-nav {
  position: absolute;
  width: calc(100% + 50px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.home .content .front-page-2 .owl-carousel .owl-nav button {
  font-size: 40px;
  font-size: 4rem;
  line-height: 0.6;
  color: #CCC;
}

.home .content .front-page-2 .owl-carousel .owl-nav .owl-next {
  float: right;
}

.home .content .front-page-2 .menu-ressources {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 15px;
  border-radius: 4px;
  overflow: hidden;
}

.home .content .front-page-2 .menu-ressources .row > [class*=col-] a {
  color: #0070ba;
  text-transform: uppercase;
  font-size: 17px;
  font-size: 1.7rem;
  width: 100%;
  text-align: center;
  width: 100%;
  display: inline-block;
  border-right: 1px solid rgb(89, 196, 232);
  font-weight: 600;
}

.home .content .front-page-2 .menu-ressources .row > [class*=col-]:last-child a {
  border: none;
}

.home .content .front-page-2 .list-ressources {
  padding: 30px 0;
}

.home .content .front-page-2 .list-ressources .item-content {
  height: 100%;
}

.home .content .front-page-2 .info-footer {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  padding: 15px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  text-align: center;
  height: 100%;
}

.home .content .front-page-2 .info-footer a {
  color: #0070ba;
  text-decoration: underline;
}

.home .content .front-page-2 .container-box {
  margin: 0;
}

.home .content .front-page-2 .content-box h4 {
  font-size: 18px;
  font-size: 1.8rem;
}

.home .content .front-page-2 .all-content {
  position: relative;
  height: 100%;
}

.home .content .front-page-2 .all-content h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .content .front-page-2 .content-box .type-document {
  color: #0070ba;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}

.home .content .front-page-2 .content-box .date-single {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 3px;
}

.home .content .front-page-2 .content-box .infos-document.collection {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0070ba;
}

.home .content .front-page-2 .content-box .infos-document.collection span:last-child {
  display: none;
}

@media only screen and (max-width: 992px) {
  .list-ressources .row > [class*=col-]:last-child a {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .section.laboratoires {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .home .content .front-page-2 .menu-ressources .row > [class*=col-]:nth-child(3) a {
    border-right: none;
  }
  .list-ressources .row > [class*=col-]:last-child a {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .home .content .front-page-2 .menu-ressources .row > [class*=col-]:nth-child(3) a {
    border-right: 1px solid rgb(89, 196, 232);
  }
  .home .content .front-page-2 .menu-ressources .row > [class*=col-]:nth-child(even) a {
    border-right: none;
  }
}
.wpem-single-event-footer {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-profile,
.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile {
  padding: 0;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar h3.wpem-heading-text {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #59c4e8;
}

.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-additional-info-block-details,
.wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-body-content {
  padding: 20px;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-name,
.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-name {
  margin: 10px 0 4px 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
  height: initial;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  position: relative;
}

.wpem-event-single-caption {
  margin-top: 5px;
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  font-style: italic;
}

.wpem-single-event-sidebar-doc .pieces-jointes h2 {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #59c4e8;
}

.single-event_listing .date-single {
  float: left;
  margin-right: 15px;
  padding-left: 25px;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
}

.single-event_listing .type-single {
  float: right;
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
  padding: 15px 0 14px;
  color: #5e5e5e;
}

.single-event_listing .infos-entry-header {
  margin-top: 25px;
  padding: 0;
}

.single-event_listing .wpem-single-event-body-content a {
  margin-bottom: 10px;
  color: #0070ba;
  text-decoration: underline;
}

.single-event_listing .wpem-event-date-time {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.single-event_listing .wpem-event-date-time .wpem-event-date-time-text {
  color: #59c4e8;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.single-event_listing .wpem-venue-description > a {
  color: #0070ba !important;
  text-decoration: underline !important;
  display: inline !important;
}

.single-event_listing .wpem-venue-description > p {
  margin-top: 10px !important;
}

.single-event_listing .pieces-jointes ul {
  padding: 0;
}

.single-event_listing .pieces-jointes ul li {
  list-style: none;
}

.single-event_listing .pieces-jointes ul li a {
  margin-bottom: 10px;
  color: #0070ba;
  text-decoration: underline;
}

.wpem-single-event-page .wpem-single-event-sidebar-info {
  margin-bottom: 0;
}

.wpem-single-event-page .wpem-single-event-sidebar-info .wpem-venue-inner-wrapper {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
}

.single-event_listing .footer-infos {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e4e4e4;
  font-style: italic;
}

.single-event_listing .footer-infos h3 {
  text-transform: uppercase;
  font-style: initial;
}

.single-event_listing .wpem-event-infos .wpem-single-event-footer:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-name,
.wpem-single-event-page .wpem-single-event-footer .wpem-venue-profile-wrapper .wpem-venue-profile .wpem-venue-name {
  margin: 0 0 5px;
  line-height: 1;
}

.single-event_listing .wpem-venue-social-links,
.single-event_listing .wpem-organizer-social-links {
  margin-top: 0;
}

.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-contact-actions {
  margin-top: 5px;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon a,
.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a,
.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a,
.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a,
.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a,
div#event-manager-event-dashboard .wpem-responsive-table-block .wpem-social-icon a {
  width: 30px;
  height: 30px;
}

.wpem-single-event-page .wpem-share-this-event .wpem-event-share-lists .wpem-social-icon,
.wpem-single-event-page .wpem-single-event-footer .wpem-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon,
.wpem-single-event-page .wpem-single-event-footer .wpem-venue-wrapper .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon,
.wpem-single-organizer-profile-wrapper .wpem-organizer-profile .wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon,
.wpem-single-venue-profile-wrapper .wpem-venue-profile .wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon,
div#event-manager-event-dashboard .wpem-responsive-table-block td .wpem-social-icon {
  width: 30px;
  height: 30px;
}

.wpem-organizer-social-links .wpem-organizer-social-lists .wpem-social-icon a::before,
.wpem-venue-social-links .wpem-venue-social-lists .wpem-social-icon a::before {
  width: 30px !important;
  height: 30px !important;
}

.wpem-organizer-inner-wrapper {
  padding: 5px 0 !important;
  border: none !important;
}

.wpem-venue-description {
  margin-bottom: 5px;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_listing {
  margin-bottom: 0;
}

.wpem-event-listings-header {
  margin-bottom: 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
  border-radius: 0;
  color: #fff;
  background-color: rgb(89, 196, 232);
  box-shadow: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date,
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
  color: #fff;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-type-text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 8px 15px 7px;
  background-color: rgba(89, 196, 232, 0.9);
  color: #fff;
  border-radius: 0;
  position: absolute;
  bottom: 2px;
  right: 0;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  color: #202020;
  font-weight: 500;
  line-height: 1.2;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
  background-color: #fff;
  border: 0;
}

.tax-event_listing_type .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper,
.tax-event_listing_category .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper,
.page-id-14 .wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
  background-color: rgba(0, 0, 0, 0.03);
  border: 0;
}

.wpem-event-listings-header {
  display: none;
}

.wpem-container {
  max-width: 1224px;
  padding: 0;
}

.event-manager-pagination ul.page-numbers li .page-numbers.current,
.event-manager-pagination-2 ul.page-numbers li .page-numbers.current {
  border-color: #0070ba;
  background-color: #0070ba;
  color: #fff;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover,
.wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list:hover {
  box-shadow: none;
}

.showing_applied_filters.showing-applied-filters a:nth-last-child(-n+2) {
  display: none;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::first-letter {
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .single-event_listing .date-single {
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    display: inline-block;
  }
  .single-event_listing .type-single,
  .single-event_listing .cat-list {
    float: left;
  }
  .single-event_listing .type-single {
    margin-left: 15px;
  }
}
.shared-files-search-input-container {
  max-width: 100%;
}

.shared-files-search-input-container input[type=text] {
  height: 42px !important;
  padding: 0 15px !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 4px !important;
  line-height: 42px !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.shared-files-category-select-container,
.shared-files-tag-select-container {
  max-width: 33%;
  width: 100%;
}

.shared-files-category-select-container select,
.shared-files-tag-select-container select {
  width: 100%;
  max-width: 100%;
  height: 42px !important;
  padding: 0 15px !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 4px !important;
  line-height: 42px !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.shared-files-main-file-list {
  float: left;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.page .searchandfilter {
  max-width: 30%;
  width: 100%;
  float: right;
  padding-left: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

.page .searchandfilter ul {
  padding: 0;
}

.page .searchandfilter > ul {
  padding: 15px 15px 20px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(213, 213, 213, 0.6);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}

.page .searchandfilter .sf-field-search label {
  width: 100%;
}

.page .searchandfilter .sf-field-search input,
.page .searchandfilter .sf-field-post_date ul li input {
  padding: 10px;
}

.page .searchandfilter .sf-field-category ul li,
.page .searchandfilter .sf-field-tag ul li {
  padding: 2px 0;
}

.page .searchandfilter [data-sf-field-type=sort_order] label,
.page .searchandfilter [data-sf-field-type=posts_per_page] label,
.page .searchandfilter [data-sf-field-type=category] label,
.page .searchandfilter [data-sf-field-type=tag] label,
.page .searchandfilter [data-sf-field-type=taxonomy] label,
.page .searchandfilter [data-sf-field-type=post_type] label {
  width: 100%;
  padding-right: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.page .searchandfilter [data-sf-field-type=category] label select,
.page .searchandfilter [data-sf-field-type=tag] label select,
.page .searchandfilter [data-sf-field-type=sort_order] label select,
.page .searchandfilter [data-sf-field-type=posts_per_page] label select,
.page .searchandfilter [data-sf-field-type=taxonomy] label select,
.page .searchandfilter [data-sf-field-type=post_type] label select {
  padding: 10px;
  border: none;
  -webkit-appearance: none;
}

.page .searchandfilter .sf-field-post_date ul li {
  display: inline-block;
  margin-right: 15px;
}

.page .searchandfilter .sf-field-post_date .sf-datepicker {
  width: 120px;
}

.page .ll-skin-melon .ui-widget {
  min-width: 250px;
}

.page .searchandfilter .sf-field-reset a:before {
  font-size: 16px;
  font-size: 1.6rem;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  float: left;
  margin-right: 5px;
  margin-top: -2px;
}

.page .search-filter-results {
  max-width: 70%;
  width: 100%;
  float: left;
}

.page .search-filter-results .num-page {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
}

.page .search-filter-results .pagination {
  display: block;
  width: 100%;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid rgb(89, 196, 232);
}

.page .search-filter-results .pagination .nav-previous a {
  height: 40px;
  width: 40px;
  float: right;
  border: 1px solid #59c4e8;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 50%;
  line-height: 4.2rem;
  color: #0070ba;
}

.page .search-filter-results .pagination .nav-next a {
  height: 40px;
  width: 40px;
  float: left;
  border: 1px solid #59c4e8;
  font-size: 25px;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 50%;
  line-height: 4.2rem;
  color: #0070ba;
}

.page .search-filter-results .pagination .nav-previous a:hover,
.page .search-filter-results .pagination .nav-next a:hover {
  background-color: #59c4e8;
  color: #fff;
}

.page .search-filter-results .container-box {
  margin-bottom: 15px;
}

.page .search-filter-results .archives {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
  position: relative;
  border-radius: 4px;
  padding: 10px 30px;
  font-size: 28px;
  font-size: 2.8rem;
  margin-top: 10px;
}

.page .search-filter-results .archives i {
  font-size: 23px;
  font-size: 2.3rem;
  float: left;
  margin-top: 9px;
  margin-right: 7px;
}

.page .search-filter-results .infos-document.collection {
  font-size: 14px;
  font-size: 1.4rem;
  color: #0070ba;
}

.page .search-filter-results .infos-document.collection span:last-child {
  display: none;
}

#search-filter-results-3550 .container-box {
  margin-bottom: 0;
}

#search-filter-results-3550 .wpem-event-layout-wrapper {
  background-color: rgba(0, 0, 0, 0.03);
  border: 0;
  border-radius: 4px;
  overflow: hidden;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .event_listing {
  margin-bottom: 0;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-banner-img {
  height: initial;
  background-color: #fff;
  width: 100%;
  border-radius: 0;
  position: relative;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date {
  border-radius: 0;
  color: #fff;
  background-color: rgb(89, 196, 232);
  display: inline-block;
  float: left;
  text-align: center;
  padding: 10px 15px;
  width: auto;
  height: auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-date {
  font-size: 23px;
  line-height: 23px;
  font-weight: 600;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-date .wpem-event-date-type .wpem-from-date .wpem-month {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 15px;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation {
  float: left;
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  position: relative;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
  padding: 10px;
  line-height: 18px;
  width: 100%;
  float: left;
  font-size: 15px;
  color: #555555;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location,
#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title,
#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-type {
  margin: 5px;
  min-height: 23px;
  color: #555555;
  line-height: 1.42;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time,
#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location {
  position: relative;
  padding-left: 20px;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::first-letter {
  text-transform: uppercase;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-date-time::before {
  content: "\e94e";
  font-family: wp-event-manager;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-location::before {
  content: "\e947";
  font-family: wp-event-manager;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-title .wpem-heading-text {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  color: #202020;
  font-weight: 500;
  line-height: 1.2;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-category,
#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-type,
#search-filter-results-3550 .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-category,
#search-filter-results-3550 .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-body-sidebar .wpem-event-type {
  margin: -3px;
  padding-top: 5px;
}

#search-filter-results-3550 .wpem-event-layout-wrapper .wpem-event-banner .wpem-event-type-text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 8px 15px 7px;
  background-color: rgba(89, 196, 232, 0.9);
  color: #fff;
  border-radius: 0;
  position: absolute;
  bottom: 2px;
  right: 0;
}

#search-filter-results-4115,
#search-filter-form-4115,
#search-filter-results-4124,
#search-filter-form-4124 {
  max-width: 100%;
  float: initial;
  padding: 0;
}

#search-filter-form-4124 > ul > li,
#search-filter-form-4115 > ul > li {
  width: 100%;
  max-width: 25%;
  display: inline-block;
  padding: 5px;
}

#search-filter-form-4124 > ul > li:first-child,
#search-filter-form-4115 > ul > li:first-child {
  max-width: 45%;
}

#search-filter-form-4124 > ul > li:nth-child(2),
#search-filter-form-4115 > ul > li:nth-child(2) {
  max-width: 55%;
}

#search-filter-form-4124 > ul > li > ul > li,
#search-filter-form-4115 > ul > li > ul > li {
  width: 50%;
  display: inline-block;
  padding: 0 0 0 5px;
}

#search-filter-form-4124 > ul > li > ul > li:first-child,
#search-filter-form-4115 > ul > li > ul > li:first-child {
  padding: 0 5px 0 0;
}

#search-filter-form-4124 > ul > li > ul > li label,
#search-filter-form-4115 > ul > li > ul > li label {
  width: 100%;
}

#search-filter-form-4124 > ul > li > ul > li label input,
#search-filter-form-4115 > ul > li > ul > li label input {
  padding: 10px;
}

#search-filter-form-4124 .sf-field-reset,
#search-filter-form-4115 .sf-field-reset {
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .page .searchandfilter {
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .page .search-filter-results {
    max-width: 100%;
  }
}
#cmfSimpleFootnoteDefinitionBox {
  margin-top: 40px;
  padding: 10px 0;
  background-color: rgba(89, 196, 232, 0.1);
  border-radius: 6px;
}

#cmfSimpleFootnoteDefinitionBox .cmfSimpleFootnoteDefinitionItem {
  margin-bottom: 0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background-color: transparent !important;
}

#cmfSimpleFootnoteDefinitionBox .cmfSimpleFootnoteDefinitionItem span.cmfSimpleFootnoteDefinitionItemContent,
#cmfSimpleFootnoteDefinitionBox .cmfSimpleFootnoteDefinitionItem span.cmfSimpleFootnoteDefinitionItemId {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3 !important;
  vertical-align: top;
  color: #0070ba !important;
  display: inline-block !important;
}

#cmfSimpleFootnoteDefinitionBox .cmfSimpleFootnoteDefinitionItem span.cmfSimpleFootnoteDefinitionItemId {
  width: calc(3% - 3px) !important;
}

#cmfSimpleFootnoteDefinitionBox .cmfSimpleFootnoteDefinitionItem span.cmfSimpleFootnoteDefinitionItemContent {
  width: 97% !important;
  margin-right: 0 !important;
}