.testimonial-carousel {
    width: 780px;
    margin: auto;
    z-index: 1;
}
.testimonial-1 {
    background-color: #ffffff;
    display: flex;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.testimonial-1 .testimonial-media {
    width: 350px;
    height: 420px;
    border-left: 4px solid var(--bg-color);
    border-radius: 10px;
    overflow: hidden;
    min-width: 350px;
}
.testimonial-1 .testimonial-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial-1 .testimonial-inner {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.testimonial-1 .dz-quotes > i{
    font-size: 50px;
}

.testimonial-carousel .owl-nav .owl-prev{
    left: -15%;
}
.testimonial-carousel .owl-nav .owl-next {
	right:-15%;
}

.testimonial-carousel .owl-nav .owl-prev, 
.testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: red;
    padding: 0;
    line-height: 56px;
	font-size:30px;
	color:#000 !important;
    transition: all .3s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover{
    background-color: red !important;
    color: #fff !important;
}
.testimonial-carousel .owl-nav .owl-prev:after, 
.testimonial-carousel .owl-nav .owl-next:after {
	content: "";
	position: absolute;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	top: 3px;
	left: 3px;
	border-radius: 50%;
	z-index: 1;
	border: 2px dashed red;
}

/* ======= */

.excert-news{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #EEEEEE;
  }
  .excert-news .titre-2{
    font-weight: 100;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .excert-news .left .parent{
    position: relative;
    overflow: hidden;
  }
  .excert-news .left .parent .img{
    height: 560px;
    background-color: gray;
    overflow: hidden;
  }
  .excert-news .left .parent .overlay-content{
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    display: inline-flex;
    width: 100%;
  }
  .excert-news .left .parent .overlay-content > div{
    margin: auto;
    padding: 30px;
    color: #f1f1f1;
  }
  .excert-news .left .parent .overlay-content > div h4{
    margin-top: 200px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .excert-news .left .date,
  .excert-news .right .date{
    color: #E30613;
  }
  .excert-news .right .img{
    height: 170px;
    background-color: gray;
    overflow: hidden;
  }
  .excert-news .right h4{
    font-size: 20px;
    color: #000524;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .excert-news .link{
    color: #000524 !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 3px solid #E30614;
    padding: 20px 70px;
    /* border-radius: 50px; */
    transition: all ease-in .4s;
  }
  .excert-news .link:hover{
    color: #fff !important;
    background-color: #E30614;
  }


  .banner{
    height: 300px;
    background-size: cover !important;
    background-repeat: repeat !important;
    position: relative;
    background-color: #000524;
  }
  
  .banner .breadcrumb .nav-link{
    color: #fff !important;
    padding-left: 0;
    text-transform: uppercase;
  
  }
  
  /* .banner .breadcrumb .list-inline-item:first-child .nav-link{
  } */
  
  .banner .breadcrumb .nav-link::after{
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
  }
  
  .banner .breadcrumb .list-inline-item:last-child .nav-link::after{
    display: none;
  }

  .contact {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .contact .right .content{
    height: 455px;
    padding: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 10px;
  }
  .contact .titre-2{
    color: #000524;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
  #contact-form .form-control{
    /* background-color: #EBEBEB;
    border: none !important; */
    color: #444444;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  #contact-form .btn-send{
    background-color: #E7272C;
    color: #fff;
    padding: 14px 30px !important;
    border-radius: 0;
  }
  .contact .right .content h4{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .map > iframe{
    width: 100%;
    height: 100%;
  }

  /* FAQ */
  .faq-accordion {
    /* max-width: 470px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    background-color: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none
}

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

.faq-accordion .accordion .accordion-title {
    padding: 20px 60px 17px 20px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    background-color: #1d70b7;
    border-radius: 5px;
    opacity: 1;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 25px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 24px;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    background-color: transparent
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 15px
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left: 30px
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8
}

.faq-accordion .accordion .accordion-content.show {
    display: block
}
.faq-accordion .accordion .accordion-content .video{
    height: 300px;
}

/* activities */
.blog-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    /* text-align: center; */
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 5px
}

.blog-card:hover::before {
    height: 100%;
    opacity: 1
}

.blog-card:hover::after {
    width: 90%;
    opacity: 1;
    margin: 0 auto
}

.blog-card:hover .content h3 a {
    /* color: #fff */
}

.blog-card:hover .content ul li {
    /* color: #c1bcc7 */
}

.blog-card:hover .content p {
    /* color: #c1bcc7 */
}

.blog-card:hover .content .blog-more {
    background-color: #e22d22
}

.blog-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 0;
    /* background-color: #301d44; */
    border-radius: 5px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: .7s;
    transition: .7s
}

.blog-card::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    bottom: 0;
    width: 0;
    height: 3px;
    left: 0;
    right: 0;
    background-color: #e22d22;
    opacity: 0;
    -webkit-transition: .8s;
    transition: .8s
}

.blog-card a {
    display: block
}

.blog-card a img {
    border-radius: 5px;
    height: 300px;
    object-fit: cover;
}

.blog-card .content {
    padding: 30px
}

.blog-card .content h3 {
    font-size: 20px
}

.blog-card .content h3 a {
    color: #000;
    margin-bottom: 10px
}

.blog-card .content ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.blog-card .content ul li {
    display: inline-block;
    font-size: 14px;
    color: #4a686a
}

.blog-card .content ul li span {
    color: #e22d22
}

.blog-card .content ul li a {
    color: #e22d22;
    display: inline-block
}

.blog-card .content ul li a:hover {
    color: #fff
}

.blog-card .content p {
    margin-top: 15px;
    margin-bottom: 20px
}

.blog-card .content .blog-more {
    height: 30px;
    line-height: 30px;
    width: auto;
    font-size: 14px;
    background-color: #fcc00a;
    color: #fff;
    /* border-radius: 20px; */
    text-align: center;
    /* margin-left: auto;
    margin-right: auto */
    display: inline-block;
    padding: 0px 15px
}

.blog-card .content .blog-more:hover {
    /* background-color: #5a3ac7 */
}

/* activity */
.blog-article .blog-article-img {
    margin-bottom: 30px;
    background-color: #000524;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
}

.blog-article .blog-status {
    padding-bottom: 20px;
    border-bottom: 3px solid #fcc00a;
    margin-bottom: 30px
}

.blog-article .blog-status ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-status ul li {
    display: inline-block;
    color: #301d44;
    margin-right: 30px;
    position: relative
}

.blog-article .blog-status ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    width: 1px;
    height: 20px;
    background-color: #e0dde3;
    right: -20px
}

.blog-article .blog-status ul li:last-child {
    margin-right: 0
}

.blog-article .blog-status ul li:last-child::before {
    display: none
}

.blog-article .blog-status ul li a {
    color: #fcc00a;
    display: inline-block
}

.blog-article .blog-status ul li a:hover {
    color: #5a3ac7
}

.blog-article .blog-status .blog-comment {
    float: right
}

.blog-article .blog-status .blog-comment h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

.blog-article .blog-status .blog-comment h3 i {
    color: #fcc00a;
    margin-right: 5px;
    position: relative;
    top: 2px
}
.blog-article .article-content *{
    text-align: justify !important;
}
.blog-article .article-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
}

.blog-article .article-content p {
    margin-bottom: 20px
}

.blog-article .blog-article-share {
    margin-top: 30px;
    border-bottom: 1px solid #e0dde3;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.blog-article .blog-article-share .social-icon {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .blog-article-share .social-icon li {
    display: inline-block;
    margin-right: 5px;
    color: #301d44
}

.blog-article .blog-article-share .social-icon li:first-child {
    margin-right: 15px;
    font-weight: 600
}

.blog-article .blog-article-share .social-icon li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: #fcc00a;
    color: #fff;
    border-radius: 3px
}

.blog-article .blog-article-share .social-icon li a:hover {
    background-color: #301d44;
    color: #fff
}

.blog-article .comments-wrap {
    margin-top: 20px;
    padding-top: 20px
}

.blog-article .comments-wrap .title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #301d44;
    font-weight: 500
}

