:root {
  scroll-behavior: smooth;
}

@font-face {
    font-family: "Signature";
    src:url("/assets/fonts/Le\ Jour\ Script.ttf");
}

.sig1::after {
  font-family: "Signature";
  color: #212121;
  font-size: 26px;
  font-weight: 600;
  content: "Thomas";
  margin-top: 5px;
}
.sig2::after {
  font-family: "Signature";
  color: #212121;
  font-size: 26px;
  font-weight: 600;
  content: "Ifigeneia";
  margin-top: 5px;
}
.qc {
  font-style: italic;
}
.qc::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  padding-right: 5px;
  color: #98b8f7;
  content: "\f10d";
}
.qc::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  padding-left: 5px;
  color: #98b8f7;
  content: "\f10e";
}

body {
  font-family: "Ubuntu", sans-serif;
  color: #212121;
}

a {
  color: #76a0f4;
  text-decoration: none;
}

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

.lexique1 {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  left: 0;
  bottom: 6px;
  font-size: 10px;
  font-weight: bold;
  margin-left: 2px;
  margin-right: 2px;
}
.lexique2 {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  left: 0;
  bottom: 5px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 2px;
  margin-right: 16px;
}
.lexique3 {
  font-family: "Ubuntu", sans-serif;
  position: relative;
  left: 0;
  bottom: 1px;
  font-size: 8px;
  font-weight: bold;
}

euro1 {
  position: relative;
  left: 0;
  bottom: 3px;
  font-size: 12px;
  font-weight: bold;
}
euro2 {
  position: relative;
  left: 0;
  bottom: 1px;
  font-size: 10px;
}
euro3 {
  position: relative;
  left: 0;
  bottom: 2px;
  font-size: 10px;
}
euro4 {
  position: relative;
  left: 0;
  bottom: 3px;
  font-size: 8px;
  font-weight: bold;
}
.pay {
  font-size: 10px;
}

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

ul.circle {
  list-style: circle;
}

.psynet {
  display: none;
}

.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.preloader img{
  pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100px;
	transform: translate(-50%,-50%);
	animation: animate 1.5s linear infinite;
}

@keyframes animate{
	45%,50%{
		transform: translate(-50%,-50%) scale(1.4);
	}
}

.wikicontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}
.section-header h3 {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #212121;
}
.section-header h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #76a0f4;
  text-transform: uppercase;
}
.section-header h2 b {
  color: #212121;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #212121;
}
.section-header i {
font-size: 12px;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1000px) {
  .section-header h5 {
    font-size: 17px;
  }
  .section-header h3 {
    font-size: 20px;
  }
}


.breadcrumbs {
  padding: 15px 0;
  background: #212121;
  min-height: 40px;
  margin-top: 75px;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }
}
.breadcrumbs h4 {
  font-size: 22px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: inline-block;
  padding-right: 10px;
  color: #98b8f7;
  content: "\f105";
}
.fa-hyphen {
  padding-right: 2px;
  padding-left: 3px;
  color: #98b8f7;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0;
  bottom: 70px;
  background: #76a0f4;
  width: 40px;
  height: 40px;
  border-radius: 4px 0 0 4px;
  transition: all 0.4s;
}
@media (max-width: 1000px) {
  .back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0;
    bottom: 70px;
    background: #76a0f4;
    width: 34px;
    height: 34px;
    border-radius: 4px 0 0 4px;
    transition: all 0.4s;
  }
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #98b8f7;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

#prdv {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  transition: visibility 1s, opacity 0.5s linear;
}

#buttonprdv {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 5px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 8px;
  outline: none;
  background-color: #76a0f4;
  color: white;
  cursor: pointer;
  transition: visibility 1s, opacity 0.5s linear;
}

#buttonprdv:hover {
  background-color: #98b8f7;
}


@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}
.header.header-scrolled {
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(118, 160, 244, 0.1);
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  max-height: 30px;
  margin-right: 6px;
}
.header .logo span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #212121;
  font-family: "Ubuntu", sans-serif;
  margin-top: 3px;
}
@media screen and (max-width: 1000px) {
  .header .logo img {
    max-height: 22px;
    margin-right: 6px;
  }
}


.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #212121;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #76a0f4;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #76a0f4;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #98b8f7;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 135px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #76a0f4;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}
.dropdownarrow::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  content: "\f107";
  margin-left: 4px;
}
.dropdownarrow:hover::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  content: "\f106";
  margin-left: 4px;
}
.dropdown:hover > .dropdownarrow::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  font-weight: 900;
  content: "\f106";
  margin-left: 4px;
}
@media (max-width: 990px) {
  .dropdownarrow::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 200;
    content: "\f1ab";
    left: 80px;
  }
  .dropdownarrow:hover::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 200;
    content: "\f1ab";
    left: 80px;
  }
  .dropdown:hover > .dropdownarrow::after {
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 200;
    content: "\f1ab";
    left: 80px;
  }
}

.mobile-nav-toggle {
  color: #212121;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  font-size: 36px;
}

