/* ===================================
    Navbar business
====================================== */
.navbar {
  padding-bottom: 0;
  margin-bottom: 0;
  z-index: 111;
  align-items: flex-end;
  background-color: #ffffff !important;
}
.navbar-brand img {
  width: 100%;
}
.nav-link {
  padding: 24px 16px;
  display: block;
}
.navbar .nav-item a {
  text-decoration: none;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .nav-item {            /* police menu */
  font-size: 19px; 
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
  color: #000;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
  margin-right: 25px;
  transition: .8s ease;
  border-bottom: solid 3px transparent;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
  color: #000;
  border-bottom: solid 3px #4d7a7b; /* couleur soulignement */
  transition: .8s ease;
}
/* ===================================
    General
====================================== */
/* button */
.btn {
  -webkit-appearance: initial;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  display: inline-block;
  font-size: 17px;
  border: 2px solid transparent;
  letter-spacing: .5px;
  line-height: inherit;
  border-radius: 0;
  text-transform: capitalize;
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease !important;
  transition: all .5s ease !important;
}
/* button size */
.btn.btn-small {
  font-size: 12px;
  padding: 4px 1.8em;
}
.btn.btn-medium {
  font-size: 12px;
  padding: 6px 1.8em;
}
.btn.btn-large {
  font-size: 14px;
  padding: 9px 34px;
  line-height: 1.8em;
}
.btn.btn-rounded {
  border-radius: 50px;
}
.yellow-and-white-slider-btn {
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  letter-spacing: 3px;
  padding: 10px 25px;
  color: #ffffff;
  font-weight: 500;
  background-color: #4d7a7b;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: .8s ease !important;
  -o-transition: .8s ease !important;
  transition: .8s ease !important;
}
.yellow-and-white-slider-btn:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.black-and-white-slider-btn {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  padding: 10px 25px;
  color: #ffffff;
  font-weight: 600;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: .8s ease !important;
  -o-transition: .8s ease !important;
  transition: .8s ease !important;
}
.black-and-white-slider-btn:hover {
  color: #000000 !important;
  ;
  background-color: #ffffff !important;
}
.white-and-black-slider-btn {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  padding: 10px 25px;
  color: #000000;
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: .8s ease !important;
  -o-transition: .8s ease !important;
  transition: .8s ease !important;
}
.white-and-black-slider-btn:hover {
  color: #ffffff !important;
  ;
  background-color: #000000 !important;
}
/* text-color */
.main-color {
  color: #4d7a7b;
}
/*Max Width*/
.mx-570 {
  max-width: 570px;
  display: inline-block;
}
.parallax-disable {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
/* ===================================
        Header Info Nav
   ====================================== */
.upper-nav {
  background-color: rgba(100, 121, 191, 0.9);
  padding-top: 10px;
  padding-bottom: 10px;
}
.upper-nav h4.top-text {
  font-size: 12px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin-top: auto;
  margin-bottom: auto;
}
.upper-nav .top-detail {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.upper-nav .top-detail li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}
.upper-nav .top-detail li a {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px;
}
.upper-nav .top-detail li.c-links span i {
  font-size: 20px;
  margin-right: 5px;
  color: #ffffff;
  position: relative;
  top: 2px;
}
.upper-nav .top-detail li.social-links {
  margin-left: 15px;
  margin-right: 0;
}
.upper-nav .top-detail li.social-links span i {
  font-size: 14px;
  margin-right: 0;
  color: #ffffff;
  padding: 4px;
  position: relative;
  top: 0;
  border: solid 1px transparent;
  -webkit-transition: .8s ease;
  -o-transition: .8s ease;
  transition: .8s ease;
}
.upper-nav .top-detail li.social-links span i:hover {
  border-radius: 50%;
  border: solid 1px #FFFFFF;
}
/* ===================================
      Custom css
  ==================================== */
.heading-details {
  margin-bottom: 40px;
}
.heading-details .heading {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  display: inline-block; /*-webkit-text-stroke: 1px rgb(0, 0, 0);*/
  /*-webkit-text-fill-color: transparent;*/
}
.heading-details .heading i {
  color: #4d7a7b;
  font-size: 40px;
}
.padding-bottom {           /* espace entre les pages concours */
  padding-bottom: 120px;
}
.padding-top {
  padding-top: 20px;      /* espace entre les pages concours */
}
.heading-details .top-des {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
/* ===================================
                About Us
  ==================================== */
.about-sec {
  padding-top: 0px; /* espace hauteur fond vagues img */
	padding-bottom: 0px;
}
.heading-area .title {
  font-size: 40px;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}
.heading-area .sub-title {
  margin-bottom: 15px;
  font-weight: 400;
  color: #4d7a7b;
}
.about-list {
  padding: 0;
  padding-top: 10px;
  margin: 0;
  list-style: none;
}
.about-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.about-list li .a-icon {
  font-size: 25px;
  margin-right: 15px;
  color: #4d7a7b;
}
.about-sec .quote {
  font-weight: 400;
}
.about-sec .about-img-area .about-img {
  padding-right: 50px;
  padding-bottom: 30px;
  background-size: cover; /*background-color: #4d7a7b;*/
}
.about-sec .about-img-area .about-img img {
  width: 100%;
  margin-top: 80px; /* position photo premier plan */
  margin-bottom: 20px;
  margin-left: -40px;
  position: relative;
  z-index: 1;
  box-shadow: 11px 11px 25px #594242;
}
.overlay-white {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.48);
}
.overlay-dark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.58);
}
/* ===================================
            Event sec css
====================================== */
.event-sec {
  background-color: #ffffff;
}