.blog-article .comments-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.blog-article .comments-wrap ul li {
    position: relative;
    padding: 0 30px 30px;
    padding-left: 140px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee
}

.blog-article .comments-wrap ul li:last-child {
    margin-bottom: 0
}

.blog-article .comments-wrap ul li img {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 30px
}

.blog-article .comments-wrap ul li h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500
}

.blog-article .comments-wrap ul li span {
    margin-bottom: 10px;
    display: block
}

.blog-article .comments-wrap ul li p {
    margin-bottom: 0
}

.blog-article .comments-wrap ul li a {
    position: absolute;
    top: 27px;
    left: 300px;
    color: #fcc00a;
    font-weight: 500
}

.blog-article .comments-wrap ul li a:hover {
    color: #301d44
}

.blog-article .comments-form .contact-form {
    padding: 35px 0
}

.blog-article .comments-form .contact-form .form-group .form-control {
    border-color: #988ea1;
    background-color: transparent;
    border-radius: 0
}

.blog-article .comments-form .contact-form .default-btn {
    background-color: #301d44;
    border-radius: 0
}

.search-widget {
    margin-bottom: 35px
}

.search-widget .search-form {
    position: relative
}

.search-widget .search-form .form-control {
    height: 50px;
    border: 1px solid #988ea1;
    background-color: #fff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0
}

