.custom-icon-lock {
  margin: 0 0 0 8px;
  color: #f3a324;
  font-size: 19px;
}

.btn {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  display: inline-block;
  cursor: pointer;
  padding: 10px 25px !important;
  border-radius: 50px !important;
}
.btn.btn-tiny {
  font-size: 14px !important;
  padding: 7px 18px !important;
}

.btn-green {
  background: #009999;
  color: white !important;
  border: 1px solid #009999;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  background: white;
  color: #009999 !important;
}

.btn-outline-green {
  color: #009999 !important;
  border: 1px solid #009999;
}
.btn-outline-green:hover, .btn-outline-green:active, .btn-outline-green:focus {
  background: white;
  color: #009999 !important;
}

.btn-outline-red {
  color: #d94848 !important;
  border: 1px solid #d94848;
}
.btn-outline-red:hover, .btn-outline-red:active, .btn-outline-red:focus {
  background: #d94848;
  color: white !important;
}

body {
  font-family: "Poppins", sans-serif !important;
}
body .spyrit-elementor-widget {
  font-family: "Poppins", sans-serif !important;
}
body .spyrit-elementor-widget .post-card {
  background-color: transparent;
  overflow: visible;
}
body .spyrit-elementor-widget .post-card .image-wrapper .fake-thumbnail {
  background-color: #2C66A954;
  padding-top: 100%;
  margin-bottom: 0;
}
body .spyrit-elementor-widget .post-card .image-wrapper img {
  aspect-ratio: 1/1;
}
body .spyrit-elementor-widget .post-card .image-wrapper .fake-thumbnail, body .spyrit-elementor-widget .post-card .image-wrapper img {
  border-radius: 8px;
}
body .spyrit-elementor-widget .post-card .contents-wrapper .contents-top .post-link {
  display: none;
}
body .spyrit-elementor-widget .posts-list.posts-full-width .post-card {
  display: grid;
  grid-template-columns: 265px 1fr;
  grid-gap: 59px;
}
@media (max-width: 900px) {
  body .spyrit-elementor-widget .posts-list.posts-full-width .post-card {
    grid-template-columns: 200px 1fr;
    grid-gap: 20px;
  }
}
@media (max-width: 750px) {
  body .spyrit-elementor-widget .posts-list.posts-full-width .post-card {
    display: flex;
  }
}
body .spyrit-elementor-widget .posts-list.posts-full-width .post-card .contents-wrapper .contents-top {
  min-height: 52px;
  position: relative;
  padding-right: 52px;
}
body .spyrit-elementor-widget .posts-list.posts-full-width .post-card .contents-wrapper .contents-top .categories {
  margin-bottom: 16px;
}
body .spyrit-elementor-widget .posts-list.posts-full-width .post-card .contents-wrapper .contents-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  height: 1px;
  background: #B9CCE3;
}
body .spyrit-elementor-widget .posts-list.posts-full-width .post-card .contents-wrapper .contents-top .post-link {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-image: url("../images/icon-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
body .spyrit-elementor-widget .posts-list.posts-full-width .post-card .contents-wrapper .date {
  margin-bottom: 8px;
}
body .spyrit-elementor-widget .events-list {
  grid-row-gap: 20px !important;
}
body .spyrit-elementor-widget .event-card {
  padding: 32px 24px;
  background-color: white;
  border-radius: 8px;
}
body .spyrit-elementor-widget .event-card .date {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 8px 10px;
  background-color: #2C66A9;
  color: white;
  margin-bottom: 16px;
  border-radius: 5px;
}
body .spyrit-elementor-widget .event-card .title {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  color: #151515;
}
body .spyrit-elementor-widget .event-card .lieu {
  font-size: 14px;
  line-height: 20px;
  color: #151515;
  display: grid;
  grid-template-columns: 14px 1fr;
  grid-gap: 10px;
}

.categories-display {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
  position: relative;
  z-index: 2;
}
.categories-display .parent-category,
.categories-display .category {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding: 7px 9px;
  border: 1px solid #2C66A9;
  color: #2C66A9;
  background-color: white;
  border-radius: 4px;
}
.categories-display .parent-category {
  background-color: #2C66A9;
  color: white;
  border-radius: 4px 0 0 4px;
}
.categories-display .parent-category + .category {
  border-radius: 0 4px 4px 0;
}
.categories-display.categories-self .parent-category,
.categories-display.categories-self .category {
  border: 1px solid #009999;
  color: #009999;
}
.categories-display.categories-self .parent-category {
  background-color: #009999;
  color: white;
}

.breadcrumb-display {
  font-size: 12px;
  line-height: 17px;
  color: #151515;
  font-weight: 500;
}
.breadcrumb-display a {
  color: #009999 !important;
}

.elementor-nav-menu__container li.open-connexion .elementor-item {
  padding-left: 0 !important;
}

.spyrit-elementor-widget div.custom-pagination .page-numbers {
  width: 32px;
  height: 32px;
  margin: 0 5px;
  background-color: transparent;
  color: #009999;
  border: 2px solid #009999;
  border-radius: 50px;
  font-size: 16px;
  line-height: 25px;
}
.spyrit-elementor-widget div.custom-pagination .page-numbers svg path {
  stroke: #009999;
}
.spyrit-elementor-widget div.custom-pagination .page-numbers.arrows {
  border: none;
}
.spyrit-elementor-widget div.custom-pagination .page-numbers.current, .spyrit-elementor-widget div.custom-pagination .page-numbers:hover, .spyrit-elementor-widget div.custom-pagination .page-numbers:active, .spyrit-elementor-widget div.custom-pagination .page-numbers:focus {
  background-color: #009999;
  color: white;
}
.spyrit-elementor-widget div.custom-pagination .page-numbers.current svg path, .spyrit-elementor-widget div.custom-pagination .page-numbers:hover svg path, .spyrit-elementor-widget div.custom-pagination .page-numbers:active svg path, .spyrit-elementor-widget div.custom-pagination .page-numbers:focus svg path {
  stroke: white;
}
.spyrit-elementor-widget div.custom-pagination span.page-numbers {
  color: #009999 !important;
  border: none !important;
  background-color: transparent !important;
  cursor: auto;
}

div.spyrit-elementor-widget .widget-filtres {
  justify-content: center;
  margin-bottom: 106px;
}
div.spyrit-elementor-widget .widget-filtres .selectize-control .selectize-input {
  border: 2px solid #EBEBEB;
  border-radius: 20px;
  min-width: 416px;
  max-width: 100%;
}
div.spyrit-elementor-widget .widget-filtres .selectize-control .selectize-input:not(.has-items) input {
  width: 100% !important;
}
div.spyrit-elementor-widget .widget-filtres .selectize-control .selectize-input .item {
  background-color: #2c66a9 !important;
  border-radius: 50px;
}

.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gfield_required {
  color: #e8694d;
}
.gform_wrapper .validation_message {
  font-size: 13px !important;
  padding: 8px 12px !important;
}
.gform_wrapper .gform_confirmation_message {
  padding: 40px 24px;
  color: green;
  background: #defbe4;
  text-align: center;
  font-weight: 600;
}
.gform_wrapper form .gform-body .gform_fields {
  grid-row-gap: 24px;
}
.gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.gform_wrapper form .gform-body .gform_fields .gfield input[type=text],
.gform_wrapper form .gform-body .gform_fields .gfield input[type=date],
.gform_wrapper form .gform-body .gform_fields .gfield input[type=email],
.gform_wrapper form .gform-body .gform_fields .gfield input[type=number],
.gform_wrapper form .gform-body .gform_fields .gfield select,
.gform_wrapper form .gform-body .gform_fields .gfield textarea {
  font-size: 14px !important;
  line-height: 20px;
  padding: 10px 14px !important;
  border-color: #151515;
}
.gform_wrapper form .gform-body .gform_fields .gfield textarea {
  border-radius: 10px;
}
.gform_wrapper form .gform_footer {
  justify-content: flex-end;
}
.gform_wrapper form .gform_footer .gform_button {
  cursor: pointer;
}

.gform-green .gform_wrapper form .gform-body .gform_fields .gfield .gfield_label {
  color: white;
}
.gform-green .gform_wrapper form .gform-body .gform_fields .gfield input[type=text],
.gform-green .gform_wrapper form .gform-body .gform_fields .gfield input[type=date],
.gform-green .gform_wrapper form .gform-body .gform_fields .gfield input[type=email],
.gform-green .gform_wrapper form .gform-body .gform_fields .gfield input[type=number],
.gform-green .gform_wrapper form .gform-body .gform_fields .gfield select,
.gform-green .gform_wrapper form .gform-body .gform_fields .gfield textarea {
  border-color: #009999;
}
.gform-green .gform_wrapper form .gform_footer .gform_button {
  background-color: white;
  color: #009999;
}
.gform-green .gform_wrapper form .gform_footer .gform_button:hover {
  opacity: 0.8;
}

body:not(.elementor-editor-active.postid-24958) #connexion-modal:not(.open),
body:not(.elementor-editor-active.postid-24958) #search-modal:not(.open) {
  visibility: hidden;
  opacity: 0;
}
body:not(.elementor-editor-active.postid-24958) #connexion-modal:not(.open) .elementor-widget-wrap,
body:not(.elementor-editor-active.postid-24958) #search-modal:not(.open) .elementor-widget-wrap {
  transform: translateY(-24px);
}

