@charset "UTF-8";
/*----------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;500;700&display=swap");
@keyframes arrow {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0.6;
    transform: translateX(-15px);
  }
}
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  font-family: "Roboto Condensed", sans-serif;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #f9f7f4;
}

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

p {
  margin-bottom: 15px;
}

a:active,
a:focus {
  outline: none;
}

button:active,
button:focus {
  outline: none;
  box-shadow: none !important;
}

.site-container {
  font-family: "Roboto Condensed", sans-serif;
}

.site-inner {
  width: 100%;
  max-width: 1200px;
  padding: 35px 15px;
}

h1.entry-title,
h1.archive-title {
  color: #465258;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 30px;
  line-height: 1.1;
  border-style: solid;
  border-width: 0px 0px 14px;
  border-bottom: 1px solid #e2e2e2;
  /*-moz-border-image: url(https://preprod.ouvreboite.fr/lam/wp-content/themes/lam/images/border-style-lam-etoile.png) 42 0 42 repeat;
  -webkit-border-image: url(https://preprod.ouvreboite.fr/lam/wp-content/themes/lam/images/border-style-lam-etoile.png) 42 0 42 repeat;
  -o-border-image: url(https://preprod.ouvreboite.fr/lam/wp-content/themes/lam/images/border-style-lam-etoile.png) 42 0 42 repeat;
  border-image: url(https://preprod.ouvreboite.fr/lam/wp-content/themes/lam/images/border-style-lam-etoile.png) 42 0 42 fill repeat;*/
}

.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
  color: #8e8e8e;
}

.breadcrumb .breadcrumb-link-wrap:first-child {
  margin-top: -2px;
}

.breadcrumb a {
  color: #8e8e8e;
}

.breadcrumb a:hover {
  color: #0077be;
  text-decoration: none;
}

.error404 .site-inner,
.error404 .content {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.error404 .content {
  display: flex;
  background-image: url("images/fond-error404.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
}

.error404 .entry {
  margin: auto;
  max-width: 680px;
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 100;
}

.error404 .entry h1.entry-title {
  color: #FFF;
  font-size: 82px;
  font-size: 8.2rem;
  margin-bottom: 15px;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}

.error404 .entry .entry-content {
  color: #FFF;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

.error404 .entry .entry-content p {
  text-align: center;
}

.error404 .filtre {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3505777311) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3505777311) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3505777311) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  height: 100%;
  width: 100%;
  position: absolute;
}

.entry-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.entry-content a {
  color: #0077be;
}

.entry-content p {
  text-align: justify;
}

.entry-content h2 {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  color: #465258;
  margin-bottom: 15px;
}

.entry-content h4 {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  color: #465258;
  margin-bottom: 5px;
  margin-top: 0;
}

.entry-content .wp-post-image {
  width: 100%;
  margin-bottom: 30px;
}

.entry-content .wp-caption {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.equipes-recherche-template-groupe-presentation .entry-content .wp-post-image {
  margin-bottom: 0;
}

.entry-abovetitle {
  display: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #0077be;
  margin-top: 8px;
}

.entry-content ul > li {
  list-style-type: "- ";
}

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0 !important;
  text-align: left !important;
  color: #99a1b3 !important;
}

/*------------------------
Front Page
------------------------*/
.home .site-inner {
  max-width: initial;
  padding: 0;
  margin-bottom: 40px;
}

.home .content-sidebar-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.home .sidebar h3.widget-title {
  color: #0077be;
  font-size: 28px;
  font-size: 2.8rem;
}