@media (max-width: 990px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  pointer-events: none;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
  pointer-events: auto;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  padding: 0 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.2);
  overflow-y: auto;
  transition: 0.3s;
  pointer-events: auto;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #212121;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #76a0f4;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 135px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #76a0f4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.hero {
  width: 100%;
  height: 100vh;
  background: url("/assets/bg-hero/hero-bg1.png") center no-repeat;
  background-size: cover;
}
.hero .rdv {
  background-color: rgba(152, 184, 247, 0);
  box-shadow: 0px 0 10px rgba(34, 34, 34, 0.08);
  cursor: pointer;
  padding: 16px;
  border: 1px solid #e1ecff;
  border-radius: 8px;
}
.hero .rdv:hover {
  background-color: rgba(152, 184, 247, 0.04);
}
.hero .rdv i {
  margin-right: 5px;
}
.rdv .fa-chevron-right {
  float: right;
  transition: 0.5s;
}
.rdv:hover .fa-chevron-right {
  transform: translateX(8px);
}
.hero h1 {
  margin: 0;
  font-size: 55px;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
}
.hero h2 {
  color: #212121;
  margin: 15px 0 0 0;
  font-size: 24px;
  text-transform: uppercase;
}
.hero h3 {
  margin-top: 10px;
  color: #212121;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
}
.hero h4 {
  margin-top: 15px;
  color: #AAAAAA;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
}
.hero h5 {
  margin-top: 10px;
  color: #999999;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.hero p {
  color: #AAAAAA;
  text-align: center;
}
.hero h3 a {
  color: #212121;
}
.hero h3 a:hover {
  color: #98b8f7;
}
.hero h3 a i {
  color: #76a0f4;
}
.hero h4 i {
  margin-right: 3px;
  color: #BBBBBB;
  font-size: 18px;
}
.hero h4 span {
  display: block;
  margin-left: 15px;
  margin-top: -17px;
}
.hero img {
  margin-top: 60px;
}
.hero .rose .fa-circle {
  color: #ff90aa;
}
.hero .bleu .fa-circle {
  color: #76a0f4;
}
.hero .btn-get-started {
  margin-top: 40px;
  line-height: 0;
  transition: 0.5s;
  color: #212121;
}
.hero .btn-get-started span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 1px;
}
.hero .btn-get-started i {
  position: absolute;
  line-height: 0;
  background: rgba(118, 160, 244, 0.5);
  color: #fff;
  padding: 16px 6px;
  margin-left: 340px;
  font-size: 24px;
  border-radius: 4px;
  transition: 0.4s;
}
.hero .btn-get-started:hover i {
  background: #ecf3ff;
  color: rgba(118, 160, 244, 0.5);
  transform: translateX(5px);
}
.hero .hero-img {
  text-align: center;
}
@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}
@media (max-width: 1400px) {
  .hero h3 {
    margin-top: 10px;
    color: #212121;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
  }
  .hero h4 {
    margin-top: 15px;
    color: #AAAAAA;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
    text-align: center;
    background: url("/assets/bg-hero/hero-bg0.png") center no-repeat;
  }
  .hero .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero .hero-img img {
    width: 80%;
    margin-top: -60px;
  }
  .hero h3 {
    margin-top: 10px;
    color: #212121;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
  }
  .hero h4 {
    margin-top: 15px;
    color: #AAAAAA;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
  }
  .hero .btn-get-started {
    margin-top: 25px;
  }
  .hero .btn-get-started i {
    display: none;
  }
  .hero .btn-get-started span {
    color: #76a0f4;
  }
}
@media (max-width: 768px) {
  .hero {
    text-align: center;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 16px;
  }
  .hero .hero-img img {
    width: 100%;
  }
}


.about .content {
  background-color: #ffffff;
  padding: 40px;
  border: 1px solid #e1ecff;
  border-radius: 8px;
}
.about .content:hover {
  box-shadow: 0px 0 10px rgba(34, 34, 34, 0.08);
}

.about h3 {
  font-size: 16px;
  font-weight: bold;
  color: #76a0f4;
  text-transform: uppercase;
}
.about h3 i {
  color: #212121;
}
.about h3 b {
  font-size: 12px;
  color: #212121;
}
.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
}
.about h4 {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #76a0f4;
}
.about p {
  margin: 10px 0 8px 0;
  line-height: 24px;
}
.about .lex3 {
  color: rgba(33, 33, 33, 0.5);
  margin: 0px 0 0px 0;
  font-size: 9px;
  line-height: 12px;
  font-style: italic;
}
.about .lex3 b {
  color: rgba(33, 33, 33, 0.7);
}
.about .lex3 .lexique3 {
  font-family: "Ubuntu", sans-serif;
  color: rgba(33, 33, 33, 1);
  position: relative;
  left: 0;
  bottom: 1px;
  font-size: 10px;
  font-weight: bold;
}
.contpr {
  position: relative;
  text-align: center;
}
.about .contpr .photom {
  width: 140px;
  margin-bottom: 10px;
  border: 4px solid #212121;
  background: #212121;
}
.about .contpr .ai {
  position: absolute;
  font-size: 28px;
  top: 10px;
  color: #98b8f7;
}
.about .contpr .ai:hover {
  color: #76a0f4;
}
.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #76a0f4;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}
.about .btn-read-more span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.about .btn-read-more:hover i {
  transform: translateX(5px);
}
.about a {
  margin-left: 10px;
}
.about span {
  margin-left: 10px;
}
.about span a {
  color: #212121;
}
.ah1 {
  display: none;
}
.ah2 {
  display: block;
}
@media (max-width: 1400px) {
  .about span {
    display: block;
    margin-left: 10px;
  }
  .about .esp {
    margin-bottom: 15px;
  }
  .about h4 {
    text-align: center;
    font-size: 16px;
  }
  .ah1 {
    display: block;
  }
  .ah2 {
    display: none;
  }
}
@media (max-width: 1400px) {
  .lexique3 {
    bottom: 0;
    font-size: 9px;
  }
}
@media (min-width: 900px) {
  .about .contpr a {
    display: none;
  }
}