.event-sec .heading-area {
  margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.event-sec .events-cards {
  padding-left: 0;
}

.event-sec .events-cards .card-li {
  list-style: none;
  margin-bottom: 10px;
}

.event-sec .events-cards .card-li .card-header {
  padding: 0 !important;
  background-color: #fff;
}
.event-sec .events-cards .event-card .event-date-area {
  /*border-right: solid 1px #000000;*/
  padding: 20px;
  background-color: #EEEEEE;
}
.event-sec .events-cards .event-card .event-date-area .event-date {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 35px;
  color: #4d7a7b;
}
.event-sec .events-cards .event-card .event-date-area .event-month {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.event-sec .events-cards .event-card .event-des {
  padding: 20px;
}
.event-sec .events-cards .event-card .event-des .event-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 3px;
}
.event-sec .events-cards .event-card .event-des .event-location {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.event-sec .events-cards .event-card .event-des .event-location i {
  margin-right: 5px;
  color: #4d7a7b;        
}
.event-sec .events-cards .event-card .event-des .event-detail {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  opacity: .8;
}
.event-sec .card {
  background-color: transparent;
  border: none !important;
}
.event-sec .c-btn {
  /*font-size: 20px;*/
  color: #000000;
  background-color: #FFFFFF;
  border: none;
  padding: 0;
}
.event-sec .e-counter-row {
  overflow: hidden;
  margin-top: 10px;
}
.event-sec .event-counter {
  background-color: #ed8e6e;   /* couleur fond */
  padding: 20px 10px;
}
.event-sec2 .event-counter {
  background-color: #ffffff;   /* couleur fond 2 */
  padding: 20px 10px;
}

.event-sec .event-counter .count-card {
  display: inline-block;
  min-width: 130px;
  padding: 15px 15px;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  font-size: 16px;
  margin-left: 0px;
}
.event-sec .event-counter .count-card span {
  color: #FFFFFF;
  display: block;
  font-size: 16px;
}
.event-sec .event-counter a.readbtn {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  margin-left: 12px;
}
.event-sec .event-counter a.readbtn i {
  display: block;
}
/* ===================================
           event spaces sec css
====================================== */
.event-sec .img-space {
  position: relative;
}
.event-sec .img-space img {
  width: 100%;
}
.event-sec .img-space .overlay-spaces {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.57);
  top: 0;
  left: 0;
  right: 0;
  bottom: 100%;
  transition: .8s ease;
  cursor: pointer;
}
.event-sec .img-space i {
  color: #FFFFFF;
  font-size: 60px;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 1s ease;
  cursor: pointer;
}
.event-sec .img-space:hover .overlay-spaces {
  bottom: 0;
}
.event-sec .img-space:hover i {
  opacity: 1;
}
/* ===================================
       News/blog section css
====================================== */
.blog-sec {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
.blog-sec .latest-blogs {
  position: relative;
  padding: 80px 0;
}
.blog-sec .latest-blogs .inner-blog-content {}
.half-blue-overlay {
  position: absolute;
  left: 0;
  right: 55%;
  bottom: 0;
  top: 0;
  background-color: #4d7a7b;
  z-index: -1;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards {}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img {
  overflow: hidden;
  position: relative;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card:hover .news-img img {
  transform: scale(1.1);
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card:hover .news-carousal .owl-item.active img {
  transform: scale(1.1);
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #FFFFFF;
  margin-right: 3px;
  border: solid 2px #fff;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-carousal .owl-dots .owl-dot.active {
  background-color: transparent;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img img {
  width: 100%;
  height: 100%;
  transition: .5s ease;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-img .news-video-btn {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: solid 1px #4d7a7b;
  color: #FFFFFF;
  background-color: #4d7a7b;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  -webkit-animation: itg_pulse_blue 1s infinite;
  -o-animation: itg_pulse_blue 1s infinite;
  animation: itg_pulse_blue 1s infinite;
  -webkit-box-shadow: 0 0 0 0 rgb(100, 121, 191);
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content {
  background-color: #EEEEEE;
  padding: 20px;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-heading {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 500;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-text {
  font-size: 15px;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-btn i {
  margin-left: 5px;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-btn {
  padding: 0;
  color: #000;
  font-size: 12px;
  border-radius: 0;
}
.blog-sec .latest-blogs .inner-blog-content .blog-cards .news-card .news-content .news-date {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 300;
}
/* ===================================
    courses sec css
====================================== */
.courses-sec {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23d0c7c8' stroke-width='10' stroke-opacity='0.08'%3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
.courses-sec .half-blue-overlay {
  right: 0;
  left: 55%;
}
.courses-sec .latest-courses {
  position: relative;
  padding: 80px 0;
}
.courses-sec .latest-courses .inner-courses-content .course-cards {
  width: 77%;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-img {
  overflow: hidden;
  position: relative;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card:hover .course-img img {
  transform: scale(1.1);
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-img img {
  width: 100%;
  height: 100%;
  transition: .5s ease;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content {
  background-color: #EEEEEE;
  padding: 20px;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-heading {
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 500;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-btn {
  padding: 0;
  color: #000;
  font-size: 12px;
  border-radius: 0;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-btn i {
  margin-left: 5px;
}
.courses-sec .latest-courses .inner-courses-content .course-cards .course-card .course-content .course-date {
  display: block;
  font-size: 12px;
  color: #000;
  font-weight: 300;
}
/* ===================================
    Background images
====================================== */
[class*=bg-img] {
  position: relative;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* ===================================
     courses page css
====================================== */
.blog-content .main_content {
  display: inline-block;
}
.blog-content .main_content .course_block {
  width: 48%;
  float: left;
  padding: 20px;
  border: solid 1px #eee;
  margin-top: 50px;
}
.blog-content .main_content .course_block:nth-child(2) {
  margin-top: 0;
}
.blog-content .main_content .course_block:nth-child(odd) {
  margin-right: 2%;
}
.blog-content .main_content .course_block:last-child {
  border-bottom: solid 1px #eee;
}
.blog-content .nav-style2 {
  display: block;
  margin-top: 80px;
  text-align: center;
}
.blog-content .nav-style2 nav {
  display: inline-block;
  margin-bottom: 0;
}
.blog-content .nav-style2 nav ul {
  margin-bottom: 0;
}
.blog-content nav ul li a {
  border-radius: 0;
  border: solid 1px #eee;
  font-size: 16px;
  margin-right: 0;
}
.blog-content nav ul li a.active {
  border-radius: 0;
}
.blog-content li:first-child a, .blog-content li:last-child a {
  border: solid 1px #eee;
}
/* ===================================
     courses detail page css
====================================== */
.course-detail {
  font-family: 'Poppins', sans-serif;
}
.course-detail .course-mini-detail {
  background-color: #4d7a7b;
}
.course-detail .course-mini-detail .mini-course-des {
  padding: 30px 15px;
}
.course-detail .course-mini-detail .course-detail-img img {
  width: 100%;
}
.course-detail .course-mini-detail .mini-course-des .course-heading {
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.course-detail .course-mini-detail .mini-course-des ul {
  padding-left: 0;
  text-align: center;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  padding-top: 10px;
}
.course-detail .course-mini-detail .mini-course-des ul li {
  list-style: none;
  display: inline-block;
}
.course-detail .course-mini-detail .mini-course-des ul li:last-child {
  display: block;
}
.course-detail .course-mini-detail .mini-course-des ul li i {
  color: #FFFFFF;
  font-size: 14px;
}
.course-detail .course-mini-detail .mini-course-des .sub-heading {
  color: #FFF;
  font-weight: 500;
  Font-size: 18px;
  padding-left: 3px;
}
.course-detail .course-mini-detail .mini-course-des .instructor {
  margin-bottom: 10px;
}
.course-detail .course-mini-detail .mini-course-des .instructor .ins-img {
  height: 50px;
  width: 50px;
  display: inline-block;
  margin-right: 10px;
}
.course-detail .course-mini-detail .mini-course-des .instructor .ins-name {
  font-size: 14px;
  color: #fff;
  display: inline-block;
}
.course-detail .course-mini-detail .mini-course-des .white-btn {
  padding: 5px 25px;
  color: #2b2b2b;
  background-color: #FFFFFF;
  border: solid 1px #fff;
  border-radius: 0;
  font-size: 14px;
  transition: .5s ease;
  margin-top: 30px;
}
.course-detail .course-mini-detail .mini-course-des .white-btn:hover {
  color: #fff;
  background-color: transparent;
}
.course-detail .course-detail-box {
  font-family: 'Poppins', sans-serif;
}
.course-detail .course-detail-box .sub-heading {
  color: #4d7a7b;
  font-weight: 500;
}
.course-detail .course-detail-box .main-heading-detail {
  color: #2b2b2b;
  margin-top: 10px;
}
.blue-color {
  color: #4d7a7b;
}
.course-detail .course-detail-box .text {
  color: #000000;
  opacity: .8;
  margin-top: 30px;
}
.course-detail .course-accordion {
  margin-top: 40px;
}
.course-detail .course-accordion .card-header {
  background-color: transparent;
  padding-left: 0;
  border-bottom: none;
}
.course-detail .course-accordion .card-header h2 {
  font-size: 18px;
  color: #000;
  /*text-align: left;*/
  opacity: .8;
  transition: .5s ease;
}
.course-detail .course-accordion .btn-link {
  text-decoration: none;
}
.course-detail .course-accordion .btn-link:hover {
  text-decoration: none;
}
.course-detail .course-accordion .btn-link:hover h2 {
  color: #4d7a7b;
}
.course-detail .course-accordion .card-body {
  border-top: solid 1px #eee;
}
/* ===================================
        Slider area
====================================== */
.slider-area {
  position: relative;
  margin-top: 150px;
  height: 78vh;
  transform: translateY(-5px);
}
.slider-area .bg-overlay {
  background-color: #cc9999;
  width: 75%;
  left: 0;
}
.slider-area .container {
  padding-top: 0;
  padding-bottom: 0;
}
.slider-area .container .inner-bg-overlay {
  background-color: #cc9999;
  position: static;
  width: 75%;
  left: 0;
  right: 20%;
  bottom: 0;
  top: 0;
}
/*slider style css*/
.slider-area .slider-detail {
  display: flex;
  align-items: center;
}
.slider-area .slider-detail .slider-slide.slick-active {
  /*animation: 1s fadeInUp;*/
}
.slider-area .slider-detail .slider-slide .slider-inner-content {
  width: 100%;
  overflow: hidden;
}
.slider-area .slider-detail .slider-slide .slider-inner-content .slide-heading {
  color: #FFFFFF;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.slider-area .slider-detail .slider-slide .slider-inner-content .slide-heading span {
  display: block;
}
.slider-area .slider-detail .slider-slide .slider-inner-content .slide-text {
  color: #FFFFFF;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  font-size: 19px; /* police main slider */
  margin-bottom: 15px; /* espacement texte */
}
.slider-area .slider-arrows {
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translateY(-50%);
}
.slider-area .slider-arrows .slider-arr {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .5s ease;
}
.slider-area .slider-arrows .slider-arr:hover {
  background-color: #39d47a;
}
.slider-area .slider-arrows .slider-arr-up {
  margin-bottom: 15px;
  padding-bottom: 1px;
}
.slider-area .slider-arrows .slider-arr-down {
  padding-top: 1px;
}
.slider-area .slider-arrows .slider-arr i {
  color: #FFFFFF;
  font-size: 16px;
}
.slider-area img {
  width: 100%;
  vertical-align: auto;
}
/* ===================================
        Dropdowns area
====================================== */
.dropdown-toggle::after, .card-header .card-link:before, blockquote.blockquote::before, ul.links li a::before, .form-check label::before {
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 900;
}
.dropdown-toggle::after {
  transition: all 0s !important;
}
.dropdown-toggle::after {
  content: "\f107";
  border: none;
  vertical-align: baseline;
  width: auto;
  height: auto;
  line-height: 1;
}
.navbar-nav .dropdown-menu {
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.90); /* Couleur fond sous-menu */
  border: none;
  border-radius: 0;
  padding: 18px 0;
  -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  left: 0;
  top: auto;
  border-top: 0px solid #4d7a7b; /* Ligne haut sous-menu */
  margin-top: 0;
  cursor: default;
}
.menu-top .navbar-nav .dropdown-menu {
  -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
  bottom: 68px;
}
.dropdown-menu.right-show {
  left: auto !important;
  right: 0 !important;
}
.dropdown-menu .dropdown-item {
  background: transparent;
  font-weight: normal;
  font-size: 1rem;
  padding: 0 0 0 1.4rem;
  line-height: 40px;
  position: relative;
  overflow: hidden;
}
a.dropdown-toggle::after {
  transition: all 0s;
}
.dropdown-menu .dropdown-item, .dropdown-menu .dropdown-title {
  color: #002e5b; /* couleur police sous-menu */
	font-size: 19px;
}
.dropdown-item:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free", serif;
  font-weight: 600;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
  color: inherit;
  transition: 0.2s;
}
.dropdown-item:hover:before {
  left: 10px;
}
.dropdown-item:hover {
  padding: 0 0 0 1.8rem;
}
.navbar .dropdown .dropdown-toggle::after {
  transition: 0.3s ease-in all !important;
}
.navbar .dropdown:hover .dropdown-toggle::after {
  transform: scaleY(-1);
}
.dropdown-menu .dropdown-title {
  margin: 1.5rem 0 0.5rem 1rem;
  font-size: 19px;
}
.hover-light:hover {
  color: #fff !important;
}
.hover-underline:hover span {
  text-decoration: underline;
}
.text-underline {
  text-decoration: underline !important;
}
.services-main:hover img {
  transform: scale(1.08);
}
.services-main:hover h3 {
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .navbar-nav .dropdown {
    position: static;
  }
  .navbar .dropdown-menu {
    display: block;
	  font-size: 19px;
	  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    opacity: 0.4;
    visibility: hidden;
    min-width: 320px; /* largeur sous-menu */
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  .navbar.menu-top .dropdown-menu {
    transform-origin: 100% 100%;
  }
  .dropright .dropdown-menu {
    display: block;
    opacity: 0.4;
    visibility: hidden;
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu, .dropright:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* ===================================
    Services
====================================== */
.services-about {
  height: 650px; /* hauteur fond points */
  width: 100%;
  display: block;
  position: relative;
  top: 50px;
  padding-top: 10px;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==) !important;
  background-position: 5px 5px !important;
  background-repeat: repeat !important;
  right: 0;
  z-index: -1;
  background-size: 10px;
}
.services-about .service-image {
  max-width: 800px;
}
.services-about .content {
	position: absolute;
	background-color: #4D7A7Bd9; /* fond texte accueil */
	border-radius: 10px;
	bottom: 0;
	color: #fff;
	top: 260px; /* position hauteur bloc texte */
	left: 220px;
	max-width: 900px; /* largeur bloc texte */
	max-height: 380px; /* hauteur bloc texte */
	padding: 20px;
	text-align: left;
	height: 453px;
}
/*-------------------------------*/
/* Mini banner */
/*-------------------------------*/
.counter-text {
  font-family: 'Euphoria Script', cursive;
  color: #fff;
  text-align: center;
  padding: 35px 0px; /* hauteur banner */
}
.bg-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #4d7a7b;
}
.bg-overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background-color: #ed8e6e;
}

/* ===================================
    About-us-2
====================================== */
.about-us-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}
.about-us-2 .about-img {
  position: relative;
}
.about-us-2 .about-img img {
  width: 85%;
  border: 10px solid #999;
  position: relative;
  z-index: 1;
}
.about-us-2 .about-img-right img {
  width: 80%;
  left: 120px;
  border: 10px solid #999;
  position: relative;
  z-index: 1;
}
.about-us-2 .rectangle {
  opacity: 0.6;
  position: absolute;
  bottom: -16px;
  left: -16px;
  width: 400px;
  height: 440px;
  padding: 8px 8px 8px 0;
  border-left: 0 solid #999; /* bordure sup */
  border-bottom: 0 solid #999;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
}
.about-us-2 .rectangle-right {
  opacity: 0.6;
  position: absolute;
  bottom: 7px;
  left: 105px;
  width: 400px;
  height: 440px;
  padding: 8px 8px 8px 0;
  border-left: 0 solid #999;        /* bordure oraux */
  border-bottom: 0 solid #999;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
}
.about-us-2 .about-text {
  margin-top: 0px;
}
.about-us-2 .about-text h5 {
  color: #999;
  margin-bottom: 10px;
}
.about-us-2 .about-text h2 {
  font-size: 58px;
  color: #4d7a7b;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.about-us-2 .about-text p {     /* texte parcoursup */
  color: #999;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 10px;
  font-size: 16px;
}
.about-us-2 .about-text2 p {     /* texte oraux */
  color: #999;
  font-weight: 400;
  text-align: justify;
  margin-bottom: 18px;
  font-size: 16px;
}

/* ===================================
      Clients
   ====================================== */
.client-box {
  position: relative;
  padding: 30px;
  margin: 5px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
  -moz-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
  box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
}
.client-box .client-designation {
  font-size: 12px;
}
#client-nav button {
  padding: 18px 16px;
  line-height: 0;
  border-radius: 50px;
  background: transparent;
  border: 2px solid #4d7a7b; /* cercle fleches menu avis */
  transition: .3s all ease-in-out;
}
#client-nav button:hover {
  background: #4d7a7b; /* survol fleches menu avis */
  transition: .3s all ease-in-out;
}
#client-nav button.owl-prev {
  margin-right: 10px;
}
#client-nav button > span {
  font-size: 40px;
  display: inline-block;
  top: 2px;
  position: relative;
  color: #4d7a7b; /* fleches menu avis */
}
#client-nav button:hover > span {
  color: #fff;
}
/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #7b9c96;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #104c56;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/*Faq Accordions*/

#accordion .card {
    margin-bottom: 15px;
}

#accordion .card:last-child {
    margin-bottom: 0;
}

.color-red {
    color: #DD5C5C;
}

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

.card-header .card-link {
    display: block;
    padding: .75rem 1.25rem;
    background: #fff;
    border: none;
    font-size: 1.125rem;
    color: #002e5b;
}

.card-header .card-link:before {
    content: "\f107";
    float: right;
}

.card-header .card-link.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
}

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


/*Accordion ends*/