body.postid-24958 #connexion-modal,
body.postid-24958 #search-modal {
  position: relative !important;
}

#connexion-modal,
#search-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  z-index: 100;
}
#connexion-modal .elementor-widget-wrap,
#search-modal .elementor-widget-wrap {
  transition: 0.3s ease-in-out;
}

div.spyrit-elementor-widget.widget-pages-navigation {
  container-type: inline-size;
}
div.spyrit-elementor-widget.widget-pages-navigation .parent {
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  margin-bottom: 15px;
}
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal {
  display: flex;
  border-bottom: 1px solid #151515;
}
@container (max-width: 750px) {
  div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal {
    flex-direction: column;
    border-left: 1px solid black;
    border-bottom: none;
  }
}
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li a, div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li span {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-wrap: balance;
  display: block;
  padding: 19px 0;
}
@container (max-width: 750px) {
  div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li a, div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li span {
    display: block;
    padding: 8px 0 8px 24px;
    text-align: left;
  }
}
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li a:hover,
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li a:focus,
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li a:active {
  text-decoration: none;
  color: #009999;
}
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li .page-ancestor,
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li span {
  position: relative;
}
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li .page-ancestor:after,
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 34px;
  height: 8px;
  border-radius: 50px;
  background: #009999;
}
@container (max-width: 750px) {
  div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li .page-ancestor:after,
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li span:after {
    left: 0;
    bottom: 50%;
    width: 14px;
    height: 14px;
  }
}
div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li:not(:last-child) {
  border-right: none;
}
@container (min-width: 750px) {
  div.spyrit-elementor-widget.widget-pages-navigation ul.horizontal li:not(:last-child) {
    padding-right: 17px;
  }
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_1 {
  order: -10;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_2,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 {
  order: -5;
  background-color: #FAFAFA;
  border-bottom: none;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_2 li a,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_2 li span,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li a,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li span {
  font-weight: 400;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_2 li .page-ancestor,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_2 li span,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li .page-ancestor,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li span {
  color: #009999;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_2 li .page-ancestor:after,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_2 li span:after,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li .page-ancestor:after,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li span:after {
  display: none;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_2 {
  padding: 0 12px;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 {
  background-color: transparent;
  order: 0;
  display: flex;
  flex-direction: column;
  z-index: 50;
  border-top: 1px solid #cccccc;
}
@media (min-width: 1250px) {
  div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 {
    position: absolute;
    top: calc(100% + 30px);
    width: 150px;
  }
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li {
  width: 100%;
  padding: 0;
  margin: 0;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li a,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li span {
  padding: 8px 6px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  text-align: left;
}
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li span,
div.spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 li a:hover {
  background-color: #d2e8e8;
}

body.elementor-editor-preview .spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3,
body.elementor-editor-active .spyrit-elementor-widget.widget-pages-navigation .navs-wrapper .horizontal.depth_3 {
  position: relative;
  top: 0;
}

.depth4_page_navigation + .elementor .sidebar-grid-left .elementor-widget-spyrit_elementor_widget_pages_navigation {
  z-index: 50;
}
@media (min-width: 1250px) {
  .depth4_page_navigation + .elementor .sidebar-grid-left .elementor-widget-spyrit_elementor_widget_pages_navigation ~ * {
    padding-left: 200px;
  }
}

.w-100 {
  width: 100%;
}

.widget-recherche-base-communications-congres {
  container-type: inline-size;
}
.widget-recherche-base-communications-congres .form-base-communications-congres {
  background-color: #D0ECEC;
  padding: 24px;
  border-radius: 10px;
}
@container (min-width: 750px) {
  .widget-recherche-base-communications-congres .form-base-communications-congres {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 16px;
  }
}
.widget-recherche-base-communications-congres .form-base-communications-congres .title {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  color: #009999;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  margin-bottom: 8px;
}
@container (max-width: 750px) {
  .widget-recherche-base-communications-congres .form-base-communications-congres .title {
    margin-bottom: 24px;
  }
}
.widget-recherche-base-communications-congres .form-base-communications-congres label {
  margin-bottom: 4px;
  margin-top: 16px;
}
.widget-recherche-base-communications-congres .form-base-communications-congres input {
  max-width: 100%;
  padding: 14px 42px 14px 24px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: black !important;
  font-weight: 300 !important;
}
.widget-recherche-base-communications-congres .form-base-communications-congres input::placeholder {
  font-style: italic;
}
@container (min-width: 750px) {
  .widget-recherche-base-communications-congres .form-base-communications-congres input {
    min-width: 300px;
  }
}
@container (max-width: 750px) {
  .widget-recherche-base-communications-congres .form-base-communications-congres input {
    width: 100%;
  }
}
.widget-recherche-base-communications-congres .form-base-communications-congres .select-wrapper {
  background-color: white;
  display: inline-block;
  border-radius: 50px;
  position: relative;
}
@container (max-width: 750px) {
  .widget-recherche-base-communications-congres .form-base-communications-congres .select-wrapper {
    width: 100%;
  }
}
.widget-recherche-base-communications-congres .form-base-communications-congres .select-wrapper:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/chevron-down.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.widget-recherche-base-communications-congres .form-base-communications-congres .select-wrapper select {
  border: none;
  padding: 14px 42px 14px 24px;
  font-size: 14px;
  line-height: 20px;
  background: transparent;
  appearance: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  min-width: 300px;
  max-width: 100%;
}
.widget-recherche-base-communications-congres .form-base-communications-congres .open-advanced-search {
  color: #2e9999;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
}
.widget-recherche-base-communications-congres .form-base-communications-congres .open-advanced-search:hover, .widget-recherche-base-communications-congres .form-base-communications-congres .open-advanced-search:active, .widget-recherche-base-communications-congres .form-base-communications-congres .open-advanced-search:focus {
  text-decoration: underline;
}
.widget-recherche-base-communications-congres .form-base-communications-congres .advanced-search {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
}
.widget-recherche-base-communications-congres .form-base-communications-congres .advanced-search.open {
  grid-template-rows: 1fr;
}
.widget-recherche-base-communications-congres .form-base-communications-congres .advanced-search .content {
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@container (min-width: 750px) {
  .widget-recherche-base-communications-congres .form-base-communications-congres .advanced-search .content {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0 16px;
  }
}
.widget-recherche-base-communications-congres .form-base-communications-congres .actions-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@container (min-width: 750px) {
  .widget-recherche-base-communications-congres .form-base-communications-congres .actions-wrapper {
    align-items: center;
  }
}
@container (max-width: 750px) {
  .widget-recherche-base-communications-congres .form-base-communications-congres .actions-wrapper {
    margin-top: 16px;
    flex-direction: column;
  }
  .widget-recherche-base-communications-congres .form-base-communications-congres .actions-wrapper .btn:not(:last-child) {
    margin-bottom: 12px;
  }
  .widget-recherche-base-communications-congres .form-base-communications-congres .actions-wrapper .open-advanced-search {
    order: -1;
    margin-bottom: 10px;
  }
}
.widget-recherche-base-communications-congres h2 {
  padding-top: 30px;
  font-size: 18px !important;
  margin-bottom: 6px;
  color: #009999 !important;
}
.widget-recherche-base-communications-congres .results {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px 16px;
}

.single-card-base-doc {
  padding: 16px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-card-base-doc .title {
  font-size: 16px;
  margin-bottom: 4px;
  color: #009999;
  font-weight: 600;
  display: block;
}
.single-card-base-doc .title:hover {
  text-decoration: underline;
}
.single-card-base-doc .auteur {
  font-size: 14px;
  font-style: italic;
  margin-top: 12px;
}
.single-card-base-doc .auteur a {
  text-decoration: underline;
  color: #009999;
}
.single-card-base-doc .description p {
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 70px;
}
.single-card-base-doc .btn {
  margin-top: 16px;
}

.back-btn {
  text-decoration: underline;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 12px;
  border: 1px solid #009999;
  color: #009999 !important;
  border-radius: 5px;
  padding: 4px 8px;
}
.back-btn:hover {
  background-color: #009999;
  color: white !important;
}

.widget-contenu-single-document .document .document-content {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-gap: 24px;
}
.widget-contenu-single-document .document .document-content .left h1 {
  font-size: 26px;
  line-height: 1.4;
}
.widget-contenu-single-document .document .document-content .left .description {
  border-radius: 10px;
  padding: 0 24px 24px 24px;
  border: 1px solid #009999;
  margin: 24px 0 12px 0;
}
.widget-contenu-single-document .document .document-content .left .description .label {
  font-size: 17px;
  font-weight: 600;
  color: #009999;
  background: white;
  padding: 0 10px;
  transform: translate(-10px, -50%);
  display: inline-block;
}
.widget-contenu-single-document .document .document-content .left .structure-APA {
  font-size: 15px;
  font-style: italic;
  margin-bottom: 16px;
}
.widget-contenu-single-document .document .document-content .right .attributs {
  background: #009999;
  color: white;
  border-radius: 10px;
  padding: 16px 24px 24px 24px;
}
.widget-contenu-single-document .document .document-content .right .attributs .label {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 10px;
}
.widget-contenu-single-document .document .document-content .right .attributs .attribut {
  margin-bottom: 6px;
}
.widget-contenu-single-document .document .document-content .right .attributs .attribut a {
  text-decoration: underline;
}
.widget-contenu-single-document .document .document-content .right .attributs .attribut a:hover {
  color: white;
  opacity: 0.75;
}

.taxonomy-document h1 {
  font-size: 23px !important;
  margin-bottom: 6px;
  color: #009999 !important;
}
.taxonomy-document .title-document {
  border: 1px solid #009999;
  padding: 12px;
  display: block;
  font-size: 15px;
  margin-bottom: 12px;
  border-radius: 8px;
  color: #009999;
}
.taxonomy-document .title-document:hover {
  background-color: #f1fafa;
}
.taxonomy-document .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 0 16px 0;
}
.taxonomy-document .pagination form input {
  width: 32px;
  height: 32px;
  margin: 0 5px;
  background-color: transparent;
  color: #009999;
  border: 2px solid #009999;
  border-radius: 50px;
  font-size: 16px;
  line-height: 25px;
  padding: 0;
  cursor: pointer;
}
.taxonomy-document .pagination form input:hover, .taxonomy-document .pagination form input:active, .taxonomy-document .pagination form input:focus, .taxonomy-document .pagination form input.chosenPage {
  background-color: #009999;
  color: white;
}
.taxonomy-document .pagination-nb-results,
.taxonomy-document .pagination-nb-pages {
  text-align: center;
  margin-top: 24px;
}
.taxonomy-document .documents-lies {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 24px;
}
.taxonomy-document .documents-lies p {
  color: #009999;
  font-weight: 600;
  margin-bottom: 4px;
}
.taxonomy-document .documents-lies a {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 2px 8px 0;
  border: 1px solid #009999;
  color: #009999;
  border-radius: 50px;
}
.taxonomy-document .documents-lies a:hover, .taxonomy-document .documents-lies a:active, .taxonomy-document .documents-lies a:focus {
  background: #009999;
  color: white;
}

.widget-connexion-espace-membre {
  background: white;
  padding: 24px;
  border-radius: 10px;
  width: 300px;
  max-width: 100%;
}
.widget-connexion-espace-membre .close-connexion-modal {
  position: absolute;
  right: 0;
  bottom: calc(100% + 4px);
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
.widget-connexion-espace-membre .title {
  font-weight: 700;
  font-size: 23px;
  text-align: center;
  color: #009999;
  margin-bottom: 20px;
  display: block;
}
.widget-connexion-espace-membre .user {
  text-align: center;
}
.widget-connexion-espace-membre .user .info {
  margin-bottom: 16px;
}
.widget-connexion-espace-membre .user .info p {
  margin-bottom: 0;
}
.widget-connexion-espace-membre .disconnect-wrapper {
  margin-top: 12px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 6px;
}
.widget-connexion-espace-membre form label {
  font-weight: 600;
  margin-bottom: 4px;
}
.widget-connexion-espace-membre form input[type=text],
.widget-connexion-espace-membre form input[type=password] {
  width: 100%;
}
.widget-connexion-espace-membre form input[type=submit] {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 22px !important;
  display: inline-block;
  cursor: pointer;
  padding: 10px 25px !important;
  border-radius: 50px !important;
}

.widget-partage-reseaux-sociaux ul li a {
  background-color: #0F2B48 !important;
}
@media (min-width: 1000px) {
  .widget-partage-reseaux-sociaux {
    position: fixed;
    left: 20px;
    bottom: 250px;
    z-index: 5;
  }
  .widget-partage-reseaux-sociaux ul {
    flex-direction: column;
  }
}

#primary.site-main.page-not-elementor {
  max-width: 1280px;
  margin: 50px auto;
}
#primary.site-main.page-not-elementor .page-title {
  margin-bottom: 12px;
}

/* columns */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .full_width, .one_sixth {
  height: auto !important;
  min-height: 1px;
  margin-right: 4%;
  float: left;
  position: relative;
}

.full_width {
  margin-right: 0px;
  float: none;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.666%;
}

.two_third {
  width: 65.332%;
}

.one_fourth {
  width: 22%;
}

.one_fifth {
  width: 16.8%;
}

.two_fourth {
  width: 48%;
}

.three_fourth {
  width: 74%;
}

.one_sixth {
  width: 13.333%;
}

.last {
  margin-right: 0 !important;
  clear: right;
}

.one_third.last {
  width: 30.668%;
}

.two_third.last {
  width: 65.334%;
}

.one_sixth.last {
  width: 13.335%;
}

.su-box-content ul {
  padding-left: 22px;
}
.su-box-content a {
  font-weight: 500;
  color: #009999;
}
.su-box-content img.alignleft {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}

.elementor-widget-theme-post-content p a,
.elementor-widget-text-editor p a {
  color: #009999;
}

/*# sourceMappingURL=style.css.map */
