@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  background-color: #fff;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.p-5 {
  padding: 5px;
}

.image-margin-left {
  margin-left: -50px;
}

.margin-minus-box {
  margin-top: -170px;
}

p {
  margin: 15px 0;
  color: #161616;
}

a {
  color: #00aeef;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
  color: #31c4f1;
}

i:before {
  margin: 0 !important;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
}

label {
  margin: 0;
}

.bg-mso-white {
  background: #f5f5f5;
}

.bg-mso-white-two {
  background: #ebeefa;
}
.bg-white {
  background: #fff;
}

.bg-blue {
  background: #0539a2;
}

.bg-blue-light {
  background: #4a6cf0;
}

.pink-bg-with-border {
  border-color: #fa97ff;
  background-color: #fee9ff;
}

.pink-bg-with-border {
  border-color: #fa97ff;
  background-color: #fee9ff;
}

.blue-bg-with-border {
  border-color: #0539a2;
  background-color: #f4f4f4;
}

.yellow-bg-with-border {
  border-color: #ffca71;
  background-color: #fff3df;
}

.gradient-text {
  color: #0539a2;
  background: -webkit-gradient(linear, left top, right top, from(#0539a2), color-stop(42%, #142d99), to(#02126a));
  background: linear-gradient(90deg, #0539a2 0%, #142d99 42%, #02126a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .gradient-text {
    color: #0539a2;
    background: transparent;
  }
}

.blue-gradient {
  background: linear-gradient(200deg, #16c1f3 0%, #3bb6e4 50%, #02486a 100%);
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #16c1f3 0%, #3366ff 90%);
  background: -webkit-gradient(linear, left top, right top, from(#ebfafc), color-stop(60%, #baeff6));
  background: linear-gradient(90deg, #ebfafc 0%, #baeff6 60%);
  background: -webkit-gradient(linear, left top, right top, from(#ebfafc), color-stop(60%, #85def8));
  background: linear-gradient(90deg, #ebfafc 0%, #85def8 60%);
}

.fluid-height {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

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

.text-italic {
  font-style: italic;
}

.border-radius-3 {
  border-radius: 3px;
}

.default-box-shadow {
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
}

.img-shadow {
  -webkit-box-shadow: 0px 11px 94px 6px rgba(188, 188, 188, 0.22);
  box-shadow: 0px 11px 94px 6px rgba(188, 188, 188, 0.22);
}

.border-around {
  border: 1px solid #d8d8d8;
}

.overflow-hidden {
  overflow: hidden;
}

button {
  outline: 0;
  border: 0;
}

button:focus,
button:active {
  outline: 0;
  border: 0;
}

.btn {
  padding: 15px 35px;
  border-radius: 3px;
  background: #fff;
  color: #0539a2;
  font-size: 17px;
  font-weight: 400;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0);
}

.btn:hover {
  color: #0539a2;
}

.btn-pill {
  border-radius: 35px;
}

.btn-blue {
  border: 2px solid rgba(255, 255, 255, 0.29);
  background-color: #3d55be;
  color: #fff;
  -webkit-box-shadow: inset 0 0 3px 0 rgba(2, 18, 106, 0.1);
  box-shadow: inset 0 0 3px 0 rgba(2, 18, 106, 0.1);
}

.btn-blue:hover {
  color: #fff;
}

.btn-blue:focus,
.btn-blue:active {
  border: 2px solid rgba(255, 255, 255, 0.29);
}

.btn-gradient {
  background: linear-gradient(160deg, #0539a2, #142d99, #02126a, #02126a, #142d99, #0539a2);
  background-size: 300% 100%;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-gradient:hover {
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus,
.form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section-title {
  max-width: 900px;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

.section-title small {
  color: #0539a2;
  font-size: 17px;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
}

.section-title h2 {
  color: #000c35;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 25px;
}

.section-title p {
  font-size: 16px;
  font-weight: 400;
}

.section-title p a {
  color: #0539a2;
  border-bottom: 1px solid #0539a2;
}

.section-title.section-title-lg {
  max-width: 820px;
}

.section-title-two h2 {
  font-size: 30px;
}

.section-title-two h2 strong {
  display: block;
  color: #00aeef;
}

.section-title-left {
  max-width: 100%;
  text-align: left;
}

.sub-section-title h3 {
  font-size: 28px;
  color: #1c2522;
  font-weight: 500;
  margin-bottom: 15px;
}

.sub-section-title p {
  font-size: 17px;
  font-weight: 400;
}

.aidemenu li {
  list-style: none;
  font-size:14px;
  padding:3px 0
}

.aidemenu li.current_page_item a {
  font-weight: bold ;
  color:black
}

.aidemenu h2{
  font-size: 20px;
  color: #00aeef;
  margin-bottom: 10px;
}

/* BLOG */
.cath {
  font-size:20px;
  color:#00aeef;
  margin-bottom:10px;
}
.categh {
  margin-bottom:20px;
  padding-left: 30px;
}
a.current-cat  {
  font-weight: bold;
}

.badgedate {
  display: inline-block;
  background-color: #00aeef;
  color: white;
  padding: 0.1em 0.5em;
  font-size: 13px;
  border-radius: 0.5em;
}

.status-blue {
  background-color: rgba(12, 89, 231, 0.2);
}

.status-orange {
  background-color: rgba(241, 24, 16, 0.2);
}

.status-green {
  background-color: rgba(12, 231, 187, 0.2);
}

.breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.breadcrumb .breadcrumb-item {
  color: #00aeef;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "•";
  color: #ff7e00;
}

.breadcrumb .breadcrumb-item a {
  color: #00aeef;
}

.pagination .page-item {
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
}

.pagination .page-item:last-child {
  margin-right: 0;
}

.pagination .page-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination .page-item a {
  background: transparent;
  padding: 10px 15px;
  border: 0;
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  color: #0539a2;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination .page-item a:hover {
  color: #0539a2;
}

.pagination .page-item:hover:before {
  opacity: 1;
}

.pagination .page-item:hover a {
  color: #fff;
}

.pagination .page-item.active:before {
  opacity: 1;
}

.pagination .page-item.active a {
  background: transparent;
  color: #fff;
}

.pagination .page-item.disabled:hover:before {
  opacity: 0;
}

.pagination .page-item.disabled:hover a {
  color: #161616;
}

.pagination .page-item.disabled:before {
  opacity: 0;
}

.pagination .page-item.disabled a {
  background: transparent;
  color: #161616;
}

.topbar {
  padding: 10px 0;
}

.topbar-int {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topbar-elt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.topbar-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
}

.topbar-elt.bdroite .topbar-fl {
  padding: 0 12px;
}

@media screen and (max-width:500px) {
  .topbar-elt.bdroite .topbar-fl {
    padding: 0 6px;
  }
}

.topbar-fl i  {
  margin-right: 5px;
  color: #0539a2;
  font-size: 20px;
}

.topbar-fl svg  {
  margin-right: 5px;
}

.topbar-fl i:before {
  font-size: 20px;
}

.etoiles {
  color: #ffc906;
}

.etoiles i {
  font-size: 1rem;
  color: #ffc906;
  margin:0
}

.etoiles i:before {
  font-size: 1rem;
}

.topbar-fl a span, .topbar-fl a {
  color: #0539a2;
  font-size: 14px;
}

.topbar-content.avis a {
  color: #220c41;
  margin-right: 5px;
}

.telfr a {
  color: #0539a2;
  font-weight: 600;
}

.telfr svg {
  width: 22px;
  border-radius: 4px;
}

.topbar-fl.payer a,
.topbar-fl.payer a span,
.topbar-fl.payer i,
.topbar-fl.contactok a,
.topbar-fl.contactok a span,
.topbar-fl.contactok i {
  color: #1c2522!important;
}

.topbar-fl.payer a,
.topbar-fl.contactok a {
  text-transform: none;
  font-weight: 400;
}

.topbar-fl.payer i:before,
.topbar-fl.contactok i:before {
  font-size: 0.8em;
}

.topbar-fl.payer.etatservices a,
.topbar-fl.payer.etatservices a span,
.topbar-fl.payer.etatservices i
{
	color:#48b02c!important;
}

.fixed-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-area .main-nav {
  position: static;
  top: auto;
  left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  z-index: 3;
  height: auto;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #fff;
  -webkit-animation: 500ms running fadeInDown;
  animation: 500ms running fadeInDown;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100% !important;
  height: auto;
}

.navbar-area.is-sticky .main-nav {
  background-color: #fff;
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  border-bottom: 0;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #000c35;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
  color: #0539a2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item:hover > a {
  color: #0539a2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
  color: #000c35;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
  color: #0539a2;
}

.navbar-area.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover > a {
  color: #0539a2;
}

.navbar-area.is-sticky .main-nav .navbar-option .navbar-option-icon span {
  color: #0539a2;
}

.navbar-area.is-sticky .main-nav .navbar-brand img:nth-child(1) {
  opacity: 0;
  visibility: hidden;
}

.navbar-area.is-sticky .main-nav .navbar-brand img:nth-child(2) {
  opacity: 1;
  visibility: visible;
}

.navbar-area.is-sticky .main-nav-two nav .navbar-nav .nav-item a {
  color: #000c35;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.navbar-area.is-sticky .main-nav-two nav .navbar-nav .nav-item a.active {
  color: #0539a2;
}

.navbar-area.is-sticky .main-nav-two nav .navbar-nav .nav-item:hover > a {
  color: #0539a2;
}

.navbar-area.is-sticky .main-nav-two .navbar-brand img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}

.main-nav nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #0d1028;
  position: absolute;
  top: 80px;
  left: -40px;
  width: 220px;
  z-index: 99;
  display: block;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: inherit;
  padding: 9px 15px;
  margin: 0;
  display: block;
  color: #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: absolute;
  left: -100%;
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
  text-transform: capitalize;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1 !important;
  visibility: visible !important;
  top: -20px !important;
}

.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
  left: auto;
  right: 0;
}

#secondary-menu li a {
  color: #00aeef;
}

#secondary-menu li ul li a {
  color: #10566f;
}

.main-nav {
  background: transparent;
  border-bottom: 1px solid #607efc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-nav nav {
  padding: 0;
}

.main-nav nav .navbar-nav .nav-item a {
  font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0.7rem 0.5rem 0.4rem 0.5rem;
    margin: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}



.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
  content: "\e9e2";
  font-family: "boxicons" !important;
  margin-left: 5px;
  font-size: 15px;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #fff;
  font-weight: 500;
}

.main-nav nav .navbar-nav .nav-item:hover > a {
  color: #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background: #fff;
  border: 0;
  padding: 5px 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #000c35;
  font-weight: 400;
  font-size: 15px;
  padding: 6px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle:after {
  content: "\e9e4";
  font-family: "boxicons" !important;
  margin-left: 0;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0539a2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus {
  color: #0539a2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:active:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus:before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0539a2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover:before {
  width: 100%;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover > a {
  color: #0539a2;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 10px !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #000c35;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #0539a2;
}

.jdroit {
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

.main-nav-two {
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  border-bottom: 0;
}

.main-nav-two nav .navbar-nav .nav-item a {
  color: #1c2522;
}

.main-nav-two nav .navbar-nav .nav-item a.active {
  color: #0539a2;
}

.main-nav-two nav .navbar-nav .nav-item:hover > a {
  color: #0539a2;
}

.main-nav-two nav .navbar-nav .nav-item.item-option a {
  color: #16c1f3;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #000c35;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #0539a2;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li a.active:before {
  width: 100%;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #0539a2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li a:hover:before {
  width: 100%;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li:hover > a {
  color: #0539a2;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0 !important;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 10px !important;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li > a {
  color: #000c35;
}

.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li > a:hover,
.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li > a:focus,
.main-nav-two nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li > a:active {
  color: #0539a2;
}

.mean-bar {
  -webkit-box-shadow: 0px 11px 35px 0 rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 0 rgba(196, 196, 196, 0.21);
  border-top: 1px solid #607efc;
}

.mobile-nav.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 66px;
}

.mobile-nav.mean-container .mean-nav ul li a {
  color: #000c35;
  border-top: 1px solid #d8d8d8;
  font-size: 16px;
}

.mobile-nav.mean-container .mean-nav ul li a.active {
  color: #0539a2;
  font-weight: 500;
}

.mobile-nav.mean-container .mean-nav ul li ul li a {
  color: #000c35;
}

.mobile-nav.mean-container .mean-nav ul li ul li a.active {
  color: #0539a2;
}

.meanclose {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar-brand {
  position: relative;
  -webkit-box-flex: 0;
  flex: 0 0 157px;
  -ms-flex: 0 0 157px;
  max-width: 157px;
  width: 157px;
}

.navbar-brand img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
}

.navbar-brand img:nth-child(1) {
  opacity: 1;
  visibility: visible;
}

.navbar-brand img:nth-child(2) {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.dropdown-toggle:after {
  display: inline-block;
  vertical-align: 0;
  font-weight: 600;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  font-size: 15px;
}

.header-banner {
  position: relative;
}

.header-bg-shape {
  position: relative;
  min-height: 1150px;
  padding: 130px 0;
}

.header-main-content {
  max-width: 990px;
  margin: auto;
  text-align: center;
  padding: 35px 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

.header-main-content h1 {
  font-size: 70px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 45px;
  width: 100%;
}

.header-main-content .header-content-list {
  margin-bottom: 50px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-main-content .header-content-list li {
  color: #fff;
}

.header-main-content .section-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-content-list li {
  font-size: 23px;
  font-weight: 400;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.header-content-list li i {
  font-size: 22px;
  margin-right: 10px;
}

.header-content-list li i:before {
  font-size: 22px;
}

.header-content-list li img {
  width: 22px;
  margin-right: 10px;
}

.feature-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  padding: 40px 30px;
  border-radius: 3px;
}

.feature-item-inner:hover .feature-item-thumb {
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.feature-item-thumb {
  -webkit-box-flex: 0;
  flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  max-width: 90px;
  width: 90px;
  margin-right: 30px;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
  transition: transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s, -webkit-transform 0.3s cubic-bezier(0.25, 0.55, 0.4, 2.1) 0s;
}

.feature-item-thumb i {
  font-size: 90px;
  color: #0539a2;
  background: -webkit-gradient(linear, left top, right top, from(#0539a2), color-stop(42%, #142d99), to(#02126a));
  background: linear-gradient(90deg, #0539a2 0%, #142d99 42%, #02126a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 100px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feature-item-thumb i {
    color: #0539a2;
    background: transparent;
  }
}

.feature-item-thumb-round {
  -webkit-box-flex: 0;
  flex: 0 0 105px;
  -ms-flex: 0 0 105px;
  max-width: 105px;
  width: 105px;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.feature-item-thumb-round img {
  width: 100%;
}

.feature-tab-image img {
  width: 100%;
}

.feature-item-content {
  width: 100%;
}

.feature-item-content h3 {
  font-size: 26px;
  font-weight: 600;
  color: #00aeef;
  color: #000c35;
  margin-bottom: 15px;
}

.feature-item-content p {
  font-size: 16px;
  margin-bottom: 15px;
}

.feature-item-content p:last-child {
  margin-bottom: 0;
}

.feature-item-content a {
  font-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.feature-item-content a span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  color: #0539a2;
  -webkit-text-fill-color: #0539a2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

.feature-item-content a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c8d1f1;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item-content a span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item-content a span i {
  position: relative;
  font-size: 19px;
  z-index: 1;
}

.feature-item-content a:hover span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.feature-item-content a:hover span:before {
  opacity: 0;
}

.feature-item-content a:hover span:after {
  opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feature-item-content a span {
    color: #0539a2;
    -webkit-text-fill-color: #0539a2;
  }
}


/* Actus */

#actus .princip {
  margin-bottom: 30px;
}

.grd .card-desc {
  padding: 0px 20px;
  position: relative;
}

#actus {
 padding:50px 0;
}

#actus .grd {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  background: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

 /*  PAGINATION */
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
    padding: 8px 11px;
    text-decoration:none!important;
}
.custom-pagination a {
  background-color: #e2e0e0;
  color: #000;
  transition: all 0.2s ease-in-out
}
.custom-pagination a:hover {
  background-color: #00aeef; 
  color: #fff;
}
.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}
.custom-pagination span.dots {
  padding: 0;
  color: gainsboro;
}
.custom-pagination span.current {
  background-color:  #00aeef;
  color: #fff;
}

.custom-pagination{  text-align: center;  margin-top: 2em;}
.clear{clear:both}
  

.box-card-inner {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 3px;
  overflow: hidden;
}

.box-card-inner:hover {
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
}

.box-card-inner.box-card-black {
  background: #000c35;
}

.box-card-inner.box-card-black .box-card-details h3 {
  color: #fff;
}

.box-card-inner.box-card-black .box-card-details p {
  color: #fff;
}

.box-card-inner.box-card-black .box-card-details .box-card-list li {
  color: #fff;
}

.box-card-inner.box-card-black .box-card-details .box-card-list li a {
  color: #fff;
}

.box-card-inner.box-card-inner-2 {
  padding: 87px 30px 30px;
}

.box-card-inner.box-card-white-hover .box-number:before {
  border-color: transparent transparent #e9ecf9 #e9ecf9;
}

.box-card-inner.box-card-white-hover:hover {
  background: #fff;
}

.box-card-inner.box-card-white-hover:hover .box-number:before {
  border-color: transparent transparent #fff #fff;
}

.box-card-icon {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
}

.box-card-icon i {
  font-size: 45px;
  color: #0539a2;
}

.box-card-icon i:before {
  font-size: 45px;
}

.box-card-title {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 240px;
}

.box-card-title.box-card-primary {
  background: #3d4446;
}

.box-card-title.box-card-secondary {
  background: #155e72;
}

.box-card-title.box-card-warning {
  background: #16c1f3;
}

.box-card-title h3 {
  margin-bottom: 15px;
  color: white;
  font-size: 26px;
  font-weight: 600;
  padding: 5px 20px;
  max-width: 273px;
  text-align: left;
}

.box-card-title p {
  font-size: 16px;
  margin-bottom: 15px;
}

.box-card-title p:last-child {
  margin-bottom: 0;
}

.box-card-title ul li {
  font-size: 16px;
  color: #000c35;
}

.box-card-title ul li i {
  margin-right: 8px;
  font-size: 23px;
  vertical-align: middle;
}

.box-card-title ul li i:before {
  font-size: 23px;
}

.box-card-title ul li a {
  color: #000c35;
}

.box-card-details {
  background: white;
  padding: 20px;
}

.box-card-details ul {
  margin: 20px 0 0 0;
}

.box-card-details ul li {
  padding: 10px;
  border-bottom: 1px solid whitesmoke;
}

.box-card-details ul li:last-child {
  padding: 10px;
  border-bottom: none;
}

.box-card-details ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: white;
  font-size: 16px;
  color: #000c35;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.box-card-details ul li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.box-card-details ul li a img {
  max-width: 60px;
  padding-right: 20px;
}

.box-card-details ul li a .detsol {
  text-align: left;
}

.box-card-details ul li a .detsol h4 {
  font-size: 15px;
  color: #00aeef;
  font-weight: 700;
  text-transform: uppercase;
}

.box-card-details ul li a .detsol p {
  color: #1c2522;
  font-size: 14px;
}

.box-card-details ul li i {
  margin-right: 8px;
  font-size: 23px;
  vertical-align: middle;
}

.box-card-details ul li i:before {
  font-size: 23px;
}

.box-card-details ul li a {
  color: #000c35;
}

.box-card-details-2 h3 {
  font-size: 25px;
  font-weight: 500;
}

.box-number {
  color: #fff;
  width: 87px;
  height: 87px;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-number:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #fff #fff;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.box-number span {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.next-section {
  background: -webkit-gradient(linear, left top, right top, from(#011c9d), color-stop(51%, #1aabfc));
  background: linear-gradient(90deg, #011c9d 0%, #1aabfc 51%);
}

.next-section .next-text {
  padding: 20px;
}

.next-section .next-text h2 {
  color: #000c35;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.next-section .next-text h3 {
  color: white;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 350px;
  margin: 20px 0;
}

.next-section .next-text a.btnok {
  background: white;
  color: #000c35;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.next-section .next-text a.btnok:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.logo-slider .item img {
  opacity: 1;
  max-width: 165px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.logo-slider .item:hover img {
  transform: scale(1.05);
}

footer .content2 {
  background-color: rgba(255, 255, 255, 0.12);
  margin: 20px 0;
  border-radius: 7px;
  padding: 20px 30px;
}

footer .content2 .contentm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0;
}

footer .content2 .contentm .icok {
  margin-right: 10px;
}

footer .content2 .contentm .icok svg {
  width: 25px;
  border-radius: 4px;
}

footer p {
  color: #fff;
  font-size: 15px;
}

footer .contentm a {
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .contentm a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-upper {
  background: #12182d;
}

.footer-content-item {
  margin-bottom: 20px;
}

.footer-logo {
  max-width: 120px;
}

.footer-logo a {
  display: block;
}

.footer-details {
  margin-top: 30px;
}

.footer-details p {
  font-size: 15px;
  color: #d8d8d8;
}

.footer-content-title h3 {
  font-size: 20px;
  color: #fff;
}

.footer-list li {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.footer-list li:last-child {
  margin-bottom: 0;
}

.footer-list li a {
  color: #d8d8d8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-list li:before {
  content: "\e9e4";
  font-family: "boxicons" !important;
   color: #d8d8d8;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer-list li:hover a {
  color: #fff;
}

.footer-list li:hover:before {
  color: #fff;
}

.footer-lower {
  background: #fff;
  padding: 20px 0;
}

.footer-lower-item {
  padding: 10px 15px;
}

.footer-lower-content h3 {
  font-size: 18px;
  color: #fff;
}

.footer-social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.footer-social-list li {
  -webkit-box-flex: 0;
  flex: 0 0 30px;
  -ms-flex: 0 1 auto;
  max-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 7px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footer-social-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.footer-social-list li:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-btn.social-btn-fb a {
  background: #3b5998;
  color: #fff;
}

.social-btn.social-btn-tw a {
  background: #55acee;
  color: #fff;
}

.social-btn.social-btn-ins a {
  background: #3f729b;
  color: #fff;
}

.social-btn.social-btn-pin a {
  background: #ff0000;
  color: #fff;
}

.social-btn.social-btn-lkd a {
  background: #0274b3;
  color: #fff;
}

.social-btn.social-btn-yt a {
  background: #c80000;
  color: #fff;
}

.social-btn.social-btn-ld a {
  background: #2867b2;
  color: #fff;
}

.footer-lower-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-lower-item-right p {
  color: #d8d8d8;
  font-size: 15px;
}

.footer-lower-text {
  margin-right: 25px;
  padding: 10px 0;
}

.footer-lower-text p {
  margin-bottom: 10px;
}

.footer-lower-text p:last-child {
  margin-bottom: 0;
}

.footer-text-copy a {
  color: #b6c5ff;
}

.footer-text-copy a:hover {
  text-decoration: underline;
}

.footer-text-gen a {
  color: #fff;
  text-decoration: underline;
}

.scroll-top {
  width: 60px;
  height: 60px;
  background: #00aeef;
  border-radius: 50%;
  position: fixed;
  bottom: 60px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 1;
}

.scroll-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.scroll-top-inner span i {
  font-size: 25px;
  color: #fff;
}

.scroll-top-inner span i:before {
  font-size: 25px;
}

.client-carousel-para {
  font-size: 20px;
  color: #64607c;
  font-weight: 500;
  padding-top: 45px;
  position: relative;
}

.client-carousel-para:before {
  content: "“";
  font-family: "Poppins", sans-serif;
  font-size: 120px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.client-carousel-name {
  font-size: 22px;
  color: #000c35;
  font-weight: 500;
}

.client-carousel-designation {
  font-size: 17px;
  color: #161616;
  font-weight: 400;
}

.client-carousel-details {
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  border-radius: 3px;
}

.client-carousel-details .client-carousel-para {
  margin-bottom: 25px;
}

.client-carousel-details .client-carousel-name {
  margin-bottom: 10px;
}


.owl-theme .owl-nav button {
  margin: 0 !important;
  line-height: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.owl-theme .owl-nav button:hover {
  background: transparent !important;
}

.owl-theme .owl-nav button:hover span {
  color: #0539a2;
  background: -webkit-gradient(linear, left top, right top, from(#0539a2), color-stop(42%, #142d99), to(#02126a));
  background: linear-gradient(90deg, #0539a2 0%, #142d99 42%, #02126a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .owl-theme .owl-nav button:hover span {
    color: #0539a2;
    background: transparent;
  }
}

.owl-theme .owl-nav button span {
  font-size: 35px;
  color: #0539a2;
  background: -webkit-gradient(linear, left top, right top, from(#0539a2), color-stop(42%, #142d99), to(#02126a));
  background: linear-gradient(90deg, #0539a2 0%, #142d99 42%, #02126a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .owl-theme .owl-nav button span {
    color: #0539a2;
    background: transparent;
  }
}

.client-carousel.owl-theme .owl-nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}

.header-width {
  max-width: 540px;
  padding: 80px 0;
  width: 100%;
}

.hero {
  background: -webkit-gradient(linear, left top, right top, from(#ebfafc), color-stop(60%, #baeff6));
  background: linear-gradient(90deg, #ebfafc 0%, #baeff6 60%);
}

.solutions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}

.solutions .sol {
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.solutions .sol:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.solutions .sol h3 {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

.solutions .sol img {
  max-width: 60px;
  margin: 0 auto;
  padding: 10px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-main-content-two {
  position: relative;
  z-index: 1;
}

.header-main-content-two h1 {
  font-size: 50px;
  font-weight: 700;
  color: #000c35;
  margin-bottom: 10px;
  width: 100%;
  text-transform: none;
  max-width: 500px;
  line-height: 1;
}

.header-main-content-two h1 strong {
  color: #00aeef;
  display: block;
  font-weight: 700;
}

.header-main-content-two h2 {
  font-size: 18px;
  font-weight: 700;
  color: #00aeef;
  text-transform: uppercase;
}

.header-main-content-two p {
  font-size: 17px;
  color: #161616;
  margin-bottom: 20px;
}

.header-main-content-two .header-content-list {
  margin-bottom: 50px;
  width: 100%;
}

.header-main-content-two .btnok {
  background: #00aeef;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-main-content-two .btnok:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.header-content-image {
  max-width: 720px;
}

.header-content-image img {
  width: 100%;
}

.header-page {
  padding: 180px 0 100px;
}

.header-solu {
  padding: 100px 0 0;
}

.header-solu h2 {
  font-size: 22px;
  font-weight: 400;
  color: #161616;
}

.header-page-content {
  padding: 0;
}

.header-page-content h1 {
  color: #161616;
  font-size: 40px;
  margin-bottom: 15px;
}

.header-page-content p {
  color: #161616;
  font-size: 16px;
  margin-bottom: 15px;
}

.header-page-content .section-button li {
  margin-bottom: 0;
}

.header-page-image {
  position: relative;
}

.header-page-image img {
  width: 100%;
}

.header-page-image .imgabso {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 118px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header-padding {
  padding: 10px 0;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contentp h1 {
  margin: 20px 0;
}

#contentp h2 {
  margin: 20px 0;
  font-weight: 700;
}

#contentp h3 {
  margin: 10px 0;
  font-size: 20px;
}

#contentp h4 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 700;
}

#contentp .pricing-simple,
#contentp .colored-boxed {
  background: white;
  border-radius: 20px;
  margin: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#contentp p {
  margin: 20px 0;
}

a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: absolute;
  background: transparent;
  padding: 20px 0 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  height: 55px;
}

.mean-container a.meanmenu-reveal {
  width: 35px;
  height: 30px;
  padding: 12px 15px 0 0;
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #ffffff;
  height: 4px;
  margin-top: 3px;
  border-radius: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #ffffff;
  margin-top: 55px;
}

.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  list-style-type: none;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #677294;
  border-top: 1px solid #dbeefd;
  text-decoration: none;
}

.mean-container .mean-nav ul li a.active {
  color: #000000;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 1em 10%;
  color: #677294;
  border-top: 1px solid #dbeefd;
  opacity: 1;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
  text-transform: none;
  font-size: 14px;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 3px;
  width: 100%;
  height: 24px;
  padding: 12px !important;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: transparent;
  border: none !important;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mobile-nav {
  display: none;
}

.mobile-nav.mean-container .mean-nav ul li a.active {
  color: #ff2d55;
}

.main-nav {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  z-index: 999;
  height: auto;
}

.mean-nav .dropdown-toggle::after {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

/* Responsive Style */
@media only screen and (max-width: 991px) {
  .mobile-nav {
    display: block;
    position: relative;
  }
  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 11px;
    z-index: 999;
    left: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
  }
  .mean-container .mean-bar {
    background-color: #000;
    padding: 0;
  }
  .mean-container a.meanmenu-reveal {
    padding: 15px 15px 0 0;
  }
  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }
}

/* NAV */

.menuint {
  box-shadow: 0px 11px 35px 5px rgb(196 196 196 / 0.2);
}
.nav-aside {
  margin: 20px 0;
}
.nav-aside ul {
  display: flex;
}

.nav-aside li {
  border: 2px solid black;
  padding: 5px;
  margin: 10px;
}

.nav-aside li a {
  color: black;
}

.ptimg {
  height: 45px;
  margin-top: 10px;
  margin-right: 10px;
}

.fonction1 {
  background-image: linear-gradient(180deg, #ffffff 72%, #ebedee 100%);
    padding: 90px 0;
}

.fonction1 h2 {
  font-size:45px;
  color:#00aeef;
  line-height: 1;
}

.service {
  padding:90px 0
}

.fonctionnalite {
  padding:90px 0;
  background:#eee
}

.fonctionnalite h2{
  padding-bottom:20px
}
.fonctionnalite h4{
  font-size:1.2rem;
  padding-bottom:8px;
}

.fonctionnalite .fonctions div {
  font-size:0.9em;
}

.fonctionnalite .prefonctions {
  margin-bottom:20px
}

.service h2 {
  font-size: 35px;
  color: #00aeef;
  line-height: 1;
  padding-bottom: 10px;
}

.imgfullh {
  width: 100%;
  max-width: 750px;
  display: block;
  margin: 0 auto;
}

.avantageslog {
  display: flex;
  flex-wrap : wrap;
  margin-top:30px
}

.avantageslog > div {
  margin-right: 10px;
  display: flex;
  padding: 10px;
  width: calc(32% - 10px);
  max-width: 130px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.avantageslog > div p {
  padding: 5px 0;
  font-size: 15px;
  text-align: center;
}

.service-block {
  padding: 20px 16px;
  text-align: center;
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.service-block img, .service-block svg {
  width: 70px;
}

.fonctions {
  height: 100%;
}


.pricing-item-two {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 30px;
  border-radius: 3px;
}
.pricing-item {
  -webkit-box-shadow: 0px 11px 35px 5px rgb(196 196 196 / 21%);
  box-shadow: 0px 11px 35px 5px rgb(196 196 196 / 21%);
  background: #fff;
}

.pricing-item-two .pricing-secondary-header {
  background: #00aeef;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}

.pricing-header-title .pricing-header-title-text {
  color: #000c35;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.pricing-item-two .pricing-item-body {
  padding: 20px;
  padding-top: 20px;
}

.pricing-item-two .pricing-item-amount .pricing-item-amount-number {
  font-size: 25px;
  color:white
}

.pricing-item-two .pricing-item-amount .pricing-item-amount-number span {
  font-size: 15px;
}


.pricing-body-list-two li {
  font-size: 16px;
  color: #000c35;
  font-weight: 500;
  display: block;
}

.pricing-body-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  color: #4f4f4f;
  margin-bottom: 10px;
}

.pricing-body-list li:before {
  content:">";
  padding-right: 8px;
  color:#00aeef
}

/* BUILDER  */

.builder {
  /* margin: 30px 0; */
}
.builder h2 {
  margin-bottom: 15px;
}
.builder h3 {
  color: black;
  font-size: 25px;
  margin: 19px 0;
}

/* 
.builder h3:after {
  content: "";
  display: block;
  width: 50px;
  margin-top: 5px;
  background: #ff7e00;
  height: 5px;
} */

.builder p {
  margin: 8px 0;
}

.sectionp {
  padding: 30px 0;
}

blockquote {
  padding: 10px 15px;
  margin: 20px 0;
  font-size: 17.5px;
  border: none;
  border-radius: 20px;
  color: white;
  background-color: #16c1f3;
  display: flex;
}

blockquote p {
  font-size: 1rem;
}

blockquote:before {
  content: "\f05a";
  width: 40px;
  padding: 8px;
  font-size: 22px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
}

.blockquote-content a {
  color: #000;
}

.sectioncitation blockquote {
  position: relative;
  margin: 0;
  padding: 30px;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  border: none;
  border-left: 5px solid #16c1f3;
}

.sectioncitation blockquote svg {
  width: 50px;
  height: 50px;
  fill: #16c1f3;
}

.sectioncitation blockquote .blockquote-icon {
  position: absolute;
  left: 20px;
  top: -20px;
  line-height: 0.6;
  color: #16c1f3;
}

.sectioncitation blockquote .blockquote-icon2 {
  position: absolute;
  right: 30px;
  bottom: -20px;
  line-height: 0.6;
  color: #16c1f3;
}

.textgrd {
  position: absolute;
  top: 0;
  font-size: 110px;
  color: rgba(255, 255, 255, 0.2);
}

.solutionbox {
  flex-direction: column;
  display: flex;
  margin: 15px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  height: 100%;
  background: white;
  border-radius: 20px;
}

.solutionbox.hori {
  flex-direction: row;
  align-items: center;
  height: auto;
}

.solutionbox img.pictok {
  max-height: 100px;
  padding:5px 0;
}

.solutionbox.hori > img.pictok {
  max-width: 80px;
}

.solutionbox.hori .masolu {
  flex: 1;
  padding: 10px;
  text-align: left;
}

.solutionbox img {
  border-radius: 20px 20px 0 0;
  display: flex;
}

.solutionbox img.recadre {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.solutionbox h3 {
  margin: 5px 0;
  font-size: 18px;
  color: #000;
}

.solutionbox h3:after {
  display: none;
}

.masolu {
  padding: 10px 20px 5px 20px;
  text-align: center;
  flex: 1;
}

.panel-heading {
  padding: 1.5em 1.5em;
  background: #fff !important;
  color: white;
  cursor: pointer;
  font-size: 1em;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.panel {
  border: none !important;
  margin-bottom: 0px !important;
}

.contenu h4.panel-title {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  background-color: transparent;
  line-height: 1.2;
  color: white;
  padding: 3px;
  margin: 5px 0;
  font-weight: 400;
  display: inline-block;
  position: relative;
  width: 100%;
}

.panel-heading a:after {
  content: ">";
  display: flex;
  font-weight: normal;
  font-size: 35px;
  font-weight: 700;
  color: #16c1f3;
  transition: all 0.5s;
  transform: scale(1);
  padding: 0;
  border-radius: 50%;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.panel-heading a[aria-expanded="true"]:after {
  transform: rotate(135deg);
  background-color: #0d7a9c;
}

.panel-title > a {
  display: flex;
  font-size: 700;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.sectionaccordeon .panel-default > .panel-heading {
  padding: 14px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid black;
  border-color: black !important;
}

.sectionaccordeon .panel-default:first-child > .panel-heading {
  border-top: 2px solid black;
}

.sectionaccordeon .accordion-item {
  color: #16c1f3;
  padding: 30px 15px;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid black;
  border-color: black !important;
}

.sectionaccordeon .accordion-item:first-child {
  border-top: 2px solid black;
}

.sectionaccordeon .accordion-button {
  padding: 0;
  font-size: 1.2rem;
  color: #16c1f3;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.sectionaccordeon .accordion-collapse {
  border: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2316c1f3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.7rem;
  height: 1.7rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.7rem;
  transition: transform 0.2s ease-in-out;
}

.accordion-body__contents {
  padding: 1.5em 1.5em;
  font-size: 0.85em;
}

.panel-body {
  padding: 10px 30px;
  background: #f1f1f1;
  border: none !important;
  margin-top: 20px;
  border-radius: 9px;
}



.faq-accordion-item {
  -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
          box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
  margin-bottom: 20px;
  border-radius: 3px;
  overflow: hidden;
}

.faq-accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion-header {
  padding: 25px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.faq-accordion-header:before {
  content: ">";
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  right: 25px;
  top: 20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  color: #000c35;
  transform: rotate(90deg);
}

.faq-accordion-header:after {
  content: ">";
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  right: 25px;
  top: 20px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  color: #000c35;
  transform: rotate(270deg);
}

.faq-accordion-item-active .faq-accordion-header {
  background: #00aeef;
}

.faq-accordion-item-active .faq-accordion-header:before {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.faq-accordion-item-active .faq-accordion-header:after {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  color: #fff;
}

.faq-accordion-item-active .faq-accordion-header .faq-accordion-title {
  color: #fff;
}

.faq-accordion-item-active .faq-accordion-body {
  max-height: initial;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

h3.faq-accordion-title {
  font-size: 18px!important;
  color: #000c35;
  font-weight: 600;
  padding-right: 35px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  text-transform: capitalize;
}

.faq-accordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.faq-accordion-body-inner {
  padding: 25px;
}

.faq-accordion-para {
  font-size: 16px;
  color: #161616;
  font-weight: 400;
}

.about-content-image img {
  width: 100%;
}

.stblanc {
  background:#fff!important
}

.stgrisclair {
  background:#efefef!important
}

.stgris {
  background:rgb(173, 176, 185)!important
}


.medi {
  height: 30px;
  margin-right: 10px;
  margin-top: 10px;
}
.medi2 {
  height: 40px;
  margin-right: 10px;
  margin-top: 10px;
}

.monfi {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  padding: 15px;
  background: #fff;
  color: #282828;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.listing.listing--files {
  padding-right: 13px;
}

.listing__title--files {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #000;
  text-transform: none;
  padding: 0;
  margin: 0px 0 !important;
}
ul.files-infos {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
li.files-infos__type {
  list-style: none;
}
li.files-infos__type:before,
li.files-infos__size:before {
  content: "" !important;
  display: none !important;
}

.content-ok {
}

.link-document {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0px;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: underline;
  text-transform: none;
  color: #282828;
  transition: all 0.25s ease;
  margin-bottom: 4px;
}

.link-document svg {
  width: 30px;
  height: 30px;
  background: #f36f21;
  border-radius: 50%;
  border: 2px solid #f36f21;
  fill: #ffffff;
  padding: 0px;
  margin-right: 10px;
}

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

/* Page partenaires */

.textintro {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 200px;
}

.textintro .introtyped {
  background-color: #00aeef;
  color: white;
  font-weight: 600;
  padding: 5px 10px ;
  font-size: 18px;
  transform: rotate(-4deg);
}

.textintro .typedtext {
  min-height: 50px;
}

.textintro #typed {
  font-size: 40px;
  font-weight: 700;
} 

@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

.textintro .typed-cursor {
 font-size: 40px;
 color: black;
}

.baseline {
  padding-top: 20px;
  padding-bottom: 40px;
  font-weight: 400;
  font-family: 'Pacifico', cursive;
    font-size: 40px;
}
 

@media screen and (max-width:767px) {
  .embed-container { 
    padding-bottom: 56.25%!important;
    max-width: 100%!important;
  } 
  
}

.feature-item-content ul{
 margin-left: 20px;
}
.feature-item-content ul li {
 list-style: disc;
}

.argcontent {
  font-size: 15px;
}

.feature-item-content .argcontent p {
  font-size: 15px;
  margin-bottom: 15px;
}

.fpp .service-block {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.cta2.btnok {
  background: #00aeef;
  color: white;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 

.monfilist {
  justify-content: space-between;
  margin-bottom: 20px;
}

.monfilist ul.files-infos {
  margin-bottom: 0px;
}

.monfilist .listing__title--files {
  padding: 3px 0;
}

.mesfichi {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.monfichi {
  padding: 5px 18px 5px 10px;
  border-radius: 20px;
  background: #16c1f3;
  color: white;
  text-decoration: none;
  margin-right: 10px;
  margin-bottom: 10px;
}

.monfichi:hover {
  background: #4cd2fa;
  color: white;
}

.files-infos__size {
  font-size: 14px;
}

.monfichi svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  margin-right: 5px;
}

.monfichi:last-child {
  margin-right: 0px;
}

.fichiers img {
  max-width: 100%;
  height: auto;
  border-radius: 10px !important;
}

.fichiers .conthm {
  padding: 20px !important;
  margin-bottom: 20px;
}

.blocok .lientout,
.fichiers .lientout .conthm {
  text-decoration: none;
}

.blocok .lientout .solutionbox,
.fichiers .lientout .conthm {
  transition: 0.3s;
}

.blocok .lientout:hover .solutionbox,
.fichiers .lientout:hover .conthm {
  transform: scale(1.05);
}

.blocok p {
  color: black;
}

.imgsecti {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/*fichier   */

.tablo {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.tro {
  background: #fff;
  display: flex;
  margin-bottom: 13px;
  padding: 13px;
  justify-content: flex-start;
}

.td1 {
  width: 40px;
}

.td1 img {
  width: 30px;
  height: auto;
}
.td2 {
  flex: 1;
}
.td3 {
  width: 120px;
}

.conthm {
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  padding: 10px;
}

.sectionfichiers h2 {
  font-size: 28px;
  margin: 25px 0;
}

.fichiers h3 {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  padding-bottom: 5px;
  margin: 0px;
  font-weight: 700;
}

.caption2 .taille {
  color: #8cc642;
}

.listeok .conthm {
  display: flex;
  margin-bottom: 10px;
}
.listeok .padding-s.conthm {
  padding: 10px !important;
}

.listeok .ingfile {
  max-height: 25px;
  margin-right: 15px;
  border-radius: 0 !important;
}
.listeok .caption2 {
  flex: 1;
}

.listeok .caption2 h3 {
  text-align: left;
  font-size: 15px;
  font-weight: normal;
}
.listeok .caption2 .taille {
  font-size: 13px;
}

.listeok .caption2 > div {
  justify-content: space-between;
  display: flex;
  padding: 4px 0 !important;
}

.btn-ar {
  color: #000;
  padding: 5px 10px;
  border: 1px solid #000;
  border-radius: 0;
}

.boutonbull {
  float: left;
}

.accordion3 .table a {
  color: #16c1f3;
}

.tm-description2 {
  font-size: 12px;
  line-height: 1.2;
  padding-top: 10px;
}

.blocok > div {
  margin-bottom: 15px;
}

.btndoc {
  padding: 13px 12px;
  border-radius: 0 0 20px 20px;
  width: 100%;
  text-align: center;
  background: #16c1f3;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
}

.btndoc2 {
  padding: 11px 20px;
  border-radius: 0;
  text-align: center;
  background: #16c1f3;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 0.9rem;
}

.btndoc:hover,
.btndoc:active,
.btndoc:focus,
.btndoc2:hover,
.btndoc2:active,
.btndoc2:focus
{
  background: #4cd2fa;
  color: white;
}

.wp-caption-text {
  text-align: center;
  font-size: 13px;
  padding: 10px;
  color: #334b55;
  display: inline-block;
  font-style: italic;
}

.gallery-item img {
  padding: 5px !important;
}

.gallery-item img {
  border: none !important;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.galeriee {
  min-height: 220px;
}

.padding-s {
  padding: 0.8em;
}

.galeriee a,
.galeriee img {
  display: block;
  position: relative;
}
.galeriee .caption {
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  color: #fff;
}

.galeriee .caption span {
  display: block;
  font-weight: normal;
  font-style: italic;
}

/*  FIN BUILDER*/

/*# sourceMappingURL=style.css.map */
.wpcf7-list-item-label{
  color:#212529 !important;
}
