@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-SemiBold.ttf) format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-ExtraBold.ttf) format('truetype');
  font-weight: 800;
}
body.page-template-t-blog >main section.actualites .alert {
  font-size: 1rem;
  line-height: 1.313rem;
  background-color: #FFD1C5;
  color: #0023EA;
  border: 0;
  padding: 10px 27px;
  border-radius: 10px;
  margin-bottom: 15px;
}
body.page-template-t-blog >main section.actualites .recherche {
  margin-bottom: 70px;
  position: relative;
}
body.page-template-t-blog >main section.actualites .recherche input {
  width: 100%;
  background: #F7F7F7;
  border-radius: 30px;
  height: 50px;
  -webkit-box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: inset 0px 3px 6px 0px rgba(0,0,0,0.16);
  border: 0;
  padding-left: 27px;
  padding-right: 67px;
  outline: none;
}
body.page-template-t-blog >main section.actualites .recherche button {
  border: 0;
  padding: 0;
  background: none;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translate(0,-50%);
}
body.page-template-t-blog >main section.actualites .liste {
  margin-left: -35px;
  margin-right: -35px;
}
body.page-template-t-blog >main section.actualites .liste .actualite {
  margin-bottom: 70px;
  padding-left: 35px;
  padding-right: 35px;
}
body.page-template-t-blog >main section.actualites .liste .actualite a {
  border: 1px solid #E6E6E6;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  height: 100%;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-template-t-blog >main section.actualites .liste .actualite a .visuel .image {
  position: relative;
  padding-bottom: 66.167%;
}
body.page-template-t-blog >main section.actualites .liste .actualite a .visuel .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.page-template-t-blog >main section.actualites .liste .actualite a .textuel {
  padding: 30px 30px 51px;
}
body.page-template-t-blog >main section.actualites .liste .actualite a .textuel .nom {
  font-weight: 600;
  color: #0023EA;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 14px;
}
body.page-template-t-blog >main section.actualites .liste .actualite a .textuel .date-publication {
  font-size: .875rem;
  line-height: 1.188rem;
  color: #808080;
  padding-bottom: 15px;
  border-bottom: 1px solid #FFD1C5;
  margin-bottom: 15px;
}
body.page-template-t-blog >main section.actualites .liste .actualite a .textuel .lire-la-suite {
  color: #FFB8A6;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.313rem;
}
body.page-template-t-blog >main section.actualites .liste .actualite a:hover {
  -webkit-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 10px 6px 0px rgba(0,0,0,0.16);
}
body.page-template-t-blog >main section.actualites .liste .actualite a:hover .textuel .lire-la-suite {
  color: #FFD1C5;
}
body.page-template-t-blog >main section.actualites .la-pagination {
  text-align: center;
  margin-bottom: 102px;
}
body.page-template-t-blog >main section.actualites .la-pagination .page-numbers {
  font-size: 1rem;
  line-height: 1.313rem;
  margin-right: 15px;
  border: 1px solid #0023EA;
  color: #0023EA;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
}
body.page-template-t-blog >main section.actualites .la-pagination .page-numbers.current {
  background-color: #0023EA;
  color: #FFFFFF;
}
body.page-template-t-blog >main section.actualites .la-pagination .page-numbers:hover {
  background-color: #0023EA;
  color: #FFFFFF;
}
body.page-template-t-blog >main section.actualites .la-pagination .page-numbers.prev,
body.page-template-t-blog >main section.actualites .la-pagination .page-numbers.next {
  border: 0;
  margin-top: -7px;
  width: auto;
  height: auto;
  line-height: auto;
  font-weight: 900;
  color: #808080;
  font-size: 22px;
}
body.page-template-t-blog >main section.actualites .la-pagination .page-numbers.prev:hover,
body.page-template-t-blog >main section.actualites .la-pagination .page-numbers.next:hover {
  background-color: transparent;
  color: #0023EA;
}
body.page-template-t-blog >main section.bandeau-dentete {
  margin-bottom: 0;
}
body.page-template-t-blog >main section.retour {
  margin-top: 20px;
  margin-bottom: 75px;
}
body.page-template-t-blog >main section.retour a {
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: 500;
}
body.page-template-t-blog >main section.retour a i {
  font-style: normal;
  font-size: 1.3rem;
  margin-right: 14px;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container {
  max-width: 1420px;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .search-layout {
  width: 30%;
  float: right;
}
@media screen and (max-width: 767.98px) {
  body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .search-layout {
    width: 100%;
    float: unset;
  }
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .search-layout .form-inner {
  position: relative;
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  overflow: hidden;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .search-layout .form-inner .field-search {
  border: none;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .search-layout .form-inner .btn-submit {
  position: relative;
  padding: 10px 20px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .search-layout .form-inner .btn-submit::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("../img/loop.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .btn-all {
  display: none;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter {
  max-width: 500px;
}
@media screen and (max-width: 767.98px) {
  body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter {
    margin-right: unset;
  }
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-active {
  border: 1px solid #C4C3C3;
  border-radius: 50px;
  text-indent: 10px;
  z-index: 3;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-active:before {
  top: 15px;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-active .arrow {
  border: solid #042CB1;
  border-width: 0 3px 3px 0;
  right: 20px;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-passive {
  max-width: unset;
  top: 43px;
  background: #FFFFFF;
  color: #C4C3C3;
  border: 1px solid #C4C3C3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 0;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-passive:before {
  top: -15px;
  background: #C4C3C3;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-passive .btn-close {
  display: none;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-passive .menu-passive__item {
  color: #333333;
  opacity: 0.8;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-passive .menu-passive__item .link-inner a.menu-link {
  color: #333333;
  opacity: 0.8;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-passive .menu-passive__item .link-inner a.menu-link:before {
  border: 1px solid #C4C3C3;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .dropdown-filter .menu-passive .menu-passive__item .link-inner a.menu-link:after {
  border-left: 2px solid #042CB1;
  border-bottom: 2px solid #042CB1;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .selected-items {
  width: 45%;
}
@media screen and (max-width: 767.98px) {
  body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .selected-items {
    width: 100%;
  }
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .selected-items .item {
  padding: 10px 15px 10px 30px;
  font-size: 16px;
  background: #EFEFEF;
  border-radius: 8px;
  color: #333333;
  opacity: 0.5;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .filter-entry .selected-items .item small {
  right: 0;
  left: 7px;
  top: 55%;
  line-height: 0;
  font-size: 22px;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .filter-layout .posts-found {
  display: none;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .container-posts {
  justify-content: center;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .container-posts .ymc-post-custom-layout {
  margin-bottom: 40px;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .container-posts .ymc-post-custom-layout .category-wrapper {
  margin-bottom: 25px;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .container-posts .ymc-post-custom-layout .category-wrapper .category-item {
  color: #FFB8A6;
  font-size: 1rem;
  line-height: 1.313rem;
  font-weight: 800;
  background-color: #FFEDE8;
  border-radius: 5px;
  padding: 3px 8px;
  margin: 2px 5px;
  display: inline-block;
  word-wrap: break-word;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .container-posts .ymc-post-custom-layout h2 {
  color: #0023EA;
}
body.page-template-t-blog >main section.ymc-filter .ymc-smart-filter-container .container-posts .ymc-post-custom-layout .date .point-seperator {
  margin: 0 9px 2px 9px;
  padding: 2px;
  border-radius: 50%;
  display: inline-block;
  background-color: #C4C3C3;
}
@media screen and (max-width: 1400px) {
  body.page-template-t-blog >main section.actualites .filtrage .dropdown ul.dropdown-menu {
    padding-right: 56px;
  }
}
@media screen and (max-width: 1250px) {
  body.page-template-t-blog >main section.actualites .filtrage .dropdown ul.dropdown-menu {
    columns: 2;
  }
}
@media screen and (max-width: 1199px) {
  body.page-template-t-blog >main section.actualites .liste {
    margin-left: -12px;
    margin-right: -12px;
  }
  body.page-template-t-blog >main section.actualites .liste .actualite {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  body.page-template-t-blog >main section.actualites .filtrage .dropdown ul.dropdown-menu {
    columns: 1;
  }
}
@media screen and (max-width: 767.98px) {
  body.page-template-t-blog >main section.actualites .alert {
    padding: 10px 15px;
  }
  body.page-template-t-blog >main section.actualites .filtrage {
    padding: 0;
    margin-bottom: 30px;
  }
  body.page-template-t-blog >main section.actualites .filtrage span {
    position: static;
    transform: none;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
    display: block;
  }
  body.page-template-t-blog >main section.actualites .filtrage .dropdown ul.dropdown-menu {
    padding: 0 15px 15px;
    font-size: .875rem;
    z-index: 1;
  }
  body.page-template-t-blog >main section.actualites .filtrage .dropdown button {
    padding: 0 40px 0 15px;
    height: 40px;
    font-size: .875rem;
  }
  body.page-template-t-blog >main section.actualites .filtrage .dropdown button:after {
    margin-right: -25px;
  }
  body.page-template-t-blog >main section.actualites .recherche {
    margin-bottom: 30px;
  }
  body.page-template-t-blog >main section.actualites .recherche input {
    padding-left: 15px;
    height: 40px;
  }
  body.page-template-t-blog >main section.actualites .liste {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  body.page-template-t-blog >main section.actualites .liste .actualite {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
  body.page-template-t-blog >main section.actualites .liste .actualite a .textuel {
    padding: 15px 15px 0;
  }
  body.page-template-t-blog >main section.actualites .liste .actualite a .textuel .lire-la-suite {
    right: 15px;
    bottom: 15px;
  }
  body.page-template-t-blog >main section.actualites .la-pagination {
    margin-bottom: 30px;
  }
}
