@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200&icon_names=star");
.header_blog {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100vw;
  padding: 15px 310px;
  background-color: #223244;
}
@media screen and (width < 1660px) {
  .header_blog {
    padding: 15px 272px;
  }
}
@media screen and (width < 1550px) {
  .header_blog {
    padding: 15px 200px;
  }
}
@media screen and (width < 1340px) {
  .header_blog {
    padding: 15px 50px;
  }
}
@media screen and (width < 769px) {
  .header_blog {
    padding: 15px 50px !important;
  }
}
@media screen and (width < 500px) {
  .header_blog {
    padding: 15px 20px;
  }
}
.header_blog__logo {
  display: flex;
}
.header_blog__logo img {
  width: 280px;
}
.header_blog__items {
  display: flex;
  gap: 30px;
}
@media screen and (width < 1024px) {
  .header_blog__items {
    display: none;
  }
}
.header_blog__items--menu {
  display: flex;
}
.header_blog__items--menu ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 30px;
}
.header_blog__items--menu ul li {
  font-size: 0.9rem;
}
.header_blog__items--menu ul li a {
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_blog__items--menu ul li a:hover {
  color: #83d3fa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_blog__items--menu ul li:last-child a {
  border: 1px solid #83d3fa;
  border-radius: 30px;
  color: #83d3fa !important;
  padding: 8px 22px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_blog__items--menu ul li:last-child a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #ffffff !important;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.header_blog__items--search {
  display: flex;
}
.header_blog__hmbrgr {
  display: none;
}
.header_blog__hmbrgr svg {
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (width < 1024px) {
  .header_blog__hmbrgr {
    display: flex;
  }
}
.header_blog__hmbrgr--menu {
  position: absolute;
  display: flex;
  width: 100vw;
  height: 100vh;
  top: 80px;
  overflow-y: hidden;
  left: 0px;
  background-color: #223244;
  z-index: 90001;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.2);
  opacity: 0.98;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (width < 1340px) {
  .header_blog__hmbrgr--menu {
    padding: 30px 50px;
  }
}
@media screen and (width < 500px) {
  .header_blog__hmbrgr--menu {
    padding: 30px 20px;
  }
}
.header_blog__hmbrgr--menu ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header_blog__hmbrgr--menu ul li {
  font-size: 1.1rem;
  width: inherit;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.header_blog__hmbrgr--menu ul li a {
  color: #ffffff;
}
.header_blog__hmbrgr--menu ul li a:before {
  content: "›";
  padding-right: 10px;
  color: #83d3fa;
}
.header_blog__hmbrgr--menu ul li:last-child {
  border: none;
}
.header_blog__hmbrgr .collapsing, .header_blog__hmbrgr .collapse {
  position: absolute;
  width: 100vw;
  top: 80px;
  left: 0px;
  overflow-y: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header_blog__hmbrgr .show {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mainblog {
  font-family: "Mulish", sans-serif;
}
.mainblog .light {
  background-color: #f8f9fb;
  height: 0px !important;
  margin-top: -376px !important;
}
.mainblog .filter-section form {
  margin-top: 100px;
}
.mainblog .light-footer,
.mainblog .yonder,
.mainblog .ciel,
.mainblog .filter-section {
  font-family: "Mulish", sans-serif;
}
.mainblog .light-footer h4,
.mainblog .yonder h4,
.mainblog .ciel h4,
.mainblog .filter-section h4 {
  font-family: "Mulish", sans-serif;
}

.article_blog {
  font-family: "Mulish", sans-serif;
}

.modal-sblog {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh !important;
  width: 100vw;
  background-color: rgba(34, 50, 69, 0.98);
  overflow-y: hidden !important;
  z-index: 90000;
}
.modal-sblog__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  height: 100%;
  width: inherit;
}
.modal-sblog__content--loupe {
  display: flex;
}
.modal-sblog__content--loupe svg {
  color: #83d3fa !important;
  width: 40px;
  height: 40px;
}
.modal-sblog__content--titre {
  display: flex;
  color: #ffffff;
  font-size: 1.9rem;
  font-weight: 900;
}
.modal-sblog__content--s {
  display: flex;
  justify-content: center;
  width: 100%;
}
.modal-sblog__content--s form {
  width: inherit;
}
.modal-sblog__content--s form input {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-sblog__content--close a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal-sblog__content--close a svg {
  color: #83d3fa;
  width: 40px;
  height: 40px;
}
.modal-sblog__content--close a:hover {
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.footer_blog .footer__menu--expertise {
  display: flex;
}
.footer_blog .footer__menu--expertise ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_blog .footer__menu--expertise ul li a {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_blog .footer__menu--expertise ul li a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #83d3fa;
  padding-left: 5px;
}

.col-lg-4 {
  -ms-flex: 0 0 32% !important;
  flex: 0 0 32% !important;
  max-width: 32% !important;
  padding-right: 0px !important;
}

.pill--cat {
  /*
  	position: absolute;
  	top: -28px;
  	left: 40px;
  */
  margin: 0;
  padding-left: 0px;
  margin-bottom: 20px;
}
.pill--cat li {
  display: inline;
  margin-right: 5px;
  padding: 3px 10px;
  border-radius: 3px;
  font-weight: 700;
  color: #ffffff;
  font-size: 0.65rem;
  text-transform: uppercase;
}
.pill--cat li.cat-essentiels {
  background-color: #e89cce;
}
.pill--cat li.cat-kam {
  background-color: #9462af;
}
.pill--cat li.cat-vente {
  background-color: #7fc1af;
}
.pill--cat li.cat-management-commercial {
  background-color: #fa8383;
}
.pill--cat li.cat-efficacite {
  background-color: #8ec6e2;
}

::selection {
  background-color: #83d3fa;
  color: #ffffff;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}

body,
p {
  font-family: "Mulish", sans-serif;
}

body {
  background: #f8f9fb !important;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

header,
footer {
  background-color: #223244;
  font-family: "Mulish", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
}

header {
  padding: 10px 0px;
}
header ul.menu {
  list-style: none;
  padding-left: 0px;
}
header ul.menu li {
  display: inline;
  padding-right: 15px;
}
header .navbar .navbar-toggler {
  border: none !important;
  border-color: transparent !important;
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255,255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
header .navbar .navbar-brand {
  margin-right: 9rem !important;
}
header .navbar .navbar-brand img {
  width: 280px;
}
header .navbar .navbar-nav li {
  padding-right: 25px;
  font-size: 0.9rem !important;
}
header .navbar .navbar-nav li a:link, header .navbar .navbar-nav li a:visited {
  color: #f8f9fb !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
header .navbar .navbar-nav li a:hover {
  text-decoration: none !important;
  color: #83d3fa !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navbar .navbar-nav .menu-item-13818 a:link, header .navbar .navbar-nav .menu-item-13818 a:visited,
header .navbar .navbar-nav .menu-item-14899 a:link,
header .navbar .navbar-nav .menu-item-14899 a:visited,
header .navbar .navbar-nav .menu-item-34 a:link,
header .navbar .navbar-nav .menu-item-34 a:visited,
header .navbar .navbar-nav .menu-item-170 a:link,
header .navbar .navbar-nav .menu-item-170 a:visited,
header .navbar .navbar-nav .menu-item-176 a:link,
header .navbar .navbar-nav .menu-item-176 a:visited,
header .navbar .navbar-nav .menu-item-end a:link,
header .navbar .navbar-nav .menu-item-end a:visited {
  color: #83d3fa !important;
  border: solid 1px #83d3fa;
  padding: 8px 22px;
  border-radius: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navbar .navbar-nav .menu-item-13818 a:hover,
header .navbar .navbar-nav .menu-item-14899 a:hover,
header .navbar .navbar-nav .menu-item-34 a:hover,
header .navbar .navbar-nav .menu-item-170 a:hover,
header .navbar .navbar-nav .menu-item-176 a:hover,
header .navbar .navbar-nav .menu-item-end a:hover {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .navbar .dropdown-menu {
  min-width: 0rem !important;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 0px !important;
  border: none !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2) !important;
  font-size: 0.8rem !important;
}
header .navbar .dropdown-menu .dropdown-item {
  width: auto !important;
}
header .navbar .dropdown-menu .dropdown-item:focus,
header .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #223244 !important;
  color: #ffffff !important;
}
header .navbar .btn-outline-light {
  border: none !important;
}
header .navbar .btn-outline-light:hover {
  background: none !important;
  color: #F8F9FB !important;
}
header .navbar .btn-outline-light:not(:disabled):not(.disabled).active,
header .navbar .btn-outline-light:not(:disabled):not(.disabled):active,
header .navbar .show > .btn-outline-light.dropdown-toggle,
header .navbar .btn-outline-light:not(:disabled):not(.disabled).active:focus,
header .navbar .btn-outline-light:not(:disabled):not(.disabled):active:focus,
header .navbar .show > .btn-outline-light.dropdown-toggle:focus,
header .navbar .btn-outline-light:not(:disabled):not(.disabled):focus,
header .navbar .btn-outline-light:not(:disabled):not(.disabled).active:focus,
header .navbar .btn-outline-light:not(:disabled):not(.disabled):active:focus,
header .navbar .show > .btn-outline-light.dropdown-toggle:focus,
header .navbar .btn-outline-light:not(:disabled):not(.disabled):focus {
  background: none !important;
  color: #F8F9FB !important;
}
header .navbar .btn-group button.btn {
  padding: 0 !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
}

footer {
  margin-top: 0px;
  width: 100%;
  color: #aabac9;
  padding: 40px 0px;
  font-size: 1rem;
  font-weight: 200;
  /*
  	h4:after{
  		display: block;
  		margin-top: -11.5px;
  		margin-left: -3px;
  		content: " ";
  		border: solid 3px rgba(255,255,255,0.25);
  		width: ~"calc(80% - 20px)";
  	}
  */
}
footer .footer-rs {
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
}
footer .footer-rs li {
  display: inline;
  padding-right: 20px;
}
footer .footer-rs li img {
  width: 21px;
}
footer .credits {
  margin-top: 50px;
  font-size: 0.7rem;
}
footer h4 {
  display: block;
  padding-bottom: 15px;
  color: #ffffff;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
}
footer .copyright em {
  font-weight: 600;
}
footer .copyright a {
  color: #e42441;
  font-weight: 800;
}
footer .copyright:before {
  color: #e42441;
  font-weight: 800;
  content: "{";
  padding-right: 5px;
}
footer .copyright:after {
  color: #e42441;
  font-weight: 800;
  content: "}";
  padding-left: 5px;
}
footer .btn-pop {
  display: inline-block;
  margin-top: 18px;
  padding: 5px 18px;
  border-radius: 19px;
  color: #83d3fa !important;
  cursor: pointer;
  border: solid 1px #83d3fa;
}
footer a:link,
footer a:visited {
  color: #aabac9;
}

h1 {
  color: #83d3fa;
}

.section-title {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #83d3fa;
  font-weight: 900;
  font-size: 2.3rem !important;
  text-transform: uppercase;
  text-decoration-line: line-through;
  text-decoration-thickness: 8px;
  text-decoration-color: rgba(131, 211, 250, 0.35);
}

/* FORMS */
.cat-list li {
  display: inline !important;
  margin-right: 10px;
}

form.filters select {
  background: none !important;
  padding: 5px 10px;
  border: solid 1px #aabac9;
  border-radius: 3px;
}
form.filters input[type=checkbox].form-check-input {
  display: none;
}
form.filters input[type=checkbox].form-check-input + label.form-check-label::before {
  content: "";
  border: 1px solid #00B7E8;
  padding: 0px 10px;
  margin-right: 5px;
}
form.filters input[type=checkbox].form-check-input::checked + label.form-check-label::before {
  background-color: #00B7E8 !important;
}

/* Cards */
.card {
  background-color: #ffffff;
  border: none !important;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 12px !important;
}
.card h3.card-title {
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  color: #223244;
  font-weight: 1.1rem !important;
}
.card h3.card-title::first-letter {
  text-transform: uppercase !important;
}
.card p {
  font-family: "Mulish", sans-serif;
  color: #838a91 !important;
}
.card .card-body {
  /*padding: 40px;*/
  padding: 20px 40px 40px 40px !important;
}
.card .card-text {
  text-align: justify !important;
}
.card .card-body p {
  text-align: justify !important;
}
.card .card-body small {
  font-family: "Mulish", sans-serif;
  display: block !important;
  padding-bottom: 20px !important;
  font-size: 0.7rem;
  color: #838a91;
}
.card .card-body small b {
  font-weight: 900;
}
.card .card-body small:after {
  content: "–";
  padding-left: 5px;
}

.card-next {
  margin-top: 30px !important;
  background-color: #83d3fa !important;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 900;
}
.card-next b {
  display: block;
  text-transform: uppercase;
  font-size: 1rem !important;
  font-weight: 400;
}
.card-next a:link, .card-next a:visited {
  color: #ffffff !important;
}
.card-next a:link i, .card-next a:visited i {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.card-next a:hover {
  text-decoration: none;
}
.card-next a:hover i {
  padding-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single .card-body {
  position: relative;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.single .card-body small {
  position: absolute;
  bottom: 10px;
}

h3.titre-search {
  color: #ffffff;
  padding: 20px 0px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
}

.searchform {
  padding: 20px 100px;
}

.searchform input,
.searchform input:focus {
  background: none;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
}

.searchform input {
  border-radius: 0px;
  border: none;
  border-bottom: solid 1px #f8f9fb;
  text-align: center;
  font-size: 2rem;
}

.searchform input:focus {
  box-shadow: none !important;
  border-bottom-color: #83d3fa;
}

/* SECTIONS */
.light {
  background-color: #f8f9fb;
  height: 200px;
  margin-top: -376px !important;
}

.flotte {
  min-height: 500px;
  margin-top: -243px !important;
}
.flotte h3 {
  padding-top: 250px !important;
  padding-bottom: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 2.3rem !important;
  text-transform: uppercase;
}

.yonder {
  background-color: #5a7490;
  padding: 60px 0px;
  margin-top: 80px;
}
.yonder h3 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 2.3rem !important;
  text-transform: uppercase;
  text-decoration-line: line-through;
  text-decoration-thickness: 8px;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}
.yonder .single img {
  height: 170px !important;
}
.yonder h4 {
  font-weight: 900;
  font-size: 1.2rem;
}
.yonder .single .card-body {
  padding: 20px 30px !important;
  min-height: 110px !important;
  overflow-wrap: break-word;
}
.yonder .single-essentiel {
  position: relative;
  padding: 0 !important;
  height: 170px;
  border-radius: 12px !important;
}
.yonder .single-essentiel .fleche--essentiel {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  right: 20px;
  top: 50%; /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%);
  z-index: 2100;
}
.yonder .single-essentiel .overlay--essentiel {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0) 80%);
  transition: background ease 0.3s;
  z-index: 2000;
  border-radius: 12px !important;
  mix-blend-mode: multiply;
}
.yonder .single-essentiel .title--essentiel {
  position: absolute;
  transition: text ease 0.3s;
  z-index: 2100;
  top: 50%; /* poussé de la moitié de hauteur du référent */
  transform: translateY(-50%);
  /*
  			bottom: 30px;
  			left: 15px;
  */
  width: 75%;
  text-align: justify !important;
}
.yonder .single-essentiel .title--essentiel h4 {
  padding: 0 20px;
  text-align: left !important;
  margin: 0 auto;
  justify-content: center;
}
.yonder .single-essentiel .title--essentiel h4 a, .yonder .single-essentiel .title--essentiel h4 a:link, .yonder .single-essentiel .title--essentiel h4 a:visited {
  color: #ffffff;
  transition: text ease 0.3s;
}
.yonder .single-essentiel .title--essentiel h4 a:hover {
  text-decoration: none;
}
.yonder .single-essentiel figure {
  display: content;
  height: 100%;
  margin: 0;
  border-radius: 12px !important;
}
.yonder .single-essentiel figure img {
  object-fit: cover !important;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.yonder .single-essentiel:hover img {
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ciel {
  background-color: #83d3fa;
  padding: 60px 0px;
  /*
  	min-height: 500px;
  	margin-top: -271px !important;
  */
  margin-bottom: 210px;
}
.ciel h3 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 2.3rem !important;
  text-transform: uppercase;
  text-decoration-line: line-through;
  text-decoration-thickness: 8px;
  text-decoration-color: rgba(255, 255, 255, 0.35);
}
.ciel .single img {
  height: 200px !important;
}
.ciel h4 {
  font-weight: 900;
  font-size: 1.2rem;
}
.ciel .single .card-body {
  padding: 20px 30px !important;
  min-height: 110px !important;
  overflow-wrap: break-word;
}
.ciel .single-essentiel {
  position: relative;
  padding: 0 !important;
  height: 160px;
  border-radius: 12px !important;
}
.ciel .single-essentiel .vues--essentiel {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding-top: 15px !important;
  color: #ffffff !important;
  z-index: 2100;
  font-weight: 800;
}
.ciel .single-essentiel .vues--essentiel .fa-eye {
  padding-right: 5px;
}
.ciel .single-essentiel .overlay--essentiel {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 4%, rgba(0, 0, 0, 0) 80%);
  transition: background ease 0.3s;
  z-index: 2000;
  border-radius: 12px !important;
  mix-blend-mode: multiply;
}
.ciel .single-essentiel .title--essentiel {
  position: absolute;
  transition: text ease 0.3s;
  z-index: 2100;
  top: 30px;
  text-align: left !important;
}
.ciel .single-essentiel .title--essentiel h4 {
  padding: 0 20px;
  text-align: left !important;
  margin: 0 auto;
  justify-content: center;
}
.ciel .single-essentiel .title--essentiel a, .ciel .single-essentiel .title--essentiel a:link, .ciel .single-essentiel .title--essentiel a:visited {
  color: #ffffff;
  transition: text ease 0.3s;
}
.ciel .single-essentiel .title--essentiel a:hover {
  text-decoration: none;
  color: #83d3fa;
  transition: text ease 0.3s;
}
.ciel .single-essentiel figure {
  display: content;
  height: 100%;
  margin: 0;
  border-radius: 12px !important;
}
.ciel .single-essentiel figure img {
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ciel .single-essentiel:hover {
  /*
  		.overlay--essentiel{
  			background-color: rgba(34,50,68,.8);
  			transition: background ease 0.3s;
  		}
  */
}
.ciel .single-essentiel:hover img {
  transform: scale(1.05);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.light-footer {
  height: 50px;
  margin-bottom: 130px !important;
}
.light-footer .single img {
  height: 180px !important;
}
.light-footer .single .card-body {
  padding: 20px 30px !important;
  min-height: 130px !important;
  overflow-wrap: break-word;
}
.light-footer .single .card-body h4 {
  font-weight: 800;
  font-size: 1.3rem;
}

.ciel-footer {
  background-color: #83d3fa;
  min-height: 280px;
}

.page .card {
  margin-top: -120px;
  margin-bottom: 60px;
}
.page p {
  text-align: justify;
}

.fil-ariane {
  margin-top: 5px;
  margin-bottom: 40px;
  font-size: 0.8rem;
  color: #aabac9;
}
.fil-ariane a.breadlink {
  color: #83d3fa;
}

/* SIDEBAR */
.sidebar h3.titre-sidebar {
  color: #83d3fa;
  font-family: "Mulish", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
}
.sidebar .populaire {
  padding: 30px 0px;
  border-bottom: solid 1px rgba(170, 186, 201, 0.33);
}
.sidebar .populaire h4 {
  color: #223244;
  font-weight: 800;
  font-size: 1.2rem;
}
.sidebar .populaire h4 a:link, .sidebar .populaire h4 a:visited {
  color: #223244;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sidebar .populaire h4 a:hover {
  color: #83d3fa;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sidebar .populaire small {
  font-weight: 600;
}
.sidebar .populaire small:before {
  content: "–";
  padding-right: 5px;
}
.sidebar .populaire small:after {
  display: none;
}
.sidebar .populaire figure {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: solid 1px #DCE0E4;
}
.sidebar .populaire img.img-ronde {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  border-radius: 85px;
}
.sidebar .populaire:last-child {
  border-bottom: none !important;
  padding-bottom: 0px !important;
}

.livre {
  padding-top: 40px;
}
.livre a:link figure,
.livre a:visited figure,
.livre a:hover figure {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.livre a:hover figure {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
  transform: scale(1.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2) !important;
}
.livre .row {
  padding-bottom: 20px;
}
.livre figure {
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3) !important;
}
.livre img {
  width: 100% !important;
  max-height: 220px;
  border-radius: 0px !important;
  object-fit: cover !important;
}
.livre h4 {
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
}
.livre p {
  font-size: 1rem !important;
}

/* FIGURE IMAGES */
figure {
  position: relative;
  display: content;
  overflow: hidden;
}

figure img {
  object-fit: cover !important;
  width: 100%;
}

.une {
  position: relative;
  margin-bottom: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  background: none !important;
  border-radius: 12px;
}
.une h2 {
  position: absolute;
  z-index: 90000 !important;
  background: #ffffff;
  bottom: -8px;
  left: 0px;
  width: 75%;
  padding: 50px 30px;
  font-family: "Mulish", sans-serif;
  font-weight: 900;
  color: #223244;
  font-size: 2.3rem;
  border-radius: 0px 12px 0px 12px;
}
.une h2 small {
  display: block;
  color: #838a91;
  padding-top: 20px;
  font-size: 1.1rem;
  font-weight: 800;
}
.une h2 a:link, .une h2 a:visited {
  color: #223244;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.une h2 a:hover {
  color: #83d3fa;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.une h2 span {
  display: block;
  padding-bottom: 15px;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #83d3fa;
}

.une figure img {
  height: 465px;
  border-radius: 12px;
}

.single-post {
  margin-top: 20px;
}
.single-post a:link,
.single-post a:visited {
  color: #434343;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-post a:hover {
  text-decoration: none;
  padding-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-post .card-body {
  padding-left: 100px !important;
  padding-right: 100px !important;
  text-align: justify !important;
  /*
  		h3:after{
  			display: block;
  			content: " ";
  			border-bottom: solid 8px rgba(131, 211, 250, 0.2);
  			margin-top: -19px;
  		}
  */
}
.single-post .card-body p a:link,
.single-post .card-body p a:visited {
  color: #83d3fa;
}
.single-post .card-body h1 {
  color: #223244;
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 20px;
  text-align: left;
}
.single-post .card-body small {
  display: block;
  font-size: 1rem;
}
.single-post .card-body small:after {
  display: none;
}
.single-post .card-body h2 {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 2.2rem;
  color: #434343;
}
.single-post .card-body h2 a:link, .single-post .card-body h2 a:visited {
  color: #434343;
  font-weight: 800;
  border-bottom: dotted 1px #434343;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-post .card-body h2 a:hover {
  text-decoration: none;
  border-bottom: solid 1px #434343;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-post .card-body h3 {
  display: inline-block;
  font-weight: 800;
  padding-bottom: 15px;
  padding-top: 30px;
  color: #83d3fa;
  text-decoration-line: line-through;
  text-decoration-thickness: 8px;
  text-decoration-color: rgba(131, 211, 250, 0.2);
}
.single-post .card-body .img-ronde {
  border-radius: 200px !important;
}
.single-post .card-body h4 {
  padding-top: 20px;
  color: #223244;
  font-weight: 800;
}
.single-post .card-body p, .single-post .card-body ul, .single-post .card-body ol {
  font-size: 1.4rem;
  color: #838a91;
}
.single-post .card-body p b, .single-post .card-body p strong, .single-post .card-body ul b, .single-post .card-body ul strong, .single-post .card-body ol b, .single-post .card-body ol strong {
  font-weight: 800;
}
.single-post .card-body ol {
  padding-left: 0px;
}
.single-post .card-body ol li {
  list-style: none;
  counter-increment: li;
  padding-bottom: 10px;
}
.single-post .card-body ol li:before {
  content: counter(li) ".";
  color: #83d3fa;
  padding-right: 10px;
  font-weight: 800;
}
.single-post .card-body ul {
  padding-left: 0px;
}
.single-post .card-body ul li {
  list-style: none;
}
.single-post .card-body ul li ul {
  margin-left: 25px;
}
.single-post .card-body ul li ul li:before {
  content: "·";
}
.single-post .card-body ul li:before {
  content: "•";
  color: #83d3fa;
  padding-right: 10px;
}
.single-post .card-body .single-auteur img {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
}
.single-post .card-body .single-auteur small {
  padding-top: 15px;
}
.single-post .card-body .biblio {
  padding-top: 50px;
  font-size: 0.9rem !important;
  color: #aabac9 !important;
}
.single-post .card-body .biblio b, .single-post .card-body .biblio strong {
  display: block;
  padding-bottom: 10px;
}
.single-post .card-body .biblio b:after {
  content: " –";
}
.single-post .card-body hr {
  padding: 20px 0px !important;
  border: none;
  border-bottom: solid 1px #dedfe1 !important;
}
.single-post .card-body .like-post {
  color: #83d3fa !important;
  font-size: 1.3rem !important;
  font-weight: 900;
}
.single-post .card-body ul.rs-post {
  list-style: none;
  padding-left: 0px;
}
.single-post .card-body ul.rs-post li {
  display: inline;
  padding-right: 7px;
}
.single-post .card-body ul.rs-post li img {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-post .card-body ul.rs-post li a:hover {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.single-post .card-body ul.rs-post li:before {
  display: none;
}
.single-post .card-body ul.rs-post li:hover img {
  transform: scale(1.07);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single-post .card-body .wp-block-quote {
  border-left: solid 3px #219dd8;
  margin: 30px 0px;
  padding-left: 40px;
  font-style: italic;
}
.single-post .card-body .wp-block-quote p {
  font-size: 1.7rem !important;
  font-weight: 800;
}
.single-post .card-body .wp-block-image {
  max-height: 400px;
  display: content;
}
.single-post .card-body .wp-block-image img {
  border-radius: 0px !important;
  object-fit: cover !important;
}
.single-post .card-body .block-image {
  margin: 40px 0px 20px 0px;
  padding: 0px !important;
  border-radius: 0px !important;
}
.single-post .card-body .block-image img {
  border-radius: 0px !important;
  height: 350px;
}
.single-post .card-body .block-image a:link, .single-post .card-body .block-image a:visited {
  padding-left: 0px !important;
}
.single-post .card-body .block-image a:link img, .single-post .card-body .block-image a:visited img {
  border-radius: 0px !important;
}
.single-post .card-body .block-image a:hover {
  padding-left: 0px !important;
}
.single-post .card-body .block-image a:hover img {
  border-radius: 0px !important;
}
.single-post .card-body .block-image small {
  display: block;
  padding-top: 10px;
  font-size: 0.6rem;
}
.single-post .card-body .livre-auteur {
  padding-bottom: 30px;
}
.single-post .card-body .livre-auteur:after {
  content: " ";
  display: block;
  border-bottom: solid 10px #83d3fa;
  padding-top: 20px;
  width: 40px;
}
.single-post .card-body a.btn-buy:link,
.single-post .card-body a.btn-buy:visited {
  display: block;
  padding: 10px 20px;
  border-radius: 3px;
  text-align: center !important;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(61, 123, 154) 0%, rgb(134, 215, 255) 100%);
  font-size: 1rem;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.single-post .card-body a.btn-buy:hover {
  text-decoration: none;
  transform: scale(1.04);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.single-post .card-body .livre a:hover {
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}
.single-post figure img {
  border-radius: 12px 12px 0px 0px;
  height: 350px;
}
.single-post .pub-halifax {
  overflow: hidden;
  height: auto;
  border-radius: 0px 12px 12px 0px !important;
}
.single-post .pub-halifax h4 {
  width: 75%;
  padding-bottom: 20px;
}
.single-post .pub-halifax figure.img-pub {
  display: content !important;
  height: 100% !important;
}
.single-post .pub-halifax figure.img-pub img {
  object-fit: cover !important;
  border-radius: 0px !important;
  height: 100% !important;
}
.single-post .pub-halifax a.btn-hx:link,
.single-post .pub-halifax a.btn-hx:visited {
  padding: 15px 30px;
  border-radius: 3px;
  text-align: center !important;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(61, 123, 154) 0%, rgb(134, 215, 255) 100%);
  font-size: 0.8rem;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.single-post .pub-halifax a.btn-hx:hover {
  text-decoration: none;
  transform: scale(1.1) !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.single-post .pub-halifax .dots {
  background: url(library/img/dots.svg) center right no-repeat;
  background-size: auto 100%;
}
/* BLOCKS */
.pub-halifax {
  margin: 40px 0px 20px 0px !important;
  background-color: #223244;
}
.pub-halifax .col:first-child {
  padding: 60px 40px !important;
}
.pub-halifax h4 {
  color: #ffffff !important;
  font-weight: 300 !important;
}
.pub-halifax figure.img-pub {
  display: content !important;
}
.pub-halifax figure.img-pub img {
  object-fit: cover !important;
  border-radius: none !important;
  height: auto !important;
}

.block-image {
  margin: 40px 0px 20px 0px;
  padding: 0px !important;
  border-radius: none !important;
}
.block-image img {
  border-radius: none !important;
}
.block-image a:link, .block-image a:visited {
  padding-left: 10px !important;
}
.block-image a:link img, .block-image a:visited img {
  border-radius: none !important;
}
.block-image a:hover {
  padding-left: 10px !important;
}
.block-image a:hover img {
  border-radius: none !important;
}

.recherche {
  min-height: 600px !important;
  margin-bottom: 40px;
}
.recherche hr {
  margin-bottom: 40px;
}
.recherche ul li a:link,
.recherche ul li a:visited {
  color: #223244;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.recherche ul li a:hover {
  color: #52c2f8;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* NAVIGATION */
.nav-links .page-numbers {
  margin-right: 4px;
  padding: 5px 10px;
  background-color: #83d3fa;
  color: #ffffff;
  border-radius: 30px;
}
.nav-links .current {
  background: none;
  border: solid 2px #83d3fa;
  color: #83d3fa;
  font-weight: 900;
}

/* FILTRES */
.filter-section {
  background-color: #f0f0f0;
  margin-bottom: 2em;
}

.filter-select {
  width: calc(100% - 1.5rem);
}

.filter-btn {
  display: flex;
  justify-content: center;
  margin: auto;
  color: #223244 !important;
  border: solid 1px #223244;
  padding: 8px 22px;
  border-radius: 30px;
}

.filter-fix-margin {
  margin: 0 15px;
}

/* BOUTONS et LIENS */
/* Version originale à rétablir pour revenir à l'état initial
.single .card-body .lire{
	padding-top: 15px !important;
	border-top: solid 1px $bg-light;
	text-align: right !important;
	margin-bottom: 0px !important;
}
*/
.single:hover figure {
  border-radius: 12px 12px 0px 0px;
}
.single:hover img {
  transform: scale(1.08);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single figure {
  border-radius: 12px 12px 0px 0px;
}
.single img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single h3 a:link,
.single h3 a:visited,
.single h4 a:link,
.single h4 a:visited {
  color: #223244 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single h3 a:hover,
.single h4 a:hover {
  color: #83d3fa !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.single .card-body h3.card-title {
  font-size: 1.5rem !important;
  margin-bottom: 40px;
}
.single .card-body .lire {
  position: absolute;
  left: 40px;
  bottom: 20px;
}
.single .card-body .lire a:link {
  color: #219dd8;
  text-decoration: none;
}
.single .card-body .lire a:link i {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.single .card-body .lire a:hover i {
  padding-left: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

.btn-loupe {
  background: none;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul.menu li a:link,
ul.menu li a:visited {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 0.9rem;
}

ul.menu li a:hover {
  color: #83d3fa !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

ul.menu li {
  margin-right: 20px;
}

.solid hr,
.card hr {
  border: none !important;
}

hr {
  border: none !important;
}

.single img {
  height: 200px !important;
  border-radius: 12px 12px 0px 0px;
}

.btn-loupe:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transform: scale(1.05);
}

p.excerpt {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.1rem !important;
  font-weight: 400;
  line-height: 1.5rem;
}

.vous-aimerez {
  padding-top: 60px;
  padding-bottom: 40px;
  text-align: center;
}
.vous-aimerez h4 {
  font-weight: 900 !important;
  font-size: 2rem !important;
}

.show .btn-close {
  color: #ffffff !important;
  font-size: 3rem !important;
}

.show .btn-close:hover {
  color: #83d3fa !important;
}

.btn-gb {
  padding: 10px 20px;
  color: #ffffff !important;
  background: rgb(61, 123, 154);
  background: linear-gradient(90deg, rgb(61, 123, 154) 0%, rgb(134, 215, 255) 100%);
  border: none !important;
  text-transform: uppercase;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-gb:hover {
  text-decoration: none;
  transform: scale(1.03);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* MODAL */
.modal {
  z-index: 91000 !important;
}

.modal-header {
  border: none !important;
}

.modal-content {
  max-height: none !important;
  background-color: rgba(34, 50, 68, 0.95) !important;
  border-radius: none !important;
}

.modal-dialog {
  margin: 0 0 0 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
}

.modal-dialog-scrollable,
.modal-content {
  max-height: none !important;
}

/* PALETTE DE COULEURS PERSONNALISÉES DANS GUTENBERG  */
.has-ciel-background-color {
  background-color: none;
}

.has-ciel-color,
.single-post .has-ciel-color {
  color: #83d3fa !important;
}

.has-corail-background-color {
  background-color: none;
}

.has-corail-color {
  color: #fa8383;
}

.has-fushia-background-color {
  background-color: none;
}

.has-fushia-color {
  color: #ff3a96;
}

/* FOOTER */
footer .menu-expertises-container ul {
  list-style: none;
  padding-left: 0px;
}
footer .menu-expertises-container ul li {
  padding-top: 7px;
}
footer .menu-expertises-container ul li a:link,
footer .menu-expertises-container ul li a:visited {
  font-size: 1rem !important;
  color: #aabac9;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer .menu-expertises-container ul li a:hover {
  padding-left: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* MEDIA QUERIES */
@media screen and (max-width: 480px) {
  header .navbar .navbar-brand {
    margin-right: 0rem !important;
  }
  header .navbar .navbar-brand img {
    width: 180px !important;
  }
  header .navbar .navbar-nav {
    float: left !important;
    margin-top: 20px !important;
  }
  header .navbar .navbar-nav li {
    padding-bottom: 10px !important;
  }
  .container {
    width: 95% !important;
  }
  .light-footer,
  .vous-aimerez,
  .dismiss {
    display: none !important;
  }
  .sidebar {
    margin-top: 30px !important;
    width: 98% !important;
  }
  .sidebar .populaire {
    padding: 30px 0px 15px 0px !important;
  }
  .sidebar .populaire h4 {
    font-size: 1.1rem !important;
  }
  .sidebar .card .card-body {
    padding: 20px !important;
  }
  .card-next {
    margin-bottom: 20px !important;
  }
  .flotte {
    margin-top: -195px !important;
  }
  .flotte h3 {
    padding-top: 220px !important;
    font-weight: 900 !important;
    font-size: 1.9rem !important;
  }
  .flotte .container .row .col {
    width: 91% !important;
    display: block !important;
  }
  .resp .col-4 {
    max-width: 100% !important;
    display: block !important;
    margin-top: 40px !important;
  }
  .ciel {
    overflow: hidden !important;
    padding: 30px 0px;
  }
  .une {
    width: 98% !important;
  }
  .une h2 {
    font-size: 1.5rem !important;
    padding: 30px 20px !important;
  }
  .une figure img {
    height: 300px !important;
  }
  .navigation {
    padding-top: 30px !important;
  }
  .navigation .page-numbers {
    margin-right: 3px !important;
    padding: 12px 18px;
    width: 21px !important;
    height: 21px !important;
  }
  .single {
    width: 98% !important;
  }
  .single img {
    height: 150px !important;
  }
  .single .card-body {
    padding: 20px !important;
    min-height: 100px;
  }
  .single .card-body h3 {
    font-size: 1.45rem !important;
    font-weight: bold !important;
  }
  .pill--cat {
    left: 20px !important;
  }
  .single-post {
    width: 98% !important;
  }
  .single-post .card-body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .single-post .card-body h1 {
    font-size: 1.7rem !important;
    padding-bottom: 30px !important;
  }
  .single-post .card-body h2 {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }
  .single-post .card-body .wp-block-quote p {
    font-size: 1.4rem !important;
  }
  .single-post .card-body .like-post,
  .single-post .card-body ul.rs-post {
    text-align: center !important;
  }
  .single-post .card-body ul.rs-post {
    margin-top: 15px !important;
  }
  .single-post figure img {
    height: 200px !important;
  }
}
@media (max-width: 768px) {
  header .navbar .navbar-brand {
    margin-right: 0rem !important;
  }
  header .navbar .navbar-nav {
    margin-top: 20px !important;
  }
  header .navbar .navbar-nav li {
    padding-bottom: 20px !important;
  }
  .une figure img {
    height: 400px !important;
  }
  .ciel h4 {
    font-size: 1.3rem !important;
  }
  .ciel .single img {
    height: 140px !important;
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    -ms-flex: 0 0 61% !important;
    flex: 0 0 61% !important;
    max-width: 61% !important;
  }
  .col-lg-4 {
    -ms-flex: 0 0 32% !important;
    flex: 0 0 32% !important;
    max-width: 32% !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-brand {
    margin-right: 0rem !important;
  }
  .navbar .navbar-nav {
    margin-top: 20px !important;
  }
  .navbar .navbar-nav li {
    padding-bottom: 20px !important;
  }
  .une figure img {
    height: 400px !important;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  header .navbar .navbar-brand {
    margin-right: 200px !important;
  }
  .une figure img {
    height: 350px !important;
  }
}

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