.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(118, 160, 244, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  font-size: 24px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 18px;
}
.values .box:hover {
  box-shadow: 0px 0 30px rgba(118, 160, 244, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}


.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(118, 160, 244, 0.08);
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #76a0f4;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}
.sc a {
  font-weight: 600;
  text-transform: none;
  text-decoration: underline;
  text-transform: uppercase;
  float: right;
  font-size: 9px;
  transition: 0.3s;
}
.sc a::before {
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
  color: #212121;
  content: "source";
}
.sf a {
  font-weight: 600;
  text-transform: none;
  text-decoration: underline;
  text-transform: uppercase;
  float: right;
  font-size: 9px;
  transition: 0.3s;
}
.sf a::before {
  font-weight: 600;
  display: inline-block;
  padding-right: 8px;
  color: #212121;
  content: "fiche du cabinet";
}
.sf i {
  font-size: 12px;
  margin-left: 6px;
}

.hmtitle {
  font-size: 16px !important;
  color: #212121;
  text-transform: uppercase;
  text-decoration: underline 0.10em #ffffff00;
  transition: text-decoration-color 300ms;
  transition: 0.2s;
}
.hmtitle:hover {
  color: #76a0f4 !important;;
  text-underline-offset: 3px;
  text-decoration: underline 0.10em #212121;
  transition: 0.2s;
}
@media screen and (max-width: 1000px) {
  .hmtitle {
    font-size: 15px !important;
  }
}

.features .feature-box {
  padding: 25px 20px;
  border: 1px solid #e1ecff;
  border-radius: 8px;
  transition: 0.3s;
  height: 100%;
}
.features .feature-box h3 {
  font-size: 18px;
  color: #212121;
  font-weight: lighter;
  margin: 0;
  margin-left: 15px;
}
.features .feature-box .fa-check {
  position: absolute;
  line-height: 0;
  background: #ecf3ff;
  color: rgba(118, 160, 244, 0.5);
  padding: 19px 9px;
  margin-left: 330px;
  font-size: 24px;
  border-radius: 4px;
  transition: 0.4s;
}
.features .feature-box:hover .fa-check {
  background: rgba(118, 160, 244, 0.5);
  color: #fff;
}
.features .feature-box .fa-xmark {
  position: absolute;
  line-height: 0;
  background: #FFECF8;
  color: rgba(255, 144, 170, 0.5);
  padding: 19px 10px;
  margin-left: 330px;
  font-size: 24px;
  border-radius: 4px;
  transition: 0.4s;
}
.features .feature-box:hover .fa-xmark {
  background: rgba(255, 144, 170, 0.5);
  color: #fff;
}
.features .feture-tabs h3 {
  color: #212121;
  font-weight: lighter;
  font-size: 28px;
  margin-left: 10px;
}
.features .feture-tabs .sc {
  text-transform: uppercase;
  font-size: 20px;
}
.features .feture-tabs .sf {
  text-transform: uppercase;
  font-size: 20px;
}
.features .honoraires h2 {
  font-weight: 700;
}
@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}
.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #ddd;
}
.features .feture-tabs hr {
  border-bottom: 1px solid #a0a0a0;
}
.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #212121;
  padding: 12px 0;
  margin-right: 20px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feture-tabs .nav-link.active {
  color: #76a0f4;
  border-bottom: 3px solid #76a0f4;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #212121;
}
.features .feature-icons {
  margin-top: 120px;
}
.features .feature-icons h3 {
  color: #212121;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}
.features .content .icon-box {
  display: flex;
  margin-bottom: -3px;
}
.features .content .icon-box h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #212121;
}
.features .content .icon-box .fa-thin {
  position: absolute;
  top: 10px;
  font-size: 50px;
  color: #76a0f4;
}
.features .content .icon-box .ml h4 {
  margin-left: 65px;
}
.features .content .icon-box .ml p {
  margin-left: 70px;
}
.features .content .icon-box .pl p {
  line-height: 0px;
}
.features .content .icon-box p i {
  font-size: 10px;
  margin-right: 5px;
  margin-left: 5px;
}
.features .content .icon-box p {
  font-size: 13px;
  color: #848484;
}
@media (max-width: 1400px) {
  .features .content .icon-box {
    margin-left: -65px;
  }
  .features .content .icon-box .ml h4 {
    font-size: 18px;
  }
}