.search-widget .search-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.search-widget .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #fcc00a;
    -webkit-transition: all .5s;
    transition: all .5s;
    border: none;
    outline: none
}

.search-widget .search-form button i {
    color: #fff
}

.search-widget .search-form button:hover {
    background-color: #301d44
}

.side-bar-widget {
    margin-bottom: 35px;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(102, 102, 102, .1);
    box-shadow: 0 0 15px rgba(102, 102, 102, .1)
}

.side-bar-widget .title {
    font-size: 20px;
    color: #301d44;
    padding: 15px 0;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    border-bottom: 3px solid #fcc00a
}

.side-bar-widget .side-bar-categories {
    padding: 10px 15px 20px
}

.side-bar-widget .side-bar-categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.side-bar-widget .side-bar-categories ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ededed
}

.side-bar-widget .side-bar-categories ul li a {
    display: inline-block;
    color: #301d44;
    font-weight: 400;
    padding: 7px 20px;
    font-weight: 500
}

.side-bar-widget .side-bar-categories ul li a:hover {
    color: #fcc00a
}

.side-bar-widget .side-bar-categories ul li span {
    padding: 7px 15px;
    float: right;
    color: #fcc00a;
    font-weight: 500
}

.side-bar-widget .widget-popular-post {
    position: relative;
    overflow: hidden;
    padding: 20px 30px 30px
}