/*----------------------*/
.tribe-events-widget-events-list__events {
  background-color: #FFF;
  border: 1px solid #ebebeb !important;
  border-radius: 5px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.tribe-events-widget-events-list__events:hover {
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 119, 190, 0.25) !important;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.container-agenda .tribe-events {
  padding: 0;
  border: none;
}

/*----------------------*/
.container-news {
  margin-bottom: 20px;
}

.container-news .content-news > ul {
  margin-bottom: 0;
  padding-left: 0;
}

.container-news .content-news > ul > li {
  list-style: none;
  margin-bottom: 30px;
}

.container-news .content-news > ul > li a {
  color: #000;
  display: block;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.container-news .content-news > ul > li a:hover {
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.container-news .content-news > ul > li a:hover {
  text-decoration: none;
}

.container-news .content-news > ul > li .container-text {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

.container-news .content-news > ul > li a:hover .container-text {
  border: 1px solid rgba(0, 119, 190, 0.25);
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.container-news .content-news > ul > li .container-text .full-content {
  text-align: justify;
  padding: 20px 15px 20px 40px;
  position: relative;
}

.container-news .content-news > ul > li .container-text .full-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}

.container-news .content-news > ul > li .container-text .full-content .text-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

.container-news .content-news > ul > li .container-text .full-content .text-content p {
  margin: 0;
}

.container-news .content-news > ul > li .container-text .thumbnail-news {
  height: 190px;
  overflow: hidden;
}

.container-news .content-news > ul > li .container-text .thumbnail-news img {
  transform: scale(1.1);
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.container-news .content-news > ul > li a:hover .thumbnail-news img {
  transform: scale(1);
  -webkit-transition: all 3s 0s ease;
  -moz-transition: all 3s 0s ease;
  -o-transition: all 3s 0s ease;
  transition: all 3s 0s ease;
}

.container-news .content-news > ul > li .container-text .tag {
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #0077be;
  height: 90px;
  width: 28px;
  padding: 20px 4px 0 4px;
  transform: rotate(-180deg);
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  vertical-align: bottom;
}

.container-news .content-news > ul > li a:hover .container-text .tag {
  height: 105px;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.container-news .content-news > ul > li .container-text .tag span {
  display: block;
  color: #fff;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 14px;
  font-size: 1.4rem;
}

.container-news .content-news > ul > li .container-text .tag span i {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  margin-top: 5px;
  margin-right: 4px;
  float: right;
  opacity: 0;
}

.container-news .content-news > ul > li a:hover .container-text .tag span i {
  opacity: 1;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.container-news a.view-more {
  float: right;
  margin-left: 15px !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 119, 190, 0.3) !important;
  line-height: 1.2;
  display: inline-block;
  padding: 10px 15px !important;
  background-color: #FFF !important;
  border: 1px solid #ebebeb !important;
  text-transform: initial !important;
  border-radius: 20px !important;
  text-align: center !important;
  font-family: "Roboto Condensed", sans-serif !important;
}

.container-news a.view-more:hover {
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  text-decoration: none !important;
  color: rgb(0, 119, 190) !important;
  border: 1px solid rgba(0, 119, 190, 0.25) !important;
}

/*----------------------*/
.social-container .social-content {
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  overflow: hidden;
  background-color: #FFF;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.social-container .social-content iframe {
  border: none !important;
  height: 775px;
}

/*----------------------*/
.widget-wrap h3 {
  display: none;
}

.widget-wrap ul {
  margin-left: -5px;
  margin-bottom: 0;
}

.widget-wrap .cat-item {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 119, 190, 0.3);
  display: inline-block;
  padding: 4px 15px !important;
  background-color: #FFF;
  border: 1px solid #ebebeb;
  border-radius: 20px;
  margin-bottom: 8px;
  margin-left: 4px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.widget-wrap .cat-item:hover {
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.01);
  border: 1px solid rgba(0, 119, 190, 0.25);
}

.widget-wrap .cat-item a {
  color: rgba(0, 119, 190, 0.4);
}

.widget-wrap .cat-item a:hover {
  text-decoration: none;
  color: rgb(0, 119, 190);
}

/*----------------------*/
.container-blocs {
  padding-top: 20px;
}

.container-blocs .content-bloc .entry {
  height: 100%;
  background-color: #FFF;
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  border-radius: 4px 4px 5px 5px;
  margin: 0;
}

.container-blocs .content-bloc .entry h3 {
  padding: 15px 15px 10px;
  margin: 0 0 30px 0;
}

.container-blocs .content-bloc .entry .arrow-link {
  position: absolute;
  bottom: 0;
  text-align: right;
  width: calc(100% - 15px);
  margin-bottom: 10px;
  color: #0077be;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
}

.container-blocs .content-bloc .entry a {
  height: 100%;
  display: block;
  position: relative;
}

.container-blocs .content-bloc .entry a:hover .arrow-link {
  animation: arrow 0.8s ease-in-out alternate infinite;
}

.container-blocs .content-bloc .entry a:hover {
  text-decoration: none;
}

.container-blocs .content-bloc .entry h3 {
  color: #0077be;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .swiper-container-header {
    clip-path: none !important;
  }
}
@media screen and (max-width: 959px) {
  .home .sidebar {
    display: flex;
    margin: 30px -15px 0 -15px;
  }
  .home .sidebar section {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 960px) {
  .content {
    width: 67%;
  }
  .full-width-content .content {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .social-container .social-content iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 780px) {
  .entry-abovetitle {
    display: block;
  }
}
@media screen and (max-width: 680px) {
  .error404 .entry h1.entry-title {
    font-size: 42px;
    font-size: 4.2rem;
    margin-bottom: 10px;
  }
  .error404 .entry .entry-content {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 576px) {
  .home .sidebar {
    display: block;
  }
  .home .sidebar section {
    max-width: initial;
  }
  .container-news {
    margin-bottom: 0;
  }
  .container-news .news-content ul li a {
    margin-bottom: 40px;
    display: inline-block;
  }
}
.page .entry .entry-content > ol,
.page .entry .entry-content > ul {
  padding-left: 20px;
}

.single .entry .entry-content tbody,
.single .entry .entry-content tr,
.page .entry .entry-content tbody,
.page .entry .entry-content tr {
  border: none;
}

.single .entry .entry-content td,
.page .entry .entry-content td {
  border: 1px solid #000;
}

.sidebar-content-sidebar .content-sidebar-wrap {
  float: left;
  width: calc(100% - 160px);
}

.sidebar-content-sidebar .sidebar-secondary {
  top: 150px;
  position: -webkit-sticky;
  position: sticky;
  width: 160px;
  margin-top: 8px;
}

.sidebar-content-sidebar .content-sidebar-wrap .content {
  padding: 0 40px;
  width: 72%;
  float: right;
  min-height: calc(100vh - 192px);
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar {
  width: 28%;
  float: left;
  margin-top: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

/*-----------------*/
.sidebar-content-sidebar .sidebar-secondary .nav-chapitre a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #99a1b3;
}

.sidebar-content-sidebar .sidebar-secondary .nav-chapitre a:hover {
  color: #031b4e;
  opacity: 0.7;
  text-decoration: none;
}

.sidebar-content-sidebar .sidebar-secondary .nav-chapitre li {
  margin-bottom: 10px;
  line-height: 1.2;
}

.sidebar-content-sidebar .sidebar-secondary .nav-chapitre li.active a {
  color: #000;
}

.sidebar-content-sidebar .sidebar-secondary .nav-title-chapitre {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #5b6987;
  margin-bottom: 10px !important;
}

/*-----------------*/
.sidebar-content-sidebar .content-sidebar-wrap .sidebar .sidebar-title {
  color: #0077be;
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 20px 15px 18px;
  border-bottom: 1px solid #e2e2e2;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar .sidebar-title a {
  display: inline-block;
  color: #0077be;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar .sidebar-title a:hover {
  text-decoration: none;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar .sidebar-title a:first-child {
  cursor: not-allowed;
  pointer-events: none;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar .sidebar-title a:last-child {
  display: none;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar .sidebar-title a:nth-child(2):before {
  font-family: "Font Awesome 5 Pro";
  content: "\f343";
  margin-right: 5px;
  margin-left: 2px;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar .sidebar-title p {
  margin-bottom: 0;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar ul {
  padding: 15px;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar ul li a {
  color: #465258;
  font-size: 16px;
  font-size: 1.6rem;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar ul li a:hover {
  color: #0077be;
  text-decoration: none;
  font-weight: 400;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar ul li a::before {
  text-rendering: optimizeLegibility;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-size: 10px;
  font-size: 1rem;
  margin-top: 5px;
  margin-right: 3px;
  line-height: 1.2;
  float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar ul li a.active {
  font-weight: 400;
  color: #0077be;
}

.sidebar-content-sidebar .content-sidebar-wrap .sidebar ul li a.active::before {
  font-weight: 400;
  content: "\f061";
  font-size: 11px;
  font-size: 1.1rem;
}

/*-----------------*/
.sidebar-content-sidebar .entry {
  margin-bottom: 0;
}

.sidebar-content-sidebar .entry .entry-header .entry-subtitle {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 6px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0077be;
}

.sidebar-content-sidebar .entry .entry-content {
  margin-bottom: 0;
}

.sidebar-content-sidebar .entry .entry-content .list-chapitre {
  float: left;
  margin-top: 20px;
}

.sidebar-content-sidebar .entry .entry-content .list-chapitre > ul {
  padding: 0;
  margin-bottom: 0;
}

.sidebar-content-sidebar .entry .entry-content .list-chapitre > ul > li {
  list-style: none;
  margin-bottom: 40px;
}

.sidebar-content-sidebar .entry .entry-content .list-chapitre > ul > li:last-child {
  margin-bottom: 0;
}

.sidebar-content-sidebar .entry .entry-content .list-chapitre > ul > li:before {
  display: block;
  content: " ";
  width: 65px;
  border-bottom: 1px solid #0077be;
  margin-bottom: 10px;
}

.sidebar-content-sidebar .entry .entry-content .list-chapitre .chapitre-texte > ol,
.sidebar-content-sidebar .entry .entry-content .list-chapitre .chapitre-texte > ul {
  padding-left: 20px;
}

.sidebar-content-sidebar .entry .entry-content .list-chapitre ul li h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.sidebar-content-sidebar .entry .entry-content img.alignnone,
.sidebar-content-sidebar .entry .entry-content .alignnone {
  margin: 15px 0;
}

/*---------------*/
.cat-page {
  margin-top: -15px;
  margin-bottom: 20px;
}

.cat-page ul {
  margin-bottom: 10px;
}

.cat-page ul li {
  display: inline-block;
  color: #99a1b3;
  font-size: 12px;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 8px;
  margin-bottom: 5px;
  border: 1px solid #e2e2e2;
}

/*---------------*/
.content-nouvelle a.more {
  display: inline-block;
  width: 100%;
  color: #000;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  border-top: 1px solid #e2e2e2;
  padding-top: 15px;
  margin-top: 10px;
}

.content-nouvelle a.more:before {
  text-rendering: optimizeLegibility;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-size: 10px;
  font-size: 1rem;
  margin-top: 6px;
  margin-right: 3px;
  line-height: 1.2;
  float: left;
}

.content-nouvelle a.more:hover {
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  color: #0077be;
  text-decoration: none;
}

.content-nouvelle a.more:hover:before {
  content: "\f061";
}

.return-js a {
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  text-transform: uppercase;
  color: #99a1b3;
}

.return-js a:hover {
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  text-decoration: none;
  color: #031b4e;
  opacity: 0.7;
}

.return-js a:before {
  text-rendering: optimizeLegibility;
  font-family: "Font Awesome 5 Pro";
  content: "\f33e";
  font-size: 40px;
  font-size: 4rem;
  margin-top: -5px;
  margin-right: 10px;
  line-height: 1.2;
  font-weight: 100;
  float: left;
}

.archive-pagination {
  width: 100%;
  margin: 30px 0 0 0;
}

.archive-pagination ul {
  margin: 0;
  padding: 0 15px;
}

.archive-pagination ul li a {
  margin-right: 3px;
  border: 1px solid #e2e2e2;
  background-color: transparent;
  border-radius: 5px;
  color: #0077be;
  font-weight: 400;
}

.archive-pagination ul li.active a {
  background-color: #0077be !important;
}

.archive-pagination ul li a:hover {
  background-color: #0077be !important;
}

/*---------------*/
.simple-page .site-inner {
  max-width: 1024px;
}

@media screen and (max-width: 959px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 100%;
  }
  .sidebar-content-sidebar .content-sidebar-wrap .content {
    padding-right: 0;
  }
  .sidebar-content-sidebar .sidebar-secondary {
    display: none;
  }
}
@media screen and (max-width: 780px) {
  .sidebar-content-sidebar .content-sidebar-wrap {
    width: 100%;
  }
  .sidebar-content-sidebar .content-sidebar-wrap .content {
    padding-right: 0;
  }
  .sidebar-content-sidebar .content-sidebar-wrap .content {
    width: 100%;
    padding: 0;
  }
  .sidebar-content-sidebar .content-sidebar-wrap .sidebar {
    display: block;
    position: relative;
    top: initial;
    width: 100%;
    margin-bottom: 30px;
  }
}
.template-sidebar-content .content-sidebar-wrap {
  display: inline-block;
  width: 100%;
}

.template-sidebar-content .content-sidebar-wrap > .content {
  width: 72%;
}

.template-sidebar-content .sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 102px;
  width: calc(28% - 40px);
  margin-top: 10px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.template-sidebar-content .sidebar:hover {
  border: 1px solid rgba(0, 119, 190, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.template-sidebar-content .sidebar .sidebar-header,
.page-sidebar-content-sidebar .sidebar .sidebar-header {
  border-bottom: 1px solid #e2e2e2;
}

.template-sidebar-content .sidebar .sidebar-title {
  color: #0077be;
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 20px 15px;
  border-bottom: 1px solid #e2e2e2;
}

.template-sidebar-content .sidebar .sidebar-title p {
  margin-bottom: 0;
}

.template-sidebar-content .sidebar ul {
  padding: 15px;
}

.template-sidebar-content .sidebar ul li a {
  color: #465258;
  font-size: 16px;
  font-size: 1.6rem;
}

.template-sidebar-content .sidebar ul li a:hover {
  color: #0077be;
  text-decoration: none;
  font-weight: 400;
}

.template-sidebar-content .sidebar ul li a::before {
  text-rendering: optimizeLegibility;
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  font-size: 10px;
  font-size: 1rem;
  margin-top: 5px;
  margin-right: 3px;
  line-height: 1.2;
  float: left;
}

.template-sidebar-content .sidebar ul li a.active {
  font-weight: 400;
  color: #0077be;
}

.template-sidebar-content .sidebar ul li a.active::before {
  font-weight: 400;
  content: "\f061";
  font-size: 11px;
  font-size: 1.1rem;
}

.sidebar .link-related-title {
  color: #5b6987;
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 20px 15px;
  border-bottom: 1px solid #e2e2e2;
}

.sidebar .link-related-title a {
  color: #5b6987;
  text-decoration: none;
}

.sidebar .link-related-title a:hover {
  color: #0077be;
}

.entry-footer .entry-meta {
  margin-top: 10px;
}

.entry-footer .entry-categories,
.entry-footer .entry-categories a {
  color: #99a1b3;
}

.entry-footer .entry-categories a:first-child {
  margin-left: 4px;
}

@media screen and (max-width: 959px) {
  .template-sidebar-content .content-sidebar-wrap > .content {
    width: 100%;
  }
  .template-sidebar-content .sidebar {
    position: relative;
    top: initial;
    width: 100%;
    margin-bottom: 40px;
  }
  .template-sidebar-content .sidebar .sidebar-header,
  .page-sidebar-content-sidebar .sidebar .sidebar-header {
    display: none;
  }
  .template-sidebar-content .entry-abovetitle {
    display: block;
  }
}
.site-header {
  padding: 0;
}

.title-area {
  padding-bottom: 0;
  padding-top: 0;
}

.title-area .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.title-area .logo-header {
  height: 66px;
}

.js .nav-primary,
.nav-primary {
  float: left;
  padding-bottom: 0;
  padding-top: 0;
}

.nav-primary .genesis-nav-menu {
  margin: 0;
}

.nav-primary .genesis-nav-menu > .menu-item {
  -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;
  float: left;
  border-right: 1px solid #e6eaea;
}

.nav-primary .genesis-nav-menu a {
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  padding: 25px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #0089da;
  border-bottom: 3px solid #0089da;
  padding: 25px 10px 22px;
}

.nav-primary .genesis-nav-menu > .menu-item-has-children a {
  padding: 25px 5px 25px 10px;
  outline: none !important;
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.nav-primary .genesis-nav-menu > .menu-item:hover {
  background-color: #0077be;
  -webkit-transition: all 0.8s 0s ease;
  -moz-transition: all 0.8s 0s ease;
  -o-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
}

.nav-primary .genesis-nav-menu > .menu-item:hover > a {
  padding-top: 27px;
  padding-bottom: 23px;
  color: #FFF;
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.nav-primary .genesis-nav-menu > .current-menu-item:hover > a {
  padding-top: 27px;
  padding-bottom: 20px;
}

.nav-primary .genesis-nav-menu > .menu-item-has-children .sub-menu-toggle {
  position: relative;
  display: inline-block;
  visibility: visible;
  padding: 26px 10px 25px 0;
  pointer-events: none;
  color: #0bbbef;
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.nav-primary .genesis-nav-menu > .menu-item-has-children .sub-menu-toggle:before {
  font-size: 15px;
  width: auto;
  height: auto;
}

.nav-primary .genesis-nav-menu > .menu-item-has-children:hover .sub-menu-toggle {
  color: #FFF;
  padding-top: 28px;
  padding-bottom: 23px;
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.nav-primary .genesis-nav-menu .sub-menu {
  border: 1px solid #e6eaea !important;
  border-top: none !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.nav-primary .genesis-nav-menu .sub-menu li {
  width: 100%;
}

.nav-primary .genesis-nav-menu .sub-menu a {
  width: 100%;
  text-transform: initial;
  line-height: 1.2;
  padding: 15px 5px 15px 10px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}

.nav-primary .genesis-nav-menu .sub-menu a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  font-size: 10px;
  font-size: 1rem;
  margin-right: 5px;
  margin-top: 2px;
  float: left;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover::before {
  content: "\f061";
}

.nav-primary .genesis-nav-menu .sub-menu .menu-item:last-child a {
  border: none;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover {
  background-color: #0089da;
  color: #FFF;
  -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-primary .genesis-nav-menu .visible-mob {
  display: none;
}

.top-header {
  height: 55px;
  padding-top: 5px;
  overflow: hidden;
}

.nav-secondary {
  position: relative;
  z-index: 50;
  margin: 0;
  float: right;
  width: auto;
  clear: initial;
}

.nav-secondary .menu {
  float: right;
  margin: 0;
}

.nav-secondary .menu .menu-item a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FFF;
  padding: 15px 0;
  margin: 0 5px;
  text-transform: uppercase;
}

.nav-secondary .menu .menu-item a svg {
  float: left;
  margin-top: -1px;
  margin-right: 5px;
}

.top-header .search-form {
  position: relative;
  z-index: 50;
  float: right;
  padding: 8px 15px;
}

.top-header .search-form .search-form-label {
  display: none;
}

.top-header .search-form .search-form-input {
  float: left;
  top: 0;
  padding: 2px 10px 3px;
  width: 165px;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.top-header .search-form .search-form-submit,
.top-header .search-form input[type=submit] {
  float: left;
  margin: 0;
  line-height: 1.2;
  padding: 5px 10px 6px;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #0077be;
}

.top-header .menu-lang {
  position: relative;
  z-index: 50;
  float: left;
  padding: 0 15px;
}

.top-header .menu-lang .lang-item:first-child:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f363";
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 5px;
  color: #FFF;
}

.top-header .menu-lang .lang-item {
  display: inline-block;
}

.top-header .menu-lang .lang-item a {
  color: #FFF;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 14px 0 13px 0;
}

.top-header .menu-lang .lang-item a:hover {
  text-decoration: none;
}

.top-header .menu-lang .lang-item.current-lang {
  font-weight: 600;
}

.top-header-background {
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 0;
}

.top-header-background .rotation {
  animation: 320s linear 0s infinite rotating;
}

.top-header-background .rotation img {
  width: 110%;
  max-width: initial;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@keyframes in_img {
  from {
    transform: scale(1.15);
  }
  to {
    transform: scale(1);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
    transform-origin: center;
  }
  to {
    transform: rotate(360deg);
    transform-origin: center;
  }
}
@media screen and (max-width: 1024px) {
  .title-area {
    margin-left: -137px;
  }
  .nav-primary .genesis-nav-menu a {
    padding: 25px 10px;
  }
  .nav-primary .genesis-nav-menu > .menu-item-has-children .sub-menu-toggle {
    padding: 25px 10px 24px 0;
  }
}
@media screen and (max-width: 959px) {
  .title-area {
    margin-left: 0;
  }
  .menu-toggle {
    margin: 0;
    padding: 18px 9px 18px 0;
    position: absolute;
    right: 0;
    outline: none !important;
    color: #0077be;
  }
  .menu-toggle:before {
    width: 30px;
    height: 30px;
    font-size: 30px;
    text-align: center;
  }
  .nav-primary .genesis-nav-menu a {
    width: 100%;
  }
  .nav-primary .genesis-nav-menu > .menu-item {
    float: none;
    margin-right: 0;
    border-right: none;
    border-top: 1px solid #e6eaea;
  }
  .nav-primary .genesis-nav-menu > .menu-item-has-children .sub-menu-toggle {
    pointer-events: initial;
    z-index: 100;
    position: absolute;
    text-align: right;
    padding: 26px 15px 25px 0;
    width: 100%;
  }
  .nav-primary .genesis-nav-menu > .menu-item-has-children .sub-menu-toggle {
    outline: none;
  }
  .genesis-nav-menu .sub-menu {
    padding-left: 0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu {
    background-color: #f0f0f0;
  }
  .genesis-responsive-menu .genesis-nav-menu .menu-item > .sub-menu .menu-item:first-child {
     border-top: none;
  }
  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    background-color: transparent;
  }
}
@media screen and (max-width: 680px) {
  .search-form {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .nav-secondary {
    display: none;
  }
  .nav-primary .genesis-nav-menu .visible-mob {
    display: block;
  }
}
.footer-widget-area {
  margin-bottom: 0;
}

.footer-widgets {
  font-size: 12px;
  padding: 0;
  text-align: left;
  line-height: 1.2;
  border-top: 1px solid #e6eaea;
}

.footer-widgets > .wrap {
  margin: 0;
  max-width: 100%;
}

.footer-widgets > .wrap .widget-area {
  float: left;
  width: 100%;
  padding: 15px;
}

.footer-widgets > .wrap .widget-area:first-child {
  text-align: center;
  padding: 0 15px;
}

.footer-widgets > .wrap .widget-area:first-child img {
  max-height: 70px;
  width: auto;
}

.footer-widgets > .wrap .widget-area:first-child .widget_media_image {
  display: inline-block;
  margin: 20px 15px;
}

.footer-widgets > .wrap .widget-area:nth-child(2) {
  background-color: #0077be;
  color: #FFF;
}

.footer-widgets > .wrap .widget-area .widget {
  margin: 0;
}

.footer-widgets > .wrap .footer-widgets-2 section {
  float: left;
}

.footer-widgets > .wrap .footer-widgets-2 section:last-child {
  float: right;
}

.footer-widgets > .wrap .footer-widgets-2 section:last-child ul {
  margin-top: 15px;
}

.footer-widgets > .wrap .footer-widgets-2 section:last-child ul li {
  display: inline-block;
  margin: 0;
  height: 28px;
  width: 28px;
  text-align: center;
  background: #fff;
  color: #465258;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 50%;
  line-height: 1.9;
  margin-left: 5px;
  text-align: center;
}

.site-footer {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  color: #FFF;
  border-top: none;
}

.site-footer .wrap > .menu-footer {
  background-color: #465258;
  padding: 8px 15px;
}

.site-footer a {
  color: #FFF;
}

.site-footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

.site-footer {
  background-color: #465258;
  padding: 8px 15px;
}

.site-footer > .wrap {
  margin: 0 auto;
}

.site-footer .nav-secondary {
  margin-top: 0;
  float: none;
  display: inline-block;
}

.site-footer .copyright-footer {
  display: inline-block;
  padding: 5px 0;
  margin: 0 5px;
  position: relative;
}

.site-footer .nav-secondary .menu {
  float: none;
}

.site-footer .nav-secondary .menu .menu-item a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 0;
}

.site-footer .nav-secondary .menu .menu-item a span {
  text-transform: initial;
}

@media screen and (max-width: 380px) {
  .footer-widgets > .wrap .footer-widgets-2 section {
    width: 100%;
  }
  .footer-widgets > .wrap .footer-widgets-2 section:last-child {
    float: left;
  }
}
.swiper-container-header {
  overflow: hidden;
  clip-path: url(#path);
  -webkit-clip-path: url(#path);
}

.swiper-mask {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: calc(100% - 30px);
  top: 0;
  right: 15px;
}

#svg-path {
  width: 100%;
  height: 100%;
}

.swiper-container-header,
.swiper-wrapper {
  height: 100% !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: rgba(47, 47, 47, 0.1843137255);
  background-size: cover;
  background-position: center;
  min-height: 379px;
  padding: 10px;
  height: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide .content-slide {
  text-align: left;
  width: 100%;
  min-height: 80px;
  padding-bottom: 35px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
}

.swiper-slide .content-slide a:hover {
  text-decoration: none;
}

.swiper-slide .content-slide h2 {
  text-transform: uppercase;
  padding-top: 30px;
  padding-left: 90px;
  padding-right: 30px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

.swiper-pagination-bullet:focus {
  border: none;
  outline: none;
}

.abstract-container {
  max-width: 800px;
  float: right;
  padding: 50px 30px 50px 30px;
}

.abstract-container h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  color: #465258;
  margin-bottom: 0;
}

.abstract-container h1 span {
  display: block;
}

.abstract-container h1 span.typo-light {
  display: block;
  font-weight: 300;
  color: #0077be;
}

.abstract-container .abstract-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: justify;
  padding: 15px 0 25px;
  border-bottom: 1px solid #ccc;
}

.abstract-container ul {
  padding: 20px 0 0;
  margin: 0;
}

.abstract-container ul li {
  display: inline-block;
  margin-right: 20px;
}

.abstract-container ul li img {
  max-height: 65px;
  width: auto;
}

/*--------------------
HOME
--------------------*/
.home .before-content-sidebar-wrap {
  width: 100%;
  margin-bottom: 60px;
  overflow: visible;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.home .before-content-sidebar-wrap:hover {
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.home .before-content-sidebar-wrap .content-header-home {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}

.content-header-home .swiper-pagination-bullet {
  background-color: #0077be !important;
  opacity: 1 !important;
}

.content-header-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
}

@media screen and (max-width: 1048px) {
  .abstract-container h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .abstract-container .abstract-txt {
    padding-bottom: 15px;
  }
  .abstract-container .abstract-partners {
    padding-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .swiper-slide .content-slide h2 {
    padding-left: 30px;
  }
  .abstract-container {
    max-width: 100%;
  }
}
.tribe-events-page-template .site-inner,
.tribe_venue-template-default .site-inner {
  max-width: 960px;
}

.tribe-events-widget {
  margin-bottom: 0 !important;
}

.tribe-events-widget-events-list__header {
  display: none !important;
}

.tribe-events-widget-events-list__event-row {
  background-color: #FFF;
  margin-bottom: 0 !important;
  padding: 5px 0 !important;
}

.tribe-events-widget-events-list__event-row:nth-child(even) {
  background-color: #F2F2F2;
}

.tribe-events-widget-events-list__event-details {
  padding: 0 10px !important;
  border-left: 1px solid #0077be !important;
}

.tribe-events-widget-events-list__event-row .tribe-events-widget-events-list__event-title {
  font-size: 24px !important;
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  font-family: "Roboto Condensed", sans-serif !important;
}

.tribe-events-widget-events-list__event-datetime-wrapper {
  font-size: 16px !important;
  font-size: 1.6rem !important;
  margin-bottom: 0 !important;
}

.tribe-events-widget-events-list__event-details a {
  position: relative;
  display: block;
}

.tribe-events-widget-events-list__event-details a .tribe-events-widget-events-list__event-title,
.tribe-events-widget-events-list__event-details a .tribe-events-widget-events-list__event-datetime-wrapper {
  color: #465258;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.tribe-events-widget-events-list__event-details a:hover .tribe-events-widget-events-list__event-title,
.tribe-events-widget-events-list__event-details a:hover .tribe-events-widget-events-list__event-datetime-wrapper {
  color: #0077be !important;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.tribe-events-widget-events-list__event-details {
  position: relative;
}

.tribe-events-widget-events-list__event-details .fa-long-arrow-right {
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
  color: #0077be;
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  right: -45px;
  top: 0;
  line-height: 1.4;
}

.tribe-events-widget-events-list__event-details:hover .fa-long-arrow-right {
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  right: 10px;
}

.tribe-events-widget-events-list__event-details .tribe-events-widget-events-list__event-datetime-wrapper .tribe-events-widget-events-list__event-title-link,
.tribe-events-widget-events-list__event-details .tribe-events-widget-events-list__event-datetime-wrapper .tribe-events-widget-events-list__event-datetime-recurring-link {
  display: inline-block;
}

.tribe-events-widget-events-list__event-date-tag-daynum,
.tribe-events-widget-events-list__event-date-tag-month {
  color: #0077be !important;
}

.tribe-events-widget-events-list__view-more {
  margin-top: 15px !important;
  padding: 0 !important;
}

.tribe-events-widget-events-list__view-more a {
  margin: 15px 15px 15px 0 !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 119, 190, 0.3) !important;
  line-height: 1.2;
  display: inline-block;
  padding: 10px 15px !important;
  background-color: #FFF !important;
  border: 1px solid #ebebeb !important;
  text-transform: initial !important;
  border-radius: 20px !important;
  text-align: center !important;
  font-family: "Roboto Condensed", sans-serif !important;
}

.tribe-events-widget-events-list__view-more a:hover {
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  text-decoration: none !important;
  color: rgb(0, 119, 190) !important;
  border: 1px solid rgba(0, 119, 190, 0.25) !important;
}

.tribe-events-widget-events-list__view-more .fal {
  padding: 22px 15px 0;
  font-size: 30px;
  color: rgba(0, 119, 190, 0.3) !important;
}

.tribe-common .tribe-events-widget-events-list__event-title-link,
.tribe-common .tribe-events-widget-events-list__event-title-link,
.tribe-common .tribe-events-widget-events-list__event-title-link {
  border-bottom: none !important;
}

.tribe-common .tribe-events-widget-events-list__event-title-link :active,
.tribe-common .tribe-events-widget-events-list__event-title-link :focus,
.tribe-common .tribe-events-widget-events-list__event-title-link :hover {
  border-bottom: none !important;
}

.tribe-events-pg-template,
.tribe-events-view--list {
  padding: 15px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background-color: #fff !important;
}

.single .tribe-events-l-container,
.archive .tribe-events-l-container {
  padding: 15px 15px 0 !important;
}

/*-------------------------*/
.container-agenda {
  margin-top: 40px;
}

.tribe_organizer-template-default .site-inner {
  max-width: 960px;
}

/*-------------------------*/
.mapboxgl-map {
  margin: 20px 0 40px;
}

.mapboxgl-popup {
  max-width: 340px !important;
}

.mapboxgl-popup-content {
  padding: 15px 20px;
}

.mapboxgl-popup-close-button {
  line-height: 1 !important;
  color: #000 !important;
  padding: 5px 8px !important;
}

.dgwt-jg-effect-standard .dgwt-jg-caption span {
  font-weight: 400 !important;
  opacity: 1 !important;
  letter-spacing: initial !important;
}

.container-list-membres .row {
  margin-left: -5px;
  margin-right: -5px;
}

.container-list-membres [class^=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.container-list-membres hr {
  margin: 10px 0 40px;
}

.container-list-membres h2 {
  color: #0077be;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
}

.container-list-membres h2 .fal {
  float: left;
  margin-right: 8px;
  margin-top: 1px;
}

.container-list-membres .membres-content {
  margin-top: 20px;
}

.container-list-membres .membres-content a:hover {
  text-decoration: none;
}

.container-list-membres .membres-content .membre-type {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0077be;
}

.container-list-membres .membres-content h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #465258;
  margin: 0 0 15px 0;
}

.container-list-membres .membres-content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  margin: 10px 0 0;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.container-list-membres .membres-content .membre-infos {
  font-size: 12px;
  font-size: 1.2rem;
  color: #465258;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.container-list-membres .membres-content a:hover h4,
.container-list-membres .membres-content a:hover .membre-infos {
  -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;
  color: #0077be;
}

/*----------------------*/
.container-list-alumnis .alumnis-content .membre-periode {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0077be;
}

.container-list-alumnis .alumnis-content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.container-list-alumnis .alumnis-content h3 span:first-child {
  text-transform: uppercase;
}

.container-list-alumnis .alumnis-content h3 span:nth-child(2) {
  font-weight: 400;
}

.container-list-alumnis .alumnis-content .membre-infos {
  font-size: 12px;
  font-size: 1.2rem;
  color: #465258;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 5px;
}

.container-list-alumnis .alumnis-content .membre-these {
  font-size: 12px;
  font-size: 1.2rem;
  color: #465258;
  font-style: italic;
  line-height: 1.2;
  opacity: 0.8;
  margin-bottom: 30px;
}

/*----------------------*/
.container-list-cards-simple .cards-simple-content .membre-periode {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0077be;
}

.container-list-cards-simple .cards-simple-content h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.container-list-cards-simple .cards-simple-content h3 span:first-child {
  text-transform: uppercase;
}

.container-list-cards-simple .cards-simple-content h3 span:nth-child(2) {
  font-weight: 400;
}

.container-list-cards-simple .cards-simple-content .texte-infos {
  font-size: 16px;
  font-size: 1.6rem;
  color: #465258;
  line-height: 1.3;
  margin-bottom: 5px;
}

/*----------------------*/
.container-list-card-recherche.m-top {
  margin-top: 40px;
}

.container-list-card-recherche h2 {
  color: #0077be;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}

.container-list-card-recherche h3 {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #465258;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.container-list-card-recherche p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #465258;
  line-height: 1.2;
  color: #465258;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.container-list-card-recherche .thematiques-content,
.container-list-card-recherche .programmes-content {
  margin-top: 20px;
}

.container-list-card-recherche hr {
  margin: 30px 0 40px;
}

.container-list-card-recherche .row {
  height: 100%;
  margin-left: -10px;
  margin-right: -10px;
}

.container-list-card-recherche .row [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.container-list-card-recherche a {
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.container-list-card-recherche a:hover {
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.container-list-card-recherche .thematiques-thumbnail {
  min-height: 220px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.container-list-card-recherche .row .row .thematiques-texte {
  padding: 15px 20px 15px 15px;
}

.container-list-card-recherche .row .row .thematiques-texte p {
  text-align: justify;
}

.container-list-card-recherche .programmes-content > .row > [class^=col-],
.container-list-card-recherche .thematiques-content > .row > [class^=col-] {
  margin-bottom: 20px;
}

.container-list-card-recherche .programmes-content .row [class^=col-] a,
.container-list-card-recherche .thematiques-content .row [class^=col-] a {
  background-color: #fff;
  display: block;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}

.container-list-card-recherche .programmes-content .row [class^=col-] a:hover,
.container-list-card-recherche .thematiques-content .row [class^=col-] a:hover {
  border: 1px solid rgba(0, 119, 190, 0.25);
}

.container-list-card-recherche .programmes-content .programmes-thumbnail {
  background-size: cover;
  background-position: center;
  min-height: 160px;
  width: 100%;
}

.container-list-card-recherche .programmes-content .programmes-texte {
  padding: 15px;
}

.container-list-card-recherche .programmes-content .programmes-texte p {
  text-align: justify;
}

/*----------------------*/
.container-list-nouvelles {
  margin-top: 30px;
}

.container-list-nouvelles .content-nouvelle {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

.container-list-nouvelles .content-nouvelle h2 {
  color: #000;
  background-color: #F2F2F2;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.container-list-nouvelles .content-nouvelle h2 .fal {
  margin-right: 3px;
}

.container-list-nouvelles .content-nouvelle .texte-nouvelle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  background-color: #FFF;
  padding: 20px;
  text-align: justify;
}

/*----------------------*/
.container-accordion {
  margin-top: 30px;
}

.container-accordion .card {
  border: 1px solid #e2e2e2;
}

.container-accordion ul .row {
  margin: 0;
}

.container-accordion .card-body {
  padding: 0;
}

.container-accordion .card-body ul {
  margin: 0;
}

.container-accordion .card-body > ul > li {
  border-bottom: 1px solid #e2e2e2;
}

.container-accordion .card-body > ul > li:last-child {
  border-bottom: none;
}

.container-accordion .card-body .news-info {
  padding: 15px;
  width: 100%;
  color: #465258;
}

.container-accordion .card-body .number-list {
  margin-top: 1px;
  max-width: 35px;
  background-color: #f9f7f4;
  padding: 0;
  max-width: 35px;
}

.container-accordion .card-body .txt-list {
  padding: 0;
  flex: 0 0 calc(91.666667% + 8.333333% - 35px);
  max-width: calc(91.666667% + 8.333333% - 35px);
}

.container-accordion .card-body .num-publication {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #465258;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.container-accordion .card-body .texte-publication {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.container-accordion .card-body .lien-publication {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
}

.container-accordion .card-body .lien-publication:hover {
  color: #0077be;
  text-decoration: none;
}

.container-accordion .card-body .lien-publication:before {
  text-rendering: optimizeLegibility;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 10px;
  font-size: 1rem;
  margin-top: 5px;
  margin-right: 4px;
  line-height: 1.2;
  float: left;
}

.container-accordion .card-body .lien-publication:hover:before {
  content: "\f063";
  margin-top: 4px;
}

.container-accordion .card-header {
  padding: 0;
  background-color: #F2F2F2;
  -webkit-transition: all 0.2s 0s ease;
  -moz-transition: all 0.2s 0s ease;
  -o-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.container-accordion .card-header:hover {
  background-color: #F2F2F2;
  -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;
}

.container-accordion .card-header h2 {
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.2;
  border: none;
}

.container-accordion .card-header .btn-block {
  text-transform: uppercase;
  padding: 20px;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  border-width: 0;
}

.container-accordion .card-header .btn-block:focus,
.container-accordion .card-header .btn-block:hover {
  color: #0077be;
  background-color: transparent;
  text-decoration: none;
}

.container-accordion .card-header .btn[aria-expanded=true] {
  background-color: #F2F2F2;
  color: #0077be;
  text-decoration: none;
}

/*----------------------*/
.container-list-seminaires {
  margin-top: 30px;
  background-color: #fff;
}

.container-list-seminaires .tribe-events-l-container {
  min-height: auto !important;
}

.container-past-list-seminaires {
  margin-top: 40px;
}

.container-past-list-seminaires h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #465258;
  text-transform: initial;
  margin-top: 50px;
  margin-bottom: 20px;
}

.container-past-list-seminaires .container-card .texte-card {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #465258;
}

.container-past-list-seminaires .container-card .texte-card a {
  color: #465258;
}

.container-past-list-seminaires .container-card {
  padding: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

/*----------------------*/
.container-list-rf .content-rf .row {
  margin-left: -10px;
  margin-right: -10px;
}

.container-list-rf .content-rf [class^=col-] {
  padding: 10px;
}

.container-list-rf .content-rf li {
  overflow: visible;
}

.container-list-rf .content-rf li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right top, #0077be, #0080c4, #0089c8, #0092cd, #009bd1);
  padding: 20px 20px 50px 20px;
  border-radius: 5px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.container-list-rf .content-rf li a:hover {
  text-decoration: none;
}

.container-list-rf .content-rf li a h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 38px;
  font-size: 3.8rem;
  color: #fff;
  line-height: 1;
}

.container-list-rf .content-rf li a .picto-rf i {
  font-weight: 100;
  font-size: 64px;
  font-size: 6.4rem;
  margin: 10px 0 20px 0;
  color: #fff;
  opacity: 0.8;
}

.container-list-rf .content-rf li a .arrow-link {
  position: absolute;
  bottom: 10px;
  text-align: right;
  margin-top: 10px;
  width: calc(100% - 40px);
  color: #0077be;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
}

.container-list-rf .content-rf li a:hover .arrow-link {
  animation: arrow 0.8s ease-in-out alternate infinite;
}

@media screen and (max-width: 767px) {
  .container-list-card-recherche .thematiques-thumbnail {
    min-height: 160px;
  }
}
.template-list-card .site-inner {
  max-width: 1024px;
}

.template-list-card.template-sidebar-content .site-inner {
  max-width: 1200px;
}

.template-list-card .site-inner .content .entry-content ul {
  padding: 0;
  margin: 0;
}

.template-list-card .site-inner .content .entry-content ul li {
  list-style: none;
}

.template-list-card .site-inner .content .entry {
  margin-bottom: 0;
}

.container-list-card .container-list-card {
  margin-top: 3px;
}

.container-list-card.container-list-card.m-top {
  margin-top: 40px;
}

.container-list-card .row .row [class*=col-] {
  margin-bottom: 30px;
}

.container-list-card .container-block {
  position: relative;
  display: block;
  background-color: #fff;
  height: 100%;
}

.container-list-card .container-block a {
  color: #5b6987;
  padding: 35px;
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #e2e2e2;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.container-list-card .container-block a:hover {
  border: 1px solid rgba(0, 119, 190, 0.25);
}

.container-list-card .container-block a:hover {
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.container-list-card .container-block h1 {
  color: #FFF;
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 35px;
  min-height: 125px;
  background-image: url("images/picto-card.svg");
  background-position: bottom -42px right -15px;
  background-repeat: no-repeat;
}

.container-list-card .container-block h1 .sub-title {
  font-weight: 200;
  display: block;
  text-transform: initial;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
}

.container-list-card .container-block .container-titre {
  width: calc(100% + 70px);
  margin-left: -35px;
  margin-top: -35px;
  position: relative;
  margin-bottom: 25px;
  background-image: linear-gradient(to top, #0077be 0%, #0690c6 100%);
}

.container-list-card .container-block .container-content {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 30px;
  line-height: 1.2;
  padding-bottom: 70px;
}

.container-list-card .container-block .button {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  border-radius: 4px;
  background-color: #F2F2F2;
  color: #5b6987;
  display: block !important;
  margin: 0 auto 30px;
  padding: 10px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 150px;
}

.container-list-card .container-block a:hover .button,
.container-list-card .container-block a .button:hover {
  color: #fff;
  background-color: #0089da;
}

.container-list-card .container-block.archive .container-titre {
  margin-bottom: 65px;
  background-image: linear-gradient(to right top, #afafaf, #b5b5b5, #bababa, #c0c0c0, #c6c6c6);
}

.container-list-card .container-block.archive a:hover .button,
.container-list-card .container-block.archive a .button:hover {
  color: #fff;
  background-color: #5b6987;
}

h3.finalises {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #465258;
  text-transform: initial;
  margin-top: 30px;
  margin-bottom: 20px;
}

.container-list-thematiques-programmes h3.finalises {
  margin-top: 40px;
}

.page-recrutement .container-card {
  padding: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}

.page-recrutement .container-card h3 {
  font-size: 20px;
  font-size: 2rem;
}

.page-recrutement .container-card .texte-card {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #465258;
  padding: 10px 0 20px;
}

.page-recrutement .container-card .encadre-card {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  border: 1px solid #7da5bd;
  border-radius: 0.25rem;
  padding: 15px;
  color: #465258;
}

.page-recrutement .container-card h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.page-recrutement .container-card h4 i {
  font-size: 14px;
  font-size: 1.4rem;
  float: left;
  margin-top: 1px;
  margin-right: 5px;
}

.page-recrutement .container-card .contact-card,
.page-recrutement .container-card .equipe-card,
.page-recrutement .container-card .download-card {
  display: inline-block;
  margin-right: 10px;
}

.page-recrutement .container-accordion .card-header .btn-block span {
  text-transform: initial;
  font-weight: initial;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #465258;
}

.page-recrutement .container-accordion .card-header .btn-block span p:last-child {
  margin-bottom: 0;
}

.page-recrutement .container-accordion .card-header .btn-block span p:first-child {
  margin-top: 15px;
}

.page-recrutement .container-card .titre-card {
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #212529;
}

.page-recrutement .container-card .download-card:before {
  text-rendering: optimizeLegibility;
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-size: 10px;
  font-size: 1rem;
  margin-top: 5px;
  margin-right: 4px;
  line-height: 1.2;
  float: left;
}

.page-recrutement .container-card .download-card:hover:before {
  content: "\f063";
  margin-top: 4px;
}

.search .content .search-content .entry {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

.search .content .search-content .entry:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.search .content .search-content .entry-content .more-link {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 119, 190, 0.3) !important;
  line-height: 1.2;
  margin: 15px 0 0 0;
  padding: 10px 15px !important;
  background-color: #FFF !important;
  border: 1px solid #ebebeb !important;
  text-transform: initial !important;
  border-radius: 20px !important;
  text-align: center !important;
  font-family: "Roboto Condensed", sans-serif !important;
}

.search .content .search-content .entry-content .more-link:hover {
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  text-decoration: none !important;
  color: #0077be !important;
  border: 1px solid rgba(0, 119, 190, 0.25) !important;
}

.search .content .search-content .entry-header a:hover {
  color: #0077be;
  text-decoration: none;
}

.search .content .search-content .archive-pagination ul {
  margin: 0;
  padding: 0;
}

.list-people ul {
  margin: 0 -15px;
  padding: 0;
}

.list-people ul li {
  list-style: none;
}

.list-people ul li a {
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.list-people ul li a:hover {
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.35s 0s ease;
  -moz-transition: all 0.35s 0s ease;
  -o-transition: all 0.35s 0s ease;
  transition: all 0.35s 0s ease;
}

.list-people ul li a .content-card {
  margin-top: 10px;
  padding: 0 0 40px 0;
}

.list-people ul li a .content-card .type-post {
  font-size: 13px;
  font-size: 1.3rem;
  color: #0077be;
}

.list-people ul li a .content-card .displayname-post {
  color: #212529;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.list-people ul li a .content-card .displayname-post span:first-child {
  text-transform: uppercase;
}

.list-people ul li a .content-card .title-post {
  color: #212529;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.2;
}

.list-people ul li a .content-card .category-post {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  color: #465258;
  line-height: 1.2;
}

.list-people ul li a .content-card .displayname-post span:first-child {
  text-transform: uppercase;
}

.list-people ul li a .content-card .title-post {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  line-height: 1.2;
}

.list-people ul li a .content-card .category-post {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  color: #465258;
  line-height: 1.2;
  display: none;
}

.list-people ul li a .avatar-profile {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.list-people ul li a .avatar-profile img {
  width: 100%;
  float: none;
  border-radius: initial;
}

.author .site-inner {
  max-width: 940px;
  margin-bottom: 60px;
}

.author .content .infos-profile {
  margin-bottom: 30px;
}

.author .content .author-details .type-post {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0077be;
}

.author .content .author-details .category,
.author .content .author-details .titre {
  font-size: 20px;
  font-size: 2rem;
}

.author .content .author-details .email,
.author .content .author-details .tel {
  font-size: 18px;
  font-size: 1.8rem;
}

.author .content .author-details .coordonnees {
  margin: 20px 0;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 15px;
}

.author .content .avatar-profile {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.author .content .author-details .btn-back {
  margin: 15px 15px 15px 0 !important;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: rgba(0, 119, 190, 0.3) !important;
  line-height: 1.2;
  display: inline-block;
  padding: 10px 15px !important;
  background-color: #FFF !important;
  border: 1px solid #ebebeb !important;
  text-transform: initial !important;
  border-radius: 20px !important;
  text-align: center !important;
  font-family: "Roboto Condensed", sans-serif !important;
  margin-bottom: 60px;
}

.author .content .author-details .btn-back:hover {
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  text-decoration: none !important;
  color: #0077be !important;
  border: 1px solid rgba(0, 119, 190, 0.25) !important;
}

.author .content .author-details .avatar-profile img {
  width: 100%;
  border-radius: initial;
}

/*-----------------------*/
.trainee-filters {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.trainee-filters .trainee-filter {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.trainee-filters .view-all {
  float: left;
  color: #333;
  background-color: white;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 1em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 250px;
}

.trainee-filters .view-all:hover {
  color: #fff;
  background-color: #0089da;
  text-decoration: none;
}

.trainee-filters .trainee-filter select {
  /* styling */
  background-color: white;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  max-width: 350px;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

.page-template-membres .trainee-filters .trainee-filter:nth-child(2) {
  display: none;
}

/*@import 'sass/common-classes';
@import 'sass/widgets';
@import 'sass/plugins';
@import 'sass/skip-links';
@import 'sass/site-header';
@import 'sass/site-navigation';
@import 'sass/content-area';
@import 'sass/sidebar';
@import 'sass/footer-widgets';
@import 'sass/media-queries';
@import 'sass/print-styles'; */