.services .service-box {
  box-shadow: 0px 0 30px rgba(118, 160, 244, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}
.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}
.services .service-box .price {
  font-size: 24px;
  color: #212121;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
}
.services .service-box .price sup {
  font-size: 14px;
  top: -10px;
}
.services .service-box .price span {
  font-size: 16px;
  font-weight: 600;
}
.services .service-box ul {
  padding: 0;
  list-style: none;
  color: #212121;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}
.services .service-box ul li {
  padding-bottom: 10px;
}
.services .service-box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.services .service-box h3 {
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}
.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.services .service-box.blue {
  border-bottom: 3px solid #76a0f4;
}
.services .service-box.blue .icon {
  color: #76a0f4;
  background: #dbf3fe;
}
.services .service-box.blue .read-more {
  color: #76a0f4;
}
.services .service-box.blue:hover {
  background: #76a0f4;
}
.services .service-box.pink {
  border-bottom: 3px solid #ff90aa;
}
.services .service-box.pink .icon {
  color: #ff90aa;
  background: #feecf7;
}
.services .service-box.pink .read-more {
  color: #ff90aa;
}
.services .service-box.pink:hover {
  background: #ff90aa;
}
.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more, .service-box:hover .price, .service-box:hover ul {
  color: #fff;
}
.services .service-box:hover .icon {
  background: #fff;
}

.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  border: 1px solid #e1ecff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.pricing .box:hover {
  box-shadow: 0px 0 10px rgba(34, 34, 34, 0.08);
}
.pricing p {
  color: #cccccc;
  text-align: left;
  font-weight: bold;
}
.pricing h3 {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 15px;
  color: #212121;
}
.pricing h3 span {
  font-size: 22px;
  color: #212121;
}
.pricing .price {
  font-size: 32px;
  color: #212121;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
}
.pricing .price sup {
  font-size: 20px;
  top: -12px;
  left: -3px;
}
.pricing .price span {
  font-size: 16px;
  font-weight: 600;
}
.pricing img {
  padding: 30px 40px;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #212121;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}
.pricing ul li {
  padding-bottom: 10px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 4px;
  background: #76a0f4;
  color: #fff;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #98b8f7;
}
.pricing .featured {
  width: 200px;
  position: absolute;
  top: 1px;
  left: -78px;
  z-index: 1;
  font-size: 28px;
}


.faq {
  margin-top: -160px;
}
.faq .accordion-collapse {
  border: 0;
}
.faq .accordion-button {
  padding: 15px 10px 15px 0;
  font-weight: 600;
  border: 0;
  font-size: 16px;
  color: #212121;
  text-align: left;
}
.faq .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #76a0f4;
  border-bottom: 0;
}
.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}
.faq i {
  margin-left: 5px;
}



.faqa {
  margin-top: -60px;
}
.faqa .accordion-collapse {
  border: 0;
}
.faqa .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #212121;
  text-align: left;
}
.faqa .accordion-button:focus {
  box-shadow: none;
}
.faqa .accordion-button:not(.collapsed) {
  background: none;
  color: #76a0f4;
  border-bottom: 0;
}
.faqa .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}
.faqa i {
  margin-left: 5px;
}


.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #212121;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #76a0f4;
  border-color: #76a0f4;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio .bdp {
  border: 4px solid #e1ecff;
}
.portfolio .bda {
  border: 1px solid #e1ecff;
  border-radius: 8px;
}
.portfolio .video:after {
  content: '\f04b';
  font-family: "Font Awesome 6 Pro";
  display: block;
  color: #76a0f4;
  font-size: 65px;
  font-weight: 600;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 77%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.img-cadre {
  border: 2px solid #e1ecff;
  border-radius: 8px;
  background: #e1ecff;
}
.portfolio .portfolio-wrap img {
  transition: 0.4s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #212121;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #212121;
  background: transparent;
  width: 1000px;
  height: 1000px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 38px;
  line-height: 0;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}


.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #76a0f4;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #76a0f4;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(118, 160, 244, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}


.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(118, 160, 244, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}
.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #76a0f4;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #76a0f4;
}
.testimonials .swiper-slide {
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.team {
  padding: 0px 10px;
}
.team .member {
  overflow: hidden;
  text-align: center;
  background: #212121;
}

@media (max-width: 1400px) {
  #about .team {
    display: none;
  }
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
  border: 6px solid #212121;
}
.team .member .socialf {
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-radius: 3px;
  transition: 0.5s;
  background: rgba(33, 33, 33, 0.6);
  z-index: 2;
}
.team .member .socialf a {
  font-size: 18px;
  transition: color 0.3s;
  color: #98b8f7;
  margin: 4px 5px;
  display: block;
  line-height: 0;
  text-align: center;
}
.team .member .socialf a:hover {
  color: #e1ecff;
}
.team .member .socialf i {
  font-size: 16px;
  margin-right: 4px;
}

.team .member .member-info {
  padding: 0px 5px 0px 5px;
}
.team .member .member-info p {
  opacity: 75%;
  margin-top: -5px;
  margin-bottom: 15px;
  font-style: italic;
  font-size: 13px;
  color: #212121;
}
.team .member .member-info i {
  font-style: italic;
  color: #76a0f4;
}


.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}
.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #76a0f4;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #76a0f4;
}