.side-bar-widget .widget-popular-post .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.side-bar-widget .widget-popular-post .item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.side-bar-widget .widget-popular-post .item .thumb {
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 15px
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #301d44
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
    background-image: url(../img/blog/blog-img1.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
    background-image: url(../img/blog/blog-img2.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
    background-image: url(../img/blog/blog-img3.jpg)
}

.side-bar-widget .widget-popular-post .item .info {
    overflow: hidden
}

.side-bar-widget .widget-popular-post .item .info .title-text {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
    display: inline-block;
    color: #301d44
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
    color: #fcc00a
}

.side-bar-widget .widget-popular-post .item .info p {
    font-size: 14px;
    margin-bottom: 0;
    max-width: 180px
}

.side-bar-widget .side-bar-widget-tag {
    list-style: none;
    margin: 0;
    padding: 10px 20px 20px
}

.side-bar-widget .side-bar-widget-tag li {
    display: inline-block;
    padding: 7px 15px;
    margin: 5px;
    -webkit-transition: .7s;
    transition: .7s;
    color: #301d44;
    font-size: 14px;
    font-weight: 600;
    background-color: #ececec
}

.side-bar-widget .side-bar-widget-tag li:hover {
    background-color: #fcc00a
}

.side-bar-widget .side-bar-widget-tag li a {
    color: #301d44;
}

.side-bar-widget .side-bar-widget-tag li:hover a {
    color: #fff
}
/* FOOTER */
.footer-area {
    background-color: #eee;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-widget {
    margin-bottom: 30px
}

.footer-widget .footer-logo {
    margin-bottom: 30px
}

.footer-widget .footer-logo .footer-logo-two {
    display: none
}

.footer-widget h3 {
    margin-top: 30px;
    font-size: 24px;
    color: #301d44;
    margin-bottom: 30px
}

.footer-widget p {
    margin-bottom: 20px;
    width: 390px;
}

.footer-widget .social-link {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-widget .social-link li {
    display: inline-block;
    margin-right: 5px
}

.footer-widget .social-link li a {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #301d44;
    background-color: #fff;
    -webkit-transition: .7s;
    transition: .7s;
    display: inline-block;
}

.footer-widget .social-link li a > i{
    display: inline-block;
    /* margin-top: 9px; */
}
.footer-widget .social-link li a > svg{
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
}

.footer-widget .social-link li a:hover {
    background-color: #206fb9;
    color: #fff;
    border-radius: 50px
}
.footer-widget .social-link li a:hover > svg{
    fill: #fff;
}

.footer-widget .footer-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-widget .footer-list li {
    display: block;
    color: #301d44;
    margin-bottom: 7px
}

.footer-widget .footer-list li a {
    color: #301d44
}

.footer-widget .footer-list li a:hover {
    color: #206fb9;
    letter-spacing: .15px
}

.footer-widget .footer-list-two {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 270px;
}

.footer-widget .footer-list-two li {
    display: block;
    color: #301d44;
    margin-bottom: 7px;
    position: relative;
    padding-left: 30px
}

.footer-widget .footer-list-two li i {
    color: #206fb9;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 20px
}

.footer-widget .footer-list-two li a {
    color: #301d44
}

.footer-widget .footer-list-two li:hover {
    color: #206fb9
}

.footer-widget .footer-list-two li:hover i {
    color: #301d44
}

.footer-widget .footer-list-two li:hover a {
    color: #206fb9
}

.footer-widget .newsletter-form {
    position: relative;
    border-radius: 50px
}

.footer-widget .newsletter-form .form-control {
    /* background: #301d44; */
    /* color: #fff; */
    height: 50px;
    line-height: 50px;
    margin: 0;
    border-radius: 0px;
    border: 1px solid #a1a1a1;
    padding: 0 25px
}

.footer-widget .newsletter-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer-widget .newsletter-form .default-btn {
    margin-top: 15px;
    outline: none;
    border: 0;
    padding: 12px 50px;
    background-color: #e22d22;
    color: #fff;
    /* border-radius: 5px; */
}

.footer-widget .newsletter-form .validation-danger {
    font-size: 16px;
    margin-top: 15px;
    color: red
}

.footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
    color: #948b9f
}

.footer-widget .newsletter-form .form-control:-ms-input-placeholder {
    color: #948b9f
}

.footer-widget .newsletter-form .form-control::-ms-input-placeholder {
    color: #948b9f
}

.footer-widget .newsletter-form .form-control::placeholder {
    color: #948b9f
}
.footer-logo-one{
    width: 300px;
    height: auto;
}

/* To TOP */
#toTop {
    position: fixed;
    bottom: 70px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 99
}
.top-btn {
    background-color: #f00;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    /* -webkit-box-shadow: 0 0 15px #f00;
    box-shadow: 0 0 15px #f00; */
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    -webkit-transition: .9s;
    transition: .9s
}
.top-btn>i{
    display: inline-block;
    /* margin-top: 12px; */
}

.top-btn:hover {
    background-color: #000;
    /* -webkit-box-shadow: 0 0 15px #f00;
    box-shadow: 0 0 15px #f00; */
    color: #fff
}

/* NOTRE EQUIPE */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #fcc00a;
}
.nav-pills .nav-link{
    text-align: inherit;
    border-bottom: 1px solid #ededed;
}
.nav-pills .nav-link:last-child{
    border-bottom: inherit;
}