.blog .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #212121;
  background-color: rgba(152, 184, 247, 0.04);
  padding: 12px;
  border: 1px solid #e1ecff;
  border-radius: 8px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.nav-linkfalse {
  cursor: pointer;
}
.nav-linkfalse::after {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  margin-top: -10px;
  font-size: 10px;
  color: #f73c3c;
  content: "\f023";
}
@media (max-width: 1000px) {
  .blog .feture-tabs .nav {
    display: block;
    text-align: left;
  }
  .nav-linkfalse::after {
    font-family: "Font Awesome 6 Pro";
    position: unset;
    float: right;
    margin-top: 0px;
    font-size: 12px;
    color: #f73c3c;
    content: "\f023";
  }
}
.blog .feture-tabs .nav-link.active {
  color: #76a0f4;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0 10px rgba(34, 34, 34, 0.08);
}
.recent-blog-posts .post-box {
  border: 1px solid #e1ecff;
  transition: 0.6s;
  height: 100%;
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}
.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}
.recent-blog-posts .post-box .post-date {
  font-size: 10px;
  font-weight: 600;
  color: #76a0f4;
  display: block;
  margin-bottom: 10px;
}
.recent-blog-posts .post-box .post-date b {
  float: right;
  color: #212121;
}
.recent-blog-posts .post-box .post-title {
  font-size: 12px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
}
.recent-blog-posts .post-box .readmore {
  color: #212121;
  font-size: 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  cursor: pointer;
}
.recent-blog-posts .post-box .readmore i {
  position: absolute;
  line-height: 0;
  right: 15px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .recent-blog-posts .post-box .post-date {
  font-size: 14px;
}
.recent-blog-posts .post-box .post-title {
  font-size: 16px;
}
.recent-blog-posts .post-box .readmore {
  font-size: 14px;
}
}
.recent-blog-posts .post-box:hover .post-img img {
  transform: scale(1.1);
}
.allreview a {
  padding-top: 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  background: #76a0f4;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  border-radius: 4px;
}
.allreview a:hover {
  background: #98b8f7;
}
.recent-blog-posts .instagram {
  width: 100px;
  border-radius: 100px;
}


.contact .sprdv {
  margin-top: -40px;
}
.contact .info-box {
  color: #212121;
  background: #ffffff;
  padding: 30px;
  border: 1px solid #e1ecff;
  border-radius: 8px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 1;
  color: #76a0f4;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #76a0f4;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #76a0f4;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #98b8f7;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.blog {
  padding: 40px 0 20px 0;
}
.blog gris {
  color: #515151;
  font-weight: 700;
}
.blog .titlea {
  font-weight: 600;
  margin-top: -13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #e1ecff;
  border-radius: 8px;
  box-shadow: 0px 0 10px rgba(34, 34, 34, 0.08);
}
.blog .beta:hover {
  background-color: rgba(152, 184, 247, 0.1);
  cursor: pointer;
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  text-align: center;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title i {
  float: right;
  position: relative;
  left: 40px;
  bottom: 10px;
}
.blog .entry .entry-title a {
  color: #212121;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #76a0f4;
}
.blog .entry .entry-beta-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-beta-title .arrowbeta {
  float: right;
  position: relative;
  left: 20px;
}
@media (max-width: 800px) {
  .blog .entry .entry-beta-title .arrowbeta {
    display: none;
  }
  .blog .entry .entry-beta-title {
    font-size: 20px
  }
  .blog .entry .entry-title i {
    display: none;
  }
}
.blog .entry .entry-beta-title a {
  color: #212121;
  transition: 0.3s;
}
.blog .entry .entry-beta-title a:hover {
  color: #76a0f4;
}
.entry-forma i {
  color: #212121;
  font-size: 14px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta {
  font-size: 14px;
  margin-bottom: 15px;
  color: #212121;
}
.blog .entry .entry-meta i {
  color: #76a0f4;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 14px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 12px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-beta {
  margin-bottom: 15px;
  color: #212121;
}
.blog .entry .entry-beta i {
  color: #76a0f4;
}
.blog .entry .entry-beta ul {
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-beta ul li {
  margin-bottom: 10px;
}
.blog .entry .entry-beta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-beta a {
  color: #212121;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-beta-content p {
  line-height: 24px;
  font-weight: bold;
  color: #BBBBBB;
}
.blog .entry .entry-content .read-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.blog .entry .entry-content .pdf::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  font-size: 20px;
  color: rgb(33, 33, 33);
  margin-right: 2px;
  content: '\f1c1';
}
.blog .entry .entry-content .read-more span {
  font-size: 12px;
}
.cert {
  color: #919191;
  position: absolute;
  left: 55px;
  bottom: -10px;
}
@media (max-width: 1200px) {
  .cert {
    display: none;
  }
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  font-weight: bold;
  background: #76a0f4;
  color: #fff;
  padding: 8px 22px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #98b8f7;
}
@media (max-width: 1000px) {
  .blog .entry .entry-content .read-more {
    position: initial;
    margin-top: 30px;
    margin-bottom: -20px;
    text-align: center;
  }
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.blog blockquote p {
  color: #212121;
  margin-bottom: 0;
  font-style: italic;
  font-size: 16px;
}
.blog blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e1ecff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .blocktree {
  overflow: hidden;
  background-color: #fafafa;
  padding: 20px 20px 20px 20px;
  border-radius: 8px;
  position: relative;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog .blocktree p {
  color: #212121;
  font-size: 16px;
}
.blog .blocktree::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #e1ecff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.d-tree {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
}
.d-tree i {
  font-size: 15px;
  font-weight: 300;
  text-transform: none;
}
.d-tree i::before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
  content: "\28";
}
.d-tree i::after {
  font-family: "Font Awesome 6 Pro";
  margin-left: 4px;
  content: "\29";
}
.hrb {
  margin-bottom: 30px;
  font-size: 11px;
}
.hrb a {
  text-decoration: underline;
}
.blog hr {
  opacity: 0;
  margin-top: 10px;
  margin-bottom: 50px;
}
.blog hr {
  color: #212121;
  opacity: 1;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog hr.in {
  color: #212121;
  opacity: 0.08;
  margin-top: 10px;
  margin-bottom: 10px;
}
.blog hr.inv {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog hr.inp {
  opacity: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog .numb {
  position:relative;
  color: #212121;
  font-size: 16px;
  float: right;
  bottom: -4px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  margin-top: 50px;
  border-top: 3px solid #212121;
}
.blog .entry .entry-footer a {
  color: #212121;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #76a0f4;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 10px;
  color: #acacac;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #212121;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(118, 160, 244, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #212121;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #76a0f4;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #212121;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #212121;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #212121;
}
.blog .blog-pagination {
  color: #024ed5;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #212121;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #76a0f4;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  border: 1px solid #e1ecff;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px 0px;
}
.blog .sidebar:hover {
  box-shadow: 0px 0 10px rgba(34, 34, 34, 0.08);
}
.blog .sidebar .sidebar-title {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #98b8f7;
  position: relative;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hr {
  align-items: center;
  display: flex;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.hr::after {
  border-top: 12px solid #e1ecff;
  border-radius: 8px;
  content: "";
  flex: 1;
  margin: 0 .5em;
}
.blog .sidebar .sidebar-title a {
  color: #000000;
}
.blog .sidebar .title {
  font-size: 24px;
  font-weight: 700;
  color: #212121;
  text-transform: uppercase;
}
.blog .sidebar .stitle {
  color: #212121;
  margin-bottom: 40px;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .sidebar-item ul li {
  line-height: 1.2;
}
.blog .sidebar .sidebar-item ul li a {
  color: #0847ad;
  font-size: 12px;
}
.blog .sidebar .sidebar-item ul li a:hover {
  color: #0847ad;
  text-decoration: underline;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #76a0f4;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul span {
  padding-left: 5px;
  color: #6c7075;
  font-size: 12px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #212121;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #76a0f4;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.tags {
  margin-bottom: -10px;
}
.tags h4 {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.tags ul {
  list-style: none;
  padding: 0;
}
.tags ul li {
  display: inline-block;
}
.tags ul a {
  color: #212121;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e1ecff;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s;
}
.tags ul a:hover {
  border: 1px solid #e1ecff;
  background: #e1ecff;
}
.tags ul a span {
  padding-left: 5px;
  color: #76a0f4;
  font-size: 14px;
}

.tagsf {
  margin-bottom: -10px;
}
.tagsf ul {
  text-align: center;
  list-style: none;
  padding: 0;
}
.tagsf ul li {
  color: #212121;
  font-size: 13px;
  padding: 6px 10px;
  margin: 0 6px 8px 0;
  border: 1px solid #e1ecff;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s;
}
.tagsf ul li i {
  color: #76a0f4;
}
.tagsl {
  margin-bottom: -10px;
}
.tagsl ul {
  list-style: none;
  padding: 0;
}
.tagsl ul li {
  color: #212121;
  font-size: 13px;
  padding: 6px 10px;
  margin: 0 6px 8px 0;
  border: 1px solid #e1ecff;
  border-radius: 8px;
  display: inline-block;
  transition: 0.3s;
}
.tagsl ul li i {
  color: #76a0f4;
}

.footer {
  background: white;
  font-size: 14px;
}
.footer .footer-wiki {
  padding: 50px 0;
  border-top: 1px solid #e1ecff;
}
.footer-clic {
  background-color: rgba(152, 184, 247, 0.04);
  cursor: pointer;
  padding: 50px 0;
}
.footer-clic:hover {
  background-color: rgba(152, 184, 247, 0.08);
  cursor: pointer;
  padding: 50px 0;
}
a .footer-clic {
  color: #212121;
}
.footer .footer-wiki h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #212121;
}
.footer .footer-wiki form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}
.footer .footer-wiki form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
.footer .footer-wiki form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #76a0f4;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}
.footer .footer-wiki form input[type=submit]:hover {
  background: #98b8f7;
}
.footer .footer-top {
  background: white url("/assets/bg-hero/footer-bg0.png") no-repeat right top;
  background-size: contain;
  border-top: 1px solid #e1ecff;
  padding: 60px 0 10px 0;
}
.citation {
  text-align: center;
  font-size: 12px;
  position: relative;
  top: 20px;
  color: #212121;
}
.citation i {
  color: #76a0f4;
}
@media (max-width: 992px) {
  .footer {
    padding: 0 0 0 0;
  }
  .footer .footer-top {
    background-position: center bottom;
  }
  .footer .footer-top {
    background: white url("/assets/bg-hero/footer-bg1.png") no-repeat right bottom;
    background-size: contain;
    border-top: 1px solid #e1ecff;
    padding: 60px 0 10px 0;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo i {
  color: rgba(118, 160, 244, 0.3);
  position: relative;
  left: 12px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 64px;
  margin-right: 5px;
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #212121;
  font-family: "Ubuntu", sans-serif;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
}
.footer .footer-top .social-links i {
  font-size: 20px;
  display: inline-block;
  color: rgba(118, 160, 244, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}
.footer .footer-top .social-links i:hover {
  color: #e1ecff;
}
.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}
.footer .archives-d a {
  display: inline-block;
  position: relative;
  color: #212121;
  margin-top: 10px;
  align-items: center;
}
.footer .archives-d a:hover {
  color: #76a0f4;
}
.footer .archives-d a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 1);
  transform-origin: bottom;
  transition: transform 0.25s ease-out;
}
.footer .archives-d a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom;
}
.footer .archives-d i {
  margin-right: 5px;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 4px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #212121;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-top .footer-links ul a:hover {
  color: #76a0f4;
}
.footer .footer-top .footer-contact p {
  line-height: 26px;
}
.footer .footer-top .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-contact ul i {
  padding-right: 4px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}
.footer .footer-top .footer-contact ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-top .footer-contact ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-contact ul span {
  color: #212121;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .cpp {
  padding-top: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #212121;
}
.footer .copyrightfr {
  color: rgba(33, 33, 33, 0.4);
  text-transform: uppercase;
  text-align: center;
}
.footer .copyrightfr p {
  font-size: 10px;
}
.footer .copyrightfr span::before {
  color: rgba(33, 33, 33, 0.5);
  content: "Contenu enregistré sous l'égide des huissiers de justice de Paris.";
  font-size: 8px;
}
.footer .copyrightfr span::after {
  color: rgba(33, 33, 33, 0.5);
  content: "Mis à disposition selon les termes de la législation française et internationale sur le droit d'auteur.";
  font-size: 8px;
}
.footer .copyrightgr {
  color: rgba(33, 33, 33, 0.4);
  text-transform: uppercase;
  text-align: center;
}
.footer .copyrightgr p {
  font-size: 10px;
}
.footer .copyrightgr span::before {
  color: rgba(33, 33, 33, 0.5);
  content: "Περιεχόμενο καταχωρημένο υπό την αιγίδα των δικαστικών επιμελητών του Παρισιού.";
  font-size: 8px;
}
.footer .copyrightgr span::after {
  color: rgba(33, 33, 33, 0.5);
  content: "Διατίθεται σύμφωνα με τους όρους της γαλλικής και διεθνούς νομοθεσίας περί πνευματικών δικαιωμάτων.";
  font-size: 8px;
}
.changepc {
  display:block;
}
.changephone {
  display:none;
}

@media (max-width: 1400px) {
  .faq {
    margin-top: -100px;
  }
  .changepc {
    display: none;
  }
  .changephone {
    display: block;
  }
  .blog .entry .entry-meta ul {
    display: inline;
  }
  .blog .entry .entry-meta ul li + li {
    padding-left: 0px;
  }
  .blog .entry .entry-meta {
    font-size: 12px;
  }
  .blog .entry .entry-meta i {
    font-size: 12px;
  }
  .blog .entry .entry-content p {
    line-height: 20px;
    font-size: 12px;
  }
  .flogo {
    display: none;
  }
  .blog .entry .entry-title {
    margin-top: 20px;
  }
  .blog .entry .entry-beta-title {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .header {
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0;
  }
}
@media (max-width: 800px) {
  .sprdv {
    display: none;
  }
  .bsprdv {
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .espaceprdv {
    margin-bottom: 40px;
  }
  .footer .cpp {
    padding-top: 30px;
    text-align: center;
    font-size: 11px;
  }
  .footer .copyrightfr p {
    font-size: 9px;
  }
  .footer .copyrightfr span::before {
    font-size: 7px;
  }
  .footer .copyrightfr span::after {
    font-size: 7px;
  }
  .footer .copyrightgr p {
    font-size: 9px;
  }
  .footer .copyrightgr span::before {
    font-size: 7px;
  }
  .footer .copyrightgr span::after {
    font-size: 7px;
  }
}
@media (min-width: 800px) {
  .prdv {
    display: none;
  }
  .formprdv {
    display: none;
  }
}
@media (max-width: 991px) {
  .himg {
    display: none;
  }
}
@media (min-width: 991px) {
  .shimg {
    display: none;
  }
}

.alert {
  font-size: 12px;
  color: #212121;
  text-align: center;
}
.alert i {
  font-size: 12px;
  margin-left: 12px;
  margin-right: 3px;
  margin-bottom: 4px;
}
.cloche-info i {
  float: right;
}
.gavis {
  display: none;
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  margin-left: -30px;
}
.gavis i {
  color: #212121;
  margin-right: 4px;
}
.gavis li {
  list-style: none;
}
.archives {
  color: #212121;
  text-decoration: underline;
}
.archives:hover {
  color: #212121;
  text-decoration: underline;
}

#treeview {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 30px;
  list-style-type: none;
}

.caret {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
}

.nested {
  text-transform: uppercase;
  list-style: none;
}
.nested li br {
  content: "";
  display: block;
  margin-bottom: -8px;
}
.nested li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\e455";
  font-weight: 900;
  color: #76a0f4;
  display: inline-block; width: 20px;
  margin-left: -1em;
}
.nested i {
  font-size: 11px;
  text-transform: none;
}

.opentree {
  display: block;
}

@media (max-width: 1400px) {
  .alert {
    display: none;
  }
}
@media (max-width: 980px) {
  .gavis {
    display: block;
  }
}
@media (max-width: 412px) {
  .gavis {
    font-size: 9px;
  }
}
@media (max-width: 1000px) {
  .pcache {
    display: none;
  }
  .blog .blocktree {
    padding: 10px 10px 10px 10px;
  }
  .nested li {
    margin-left: 1em;
  }
  .nested li i {
    text-transform: none;
  }
  .nested li br {
    content: "";
    display: block;
    margin-bottom: -4px;
  }
  .nested li::before {
    font-family: "Font Awesome 6 Pro";
    content: "\e455";
    font-weight: 900;
    color: #76a0f4;
    display: inline-block; width: 20px;
    margin-left: -3em;
  }
  .d-tree {
    margin-top: 10px;
  }
  .d-tree i {
    font-size: 14px;
    font-weight: 300;
  }
}

.listd {
  list-style-type: none;
}
#listd {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.ldcaret {
  font-size: 12px;
  color: #515151;
  font-weight: bold;
  list-style-type: none;
  margin-left: -5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ldcaret::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #212121;
  display: inline-block;
  margin-right: 6px;
}
.ldcaret-down::before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ldnested {
  font-size: 11px;
  font-style: italic;
  margin-left: -12px;
  list-style-type: none;
  display: none;
}
.ldactive {
  display: block;
}

.ldescription {
  font-size: 14px;
}

.btnsplit {
  background-color: #212121;
  color: #ffffff;
  border: none;
  outline: none;
}
.btnsplit::after {
  position: relative;
  left: 0;
  bottom: 6px;
  font-family: "Font Awesome 6 Pro";
  font-size: 9px;
  font-weight: 900;
  color: #98b8f7;
  content: "\f08d";
}

.thumbtack u {
  cursor: pointer;
}
.thumbtack::after {
  position: relative;
  left: 4px;
  bottom: 6px;
  font-family: "Font Awesome 6 Pro";
  font-size: 9px;
  font-weight: 900;
  color: #98b8f7;
  content: "\f08d";
}

.lcbtag {
  margin-bottom: 10px;
}
.lcbtag p {
  color: #212121;
  font-size: 12px;
  padding: 6px 10px;
  margin: 0 6px 8px 0;
  border: 1px solid #e1ecff;
  display: inline-block;
}
.lcbtag i {
  color: #76a0f4;
  margin-right: 4px;
}
.lcbtag i:hover {
  color: #e1ecff;
}

.hrlcb {
  align-items: center;
  display: flex;
  text-align: center;
}
.hrlcb::after {
  background: currentColor;
  content: "";
  flex: 1;
  height: .025em;
  margin: 0 .5em;
}

.ap-b {
  position: relative;
  font-size: 14px;
  top: -4px;
  padding: 4px 9px;
  border-radius: 4px;
  background-color: rgba(221, 221, 221, 0.3);
}

.serment1 {
  overflow: hidden;
  width: 250px;
  margin-bottom: 40px;
}
.serment2 {
  color: rgb(33, 33, 33, 0.8);
  font-size: 19px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.filimou {
  overflow: hidden;
  border: 4px solid #e1ecff;
  border-radius: 8px;
}
.filimoulink {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
.filimoulink p {
  font-size: 14px;
  margin-bottom: 20px;
}
.filimoulink a {
  background: #76a0f4;
  padding: 8px 20px;
  border-radius: 4px;
  color: #fff;
  transition: 0.3s;
}
.filimoulink a:hover {
  color: #fff;
  background: #98b8f7;
}
.filimoubio {
  color: #212121;
}
.filimoubio i {
  color: #76a0f4;
}

@media (max-width: 1000px) {
  .filimoulink {
    text-align: center;
  }
  .filimoulink p {
    font-size: 12px;
  }
}

.lang-fr::after {
  content: "";
  height: 30px;
  width: 30px;
  background: url("/assets/img/logo/fr.png") no-repeat;
  position: absolute;
  right: 10px;
  background-size: 24px;
  margin-top: 12px;
}
.lang-gr::after {
  content: "";
  height: 30px;
  width: 30px;
  background: url("/assets/img/logo/gr.png") no-repeat;
  position: absolute;
  right: 10px;
  background-size: 24px;
  margin-top: 12px;
}
.b-filimou {
  float: right;
  font-size: 10px !important;
  font-style: normal !important;
}

.b-social {
  float: right;
  margin-right: 10px;
  transition: 0.3s;
}
.b-social i {
  color: #fff;
}
.b-social i:hover {
  color: #98b8f7;
}

@media (max-width: 1000px) {
  .mentions-legales h2 {
    font-size: 20px;
  }
  .mentions-legales h3 {
    font-size: 18px;
  }
}
@media (max-width: 1100px) {
  .blog .numb {
    color: #212121;
    font-size: 12px;
  }
}
.cds {
  text-align: center;
  font-size:12px;
}
.cdp {
  font-size: 13px;
  text-align: right;
}
.cdp a {
  margin-left: 3px;
  text-transform: uppercase;
  text-decoration: underline;
}
.cdp a:hover {
  text-decoration: underline;
}
.hrf {
  border-bottom: 2px solid #212121;
  margin-bottom: 20px;
}
.nolink {
  cursor: pointer;
}
.affiches {
  margin-top: -90px;
}
.gliese {
  margin-bottom: 40px;
}
.gliese img {
  width: 500px;
  margin: auto;
}
.end {
  margin-top: 4px;
  font-size: 10px;
  text-align: left;
}
@media (max-width: 1400px) {
  .end {
    margin-top: 4px;
    font-size: 10px;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .gliese {
    margin-bottom: 10px;
  }
  .gliese img {
    width: 300px;
    margin: auto;
    margin-bottom: 30px;
  }
}