.equipes .right .img{
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.equipes .right .img img{
    object-position: top;
}

.equipes .right .tab-pane > .row{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    padding-top: 15px;
}
.equipes .right .tab-pane > .row:first-child{
    padding-top: inherit;
}
.equipes .right .tab-pane > .row:last-child{
    border-bottom: inherit;
}

.equipes .right .content-person{
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/* PAGE SHOW */
.about-content *{
    text-align: justify !important;
    font-family: Roboto, 'Arial', 'sans-serif' !important;
}
.about-img {
    margin-left: 70px;
    /* margin-bottom: 90px; */
    margin-right: 30px;
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #eee;
}

.about-img-before {
    position: relative
}

.about-img-before::before {
    border-color: #301d44
}

/* MARCHES */
.marches .title-me {
    font-weight: 100;
    margin-top: 80px;
    margin-bottom: 80px;
}

.marches .item .pdf-a:hover{
    opacity: 1;
}
.marches .item .pdf {
    width: 90px;
    height: auto;
    transition: all ease .1s;
    border: 1px solid #ddd;
}
.marches .item .pdf:hover{
    transform: scale(2.5);
}


.marches .read-more-all {
    background-color: #1e6fb9;
    width: 200px;
    padding: 20px 20px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 80px;
    display: block;
}

.marches .item .titre {
    font-size: 18px;
    margin-bottom: 15px;
}

.marches .item .date {
    color: rgb(87, 87, 87);
    font-size: 16px;
}

.marches .line-hr {
    height: 1px;
    background-color: #ebebeb;
    margin-top: 20px;
    margin-bottom: 20px;
}

.marches .item .download-icon {
    margin-top: 20px;
    display: block;
}

.marches .item .download-icon i {
    font-size: 40px;
    color: #1e6fb9;
}

.marches .img-bg {
    align-items: center;
}

.marches .img-bg .title {
    font-weight: 100;
    font-size: 2rem;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.marches .border-offre {
    height: 380px;
    border: 1px solid #fff;
    margin-left: 100px;
    width: 60%;
}
/* header */
.navbar .nav-item .dropdown-menu .dropdown-item{
    text-transform: initial;
}
/* PLAINTE */
.apply-form .contact-form {
    padding: 0;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto
}
.contact-form {
    padding: 45px;
    max-width: 800px;
    position: relative;
    z-index: 1
}

.contact-form .section-title {
    margin-bottom: 30px
}

.contact-form .section-title p {
    max-width: 415px;
    margin: 0 auto
}

.contact-form .form-group {
    margin-bottom: 25px;
    position: relative
}

.contact-form .form-group .form-control {
    height: 50px;
    color: #948b9f;
    border: 1px solid #c7c7c7;
    /* background-color: #f8f9fb; */
    font-size: 14px;
    padding: 10px 20px;
    width: 100%
}

.contact-form .form-group .form-control:focus {
    outline: none;
    border-color: #fba311;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form .form-group textarea.form-control {
    height: auto
}

.contact-form .with-errors {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    color: red;
    font-weight: 400;
    display: block
}

.contact-form .text-danger {
    font-size: 18px;
    margin-top: 15px
}

.contact-form .default-btn {
    border: 0;
    outline: none;
    padding: 14px 60px;
    background-color: #E7272C;
    color: #fff;
    text-transform: uppercase;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
    color: #948b9f
}

.contact-form .form-group .form-control:-ms-input-placeholder {
    color: #948b9f
}

.contact-form .form-group .form-control::-ms-input-placeholder {
    color: #948b9f
}

.contact-form .form-group .form-control::placeholder {
    color: #948b9f
}

/* customization */
a:hover{
    opacity: .8;
}
.excert-news .left .parent:hover .img img{
    scale: 1.1;
}
.excert-secteurs .content:hover{
    /* background-size: inherit !important; */
    transform: scale(1.02);
}
.excert-offres .item .titre:hover{
    opacity: .8;
    cursor: pointer;
}
.excert-offres > div{
    overflow: auto;
}
/* .carousel .carousel-inner .carousel-item .overlay{
    background: rgba(0, 0, 0, .4) !important;
} */
.banner .search-icon-float{
    right: 20px;
    top: 12px;
}
.overlay-search-input{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: rgba(29, 112, 183, .89);
    z-index: 11111111;
    overflow: hidden;
    transition: all ease-in-out .4s;
}

.overlay-search-input.active{
    height: 100%;
}

.overlay-search-input.active .close-search{
    position: fixed;
    top: 3%;
    right: 3%;
    color: #fff;
    z-index: 1070;
    font-size: 25px;
}

.overlay-search-input .close-search:hover{
    cursor: pointer;
}
.partenariat .img-1{
    width: 130px;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 15px;
    object-fit: contain;
}
.partenariat .img-2{
    width: 170px;
    height: 100px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 15px;
    object-fit: contain;
}
footer .text{
    text-transform: uppercase;
    background-color: red;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
    width: auto;
    font-weight: bold;
}
.divider{
    width: 100%;
    display: block;
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 15px;
    margin-bottom: 15px;
}
.useful-links{
    padding-left: 0 !important;
    list-style: none;
}
.useful-links > li{
    display: inline;
    padding-right: 13px;
    padding-left: 12px;
    border-right: 1px solid #d9d9d9;
}
.useful-links > li:first-child{
    padding-left: inherit;
}
.useful-links > li:last-child{
    padding-right: inherit;
    border: inherit;
}
/* .useful-links > li:hover{
    background-color: red;
    color: #fff;
} */
.desc-category a{
    color: #1d70b7 !important;
}
.blog-article .blog-status ul #read_pay::before{
    content: '';
    height: inherit;
}

.marche-more{
    height: 35px;
    line-height: 35px;
    width: auto;
    font-size: 16px;
    background-color: #fcc00a;
    color: #fff;
    /* border-radius: 20px; */
    text-align: center;
    display: inline-block;
    padding: 0px 15px;
}
.marche-more:hover,
.marche-download:hover{
    color: #fff;
}
.marche-download{
    background-color: #e31d23;
    height: 35px;
    line-height: 35px;
    width: auto;
    font-size: 16px;
    color: #fff;
    /* border-radius: 20px; */
    text-align: center;
    display: inline-block;
    padding: 0px 15px;
}
.equipe-play{
    border: 1px solid #fff; 
    padding: 7px 13px 7px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff7a;
    border-radius: 50px;
    transition: all ease-in .3s;
}
.equipe-play .bi{
    font-size: 30px;
    color: #575757;
}

.equipe-play:hover{
    opacity: 1;
    background-color: #fff;
}

.embeded-video-activity{
    width: 70%;
    height: 400px;
}


#tool_container{
    text-align: center;
    height:150px;
    width:300px;
    background-color:#fff;
    border: 2px solid red;
    border-radius: 10px;
    z-index:11111;
    position:absolute;
}
#tool_container .close-toolpit{
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}