
/* MAP */
.mapContact #map{
    height: 350px;
    bottom: 30px;
}


.logo img {
        float: left;
        width: 100%;
        height: auto;
}

.header-top {
    background: #fff;
    padding: 20px 0 15px;
    overflow: hidden;
}

.header-top p {
    font-size: 28px;
    text-align: center;
    line-height: 1.2em;
    /*margin: 10px 10px 0 20px;*/

}

.header-top p strong {
    color: #008932;
    text-transform: uppercase;
    font-weight: bold;

}

/*.header-top p span {
    padding-top: 10px;
    text-align: center;
    color: #ea0b0b;
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin:0 auto;

}*/

.header-top h4{
    padding-top: 5px;
    text-align: center;
    color: #5b5b5b;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin:0 auto;

}

.separator {
    position:relative;
  /*  border-left: 2px solid #08246E;
    height: 80px;
    padding-left: 13px;
    margin-left: -75px;*/
}

.separator p{

  /*  border-left: 2px solid #08246E;
    height: 80px;*/
    padding-top: 1px;
    margin-top: 5px;
}

.separator1 {
    width: 2px;
    border-top: 80px solid #08246E;
    box-shadow: none;

}

.header-connection img {
    float: right;
}

.txtMiddle {
    color: #008932;
    font-size: 12px;
    text-align: left;
    padding: 0;
}

.txtJustify {
    font-size: 12px;
    text-align: center;
    margin:2px 0 0 0;
    padding: 0;
}
.post-header h2 {
     font-size: 20px;
     color:#08246E;
     padding-bottom: 25px;
     line-height: 20px;
 }

.post-header h2::before {
     content: "";
     left: 10px;
     top: 50px;
     height: 3px;
     width: 30px;
     background-color: #018e30;
     position: absolute;
     z-index: 2;
 }
.post-header h2::after {
     content: "";
     left: 40px;
     top: 50px;
     height: 3px;
     width: 70px;
     background-color: #bbbbbb;
     position: absolute;
     z-index: 2;
 }


.post-entry p {
    font-size: 16px;
    text-align: justify;
    color:#424242;
}

.post-entry h3 {
    font-size: 18px;
    text-align: justify;
    color:#424242;
}

.bandSlide {
    margin: 0px 0 30px 0;
    border-top: 1px solid #9b9f9c;
    border-bottom: 2px solid #7a807b;
}
.post-media img {
 vertical-align: middle;
  width: 100%;
}

.portfolio {
    overflow: visible!important;
    margin: 0 auto;
    position: relative;
}

.view {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.portfolio-el {
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    padding: 0;
}

.view img {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.portfolio img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.thumbs {
    display: block;
    text-align: center;
    border: 1px solid #d9e0e8;
    border-radius: 3px;
    padding: 20px 20px;
    margin: 20px 10px;

    img {
        display: inline-block;
        float: left;
        width: 98px;
        height: 68px;
    }
}

.textTitle {
  text-align: center;
  img {
    max-width: 50%;
  }
}

.img-thumbnail{
/*  max-width: 50%!important;*/
  max-width: 100% !important;
}

.thumb-icon {
    .icon {
        display: inline-block;
        border-radius: 0;
        margin: 0 auto;
        width: 98px;
        height: 68px;
        background-color: #fff;
        border: 1px solid #ddd;
        text-align: center;
        line-height: 68px;
        font-size: 24px;
    }
}

.folder {
  text-align: center;
  border: 1px solid #eaf0f2 !important;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 5px;
  margin-bottom: 10px;
}

.word-color {
  color: #00a1f1;
  font-size: 35px;
}

.pdf-color {
  color: #ff0000;
  font-size: 35px;
}

.view .mask {
    position: absolute;
    overflow: hidden;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(35,35,45,.8);
    padding: 25px;
    opacity: 0;
    -webkit-transition: all .3s ease-in .4s;
    transition: all .3s ease-in .4s;
}

.view a {
    color: #b54321;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.portfolio-middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-animation-off .view .project-title, .portfolio-animation-off .view .date, .portfolio-animation-off .view .text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.view .project-title {
    color: #dedee4;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 15px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    -webkit-transition: all .3s ease-in-out .1s;
    transition: all .3s ease-in-out .1s;
}
.portfolio-animation-off .view .mask, .portfolio-text .view .mask {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.view:hover .mask, .view:focus .mask {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}


.project-title {
    color: #556;
    margin-bottom: 50px;
    font-size: 23px;
    letter-spacing: .5px;
}
.project-title h3 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 28px;
    margin-bottom: 10px;
}
.br-bottom:after {
    content: "";
    display: block;
    height: 2px;
    width: 35px;
    border-top: 2px solid #018e30;
    border-top: 2px solid #fdc312;
    margin: 10px 0 10px;
}
/*.br-bottom:before {
    content: "";
    display: block;
    height: 2px;
    width: 35px;
    border-top: 2px solid #bbbbbb;
    margin: 16px 0 10px;
}*/
/* menu en dynamique */
.navbar-default .navbar-nav>li>a {
    color: #383838;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #777777;
}
.navbar-default .navbar-collapse {
    font-size: 15px;
    text-align: center;
    /*display: inline;*/
    padding: 15px 5px;
    font-weight: 600;
}
.main-nav li {
    text-align:center;
    font-size: 1.23rem;
    display: inline;
    margin-bottom: 0;
    padding: 15px 20px;
    font-weight: 600;
    color: #383838;
}



/* menu en dur */
.main-nav {
    margin-top: 45px;
    padding-left: 0;
    /* border-top: 1px solid rgba(0,0,0,.05); */
    border: none;
    border-radius: 0;
}

.main-nav li a {
    text-align:center;
    font-size: 1.23rem;
    display: inline;
    margin-bottom: 0;
    padding: 15px 5px;
    font-weight: 600;
    color: #383838;
}

.main-nav .dropdown-menu {
    background: #018e30;
}
.nav>li>a:hover {
    border-top: 2px solid #018e30
}

.main-nav .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0!important;
}

.caret {
    color: #018e30;
}

/* carroussel */
.carousel-indicators {
    bottom: -15px;
 /* z-index: inherit; */
}
.carousel-caption {
    right: 10%;
    left: 50%;
    bottom: 45px;
    padding: 5px 5px 10px 25px;
    text-align: left;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    margin: 5px -30px -20px 50px;
}
.carousel-inner {
  border-top: 1px solid #08246E;
}

.btn{
    padding: 4px 15px;
    background: #018e30;
    color: #fff;
    border-color: #018e30!important;
}

.btn:hover, .btn-default:hover {
    background: #fdc312;
    color: #fff;
    border-color: #fdc312!important;
}

.btn1 {
    background: #018e30;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 15px;
    margin-top: 20px;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.btn-circle {
    background: #018e30;
    color: #FFF;
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    /* align-items: center; */
}

.btn-circle:hover {
    background: #018e30;
    color: #FFF;
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-block;
    /* align-items: center; */
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.btn1:hover, .btn1-default:hover {
    background: #fdc312;
    color: #fff;
    border-color: #fdc312;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.activity-details h3 a{
    color: #4f4f4f !important;
}

.welcome-section {
    /*padding: 3em 0 3em 0;*/
    overflow: hidden;
  /*  background-color: #084476;*/
    padding:45px 10px 20px 5px;
    margin:0 auto;
    /*-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);*/
    /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);*/
    border-radius: 3px;
}
.welcome-section h2 {
    color:#FFF;
    margin-bottom:10px;
}
.welcome-section p {
    color:#FFF;
}


/*.welcome-section {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    padding:110px 45px 90px 30px;
}*/
.titleH2 h2{
  font-size: 27px;
  color: #008932;
  text-align: center;
  margin: 10px auto;
  margin: 25px 0px 0px 0px;
  text-transform: uppercase;
  padding: 0 auto;
  font-weight: 700;
}
  /*padding: 0 auto;*/


}

.welcome-content  {
    text-align: justify;

    line-height: 2em;
    padding: 0 5px 0 10px;
    margin: -25px 1px -20px 40px;
}
.welcome-content h2 {
    font-size: 22px;
    position: relative;
    padding-left: 8px;
    padding-top: 10px;
    color: #606060;
}
.welcome-content p {
  color: #2d2d2d;
    text-align: justify;
    padding-left: 8px;
    padding: 25px 5px 0 15px;
}
.welcome-content p:after {
    content: ' ';
    position: absolute;
    top: 22px;
    left: 16px;
    height: 28px;
    width: 3px;
    background-color: #008932;
    border: 1px solid #008932;
}
.welcome-content p:before {
    content: ' ';
    position: absolute;
    top: 28px;
    left: 11px;
    height: 3px;
    width: 38px;
    background-color: #008932;
    border: 1px solid #008932;
}

.welcome-content #footer {
    position: relative;
}
.welcome-content #footer:after{
    content: ' ';
    position: absolute;
    bottom: 34px;
    right: -10px;
    height: 30px;
    width: 3px;
    background-color: #008932;
    border: 1px solid #008932;
}
.welcome-content #footer:before{
    content: ' ';
    position: absolute;
    bottom: 40px;
    right: -15px;
    height: 3px;
    width: 35px;
    background-color: #008932;
    border: 1px solid #008932;
}
.welcome-content #cite {
    color:#FFF;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}
.welcome-content #cite:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    width: 28px;
    margin-right: 4px;
    border: 1px solid #fff;
}

.fonction {
    margin-left: 8px;
    color: #9a9faf;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}

.welcome-thumb{
    float: left;
    width: 34%;
    margin: 5px 0px 0px -20px;
}

.welcome-thumb img {
    max-width: 130%;
    height: auto;
    margin-top: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 3px;
}

/*service-activity p {
    color: #4f4f4f;
    text-align: justify;
    line-height: 1.8em;
}*/


.service-activity {
    padding: 2em 0;
}

.title-event {
    float: left;
    width: 100%;
    text-align: left;
    margin: -7px 0 30px 0;
}

.title-event h2 {
    color: #292e3a;
    color:#022147;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 5px 0px 20px 0px;
    margin: 20px 0px 0px 0px;
}

.title-event h2:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 3px;
    width: 45px;
    background-color: #08246E;
    position: absolute;
}

.title-event h2::after {
    content: "";
    left: 35px;
    bottom: 0;
    height: 3px;
    width: 50px;
    background-color: #bbbbbb;
    position: absolute;
}

.title-galerie {
    bottom: 80px;
    position: relative;
    width: 100%;
    text-align: center;
    /*margin: -7px 0 30px 0;*/
    z-index: 2;
    background-color: rgba(3, 50, 98, 0.75);
    contain: content;
}

.title-galerie h4 {
    font-size: 15px;
    color: #FFF;
    text-transform: normal;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto;
    background-color: rgba(2, 41, 81, 0.75);
}

.title-galerie h4:before {
    content: "";
    left: 85px;
    bottom: 0;
    height: 2px;
    width: 30px;
    background-color: #bbbbbb;
    position: absolute;
}

.title-galerie h4::after {
    content: "";
    left: 110px;
    bottom: 0;
    height: 2px;
    width: 40px;
    background-color: #ffffff;
    position: absolute;
}

.blog-post {
    float: left;
    /*padding-left: 10px;*/
    /*margin-left: 10px;*/
    /*border-left: 1px dotted #ddd;*/
}

.blog-post .post-date {
    width: 100px;
    float: left;
    margin-bottom: 15px
}

.blog-post .post-date .day {
    background-color: #fcfcfc;
    font-size: 36px;
    line-height: 36px;
    color: #242424;
    font-weight: 800;
    text-align: center;
    padding: 40px 30px;
    margin: 12px 0 -15px 0;
    background-color: #e9f4e9;
    border-radius: 2px;
}

.blog-post .post-date .month {
    padding: 5px 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #018e30;
    border-radius: 2px;
}

.blog-post .post-body {
    padding-left: 110px;
    margin-top: 5px;
    color:#5e5e5e;
}

a.read-more0 {
    float: right;
    position: relative;
    color:#242424;
    font-weight: 600;
    -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
}

a.read-more0:hover {
  	color:#018e30;
  	-webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
}

a.read-more span {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.box-event1 {
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.box-event1 img {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.box-event1 p {
    position: relative;
    max-width: 370px;
    padding-top: 35px;
    margin: 0 auto;
/*    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);*/
/*    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);*/

}

.box-event {
    position: relative;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

/*.box-event img:first-child {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 100%;
    width: 556px;
    height: 258px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}*/

.box-event img {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.box-event p {
    position: relative;
    max-width: 370px;
    padding-top: 5px;
    margin: 0 auto;
/*    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);*/
/*    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.14);*/

}

.activity-list h3{
    color:#4f4f4f;
}

/*.box-event img {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}*/
/*.imgWrapper {
    position: relative;
    display: block;
}*/
/*.box-event .imgWrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}*/


/*.imgWrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}*/
.box-event-content1 {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    /* max-width: 555px; */
    height: 360px;
        /* rendre l'image proportionnelle */
    /*padding: 117px 15px;*/
    padding: 105px 15px;
    color:#FFF;
    font-size: 15px;
    line-height: 24px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.margbt10 {
    color:#000;
    margin-bottom: 15px;
    z-index: 2;
}

.margbt1 {
    color:#FFFFFF;
    margin-bottom: 15px;
    z-index: 2;
}

.margbt11 {
    text-align: justify;
    color:#018e30;
    margin-bottom: 15px;
    z-index: 2;
}
.box-event-content1 h4::before {
    content: "";
    left: 15px;
    top: 150px;
    height: 2px;
    width: 35px;
    background-color: #fdc312;
    position: absolute;
    z-index: 2;
}

.box-event-content1 h4::after {
    content: "";
    left: 40px;
    top: 150px;
    height: 2px;
    width: 45px;
    background-color: #bbbbbb;
    position: absolute;
    z-index: 2;
}
.read-more1 {
    color: #fdc312 !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease 0s;
}

.box-event-content {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 24px;
}
.box-event-content h4 {
    font-size: 16px;
    color: ##084476;
    font-weight: 700;
    text-transform: none;
    line-height: 24px;
}

.box-event-content h4::before {
    content: "";
    left: 10px;
    bottom: 92px;
    height: 2px;
    width: 30px;
    background-color: #018e30;
    position: absolute;
    z-index: 2;
}

.box-event-content h4::after {
    content: "";
    left: 35px;
    bottom: 92px;
    height: 2px;
    width: 40px;
    background-color: #bbbbbb;
    position: absolute;
    z-index: 2;
}

.read-more {
    color: #018e30 !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
  	-webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
}
.read-more:hover {
    color: #084476 !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
  	-webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -moz-transition: all 0.5s;
      transition: all 0.5s;
}

.margbt15 {
    margin-bottom: 10px;

}
.paragraph {
    text-align: justify;
    right:78px;
    color: #5e5e5e;
}

.paragraph2 {
    color: #5e5e5e;
    text-align: justify;
    -webkit-box-shadow: none ;
	-moz-box-shadow: none ;
	box-shadow: none !important;
}

.dateEventFirst {
    display: inline-block;
    float: left;
    color:#FFF;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
}

.dateEvent {
    display: inline-block;
    float: left;
    color:#5e5e5e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 5px;
}

/*** Début à supprimer ***/
.activity-details h3 {
    font-size: 1.3rem !important;
    margin:5px 0 0 2px;
    color: #777777 !important;
    text-align: left;
    line-height: 1.3em;}
}

.activity-details h4 {
  color: #333;
  font-size: 1.5rem !important;
}

.activity-icon i {
    padding: .55em;
    font-size: 2rem !important;
    color: #fff;
    border-radius: 4% !important;

}
.activity-icon i:hover {
/*    background: #ffc928;*/
    padding: .55em;
    font-size: 2rem !important;
    color: #fff;
    border-radius: 4% !important;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.activity-list-items {
    padding: 5px 0;
    overflow: hidden;
}

/*** fin à supprimer ***/

.imgCircle {
    border-radius: 50%;
    background-color: #018e30;
}

.stats {
    height: 250px;
    position: relative;
    background-image: url("../img/imgtransparent.png");
    background-repeat: no-repeat;
    background-color: #002a5f;
    /*padding-left: 80px;*/
    margin-top: 50px;

}

.head-description {
    top: 50px;
    height: 150px;
    width: 20%;
    /* margin: 0px 30px 0px 17px; */
    margin: 0px 30px 0px 27px;
    /* background-color: rgba(112, 128, 144, 0.8); */
    background-color: rgba(119, 136, 153, 0.8);
    display: inline-block;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.count-description {
    text-align: center;
    margin-top: 15px;
}

.count-description span {
    color: #fff;
    margin-top: 15px;
    font-size: 35px;
    font-weight: 600;
}

.count-description h5 {
    color: #fff;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
}

.b-line {
    position: relative;
    display: block;
    width: 60px;
    height: 2px;
    background: #19b5fe;
    margin: 10px auto;
}

.title-count {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
}

.box-event-content2 {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    /* max-width: 555px; */
    height: 360px;
    /* rendre l'image proportionnelle */
    padding: 60px 15px;
    color:#FFF;
    font-size: 15px;
    line-height: 24px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}

.box-event-content2 p {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    /* max-width: 555px; */
    height: auto;
    /* rendre l'image proportionnelle */
    padding: 60px 15px;
    color:#FFF;
    font-size: 15px;
    line-height: 24px;
    z-index: 2;

}

.box-event-content2 h3 {
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    /* max-width: 555px; */
    height: auto;
    /* rendre l'image proportionnelle */
    padding: 60px 15px;
    color:#FFF;
    font-size: 15px;
    line-height: 24px;
    z-index: 2;

}

.align-items-center {
    position: relative;
}


.box-galerie {
    position: relative;
    margin: 0 auto;
    /*-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);*/
    /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);*/
}

/*.box-event img:first-child {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 100%;
    width: 556px;
    height: 258px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}*/

.box-galerie img {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;

}
.fa-plus {
    float: right;
    padding-top: 50px;
    font-size: 18px;
    color: #bbbbbb;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fa-plus:hover {
    float: right;
    padding-top: 50px;
    font-size: 20px;
    color: #084476;
    -webkit-transform: rotate(-15deg);
     transform: rotate(-15deg);
}


.footer_section{
	/*background:url('../img/footer_bg.jpg') 50% 0 repeat-y;*/
  background:rgba(0,67,100,0.95) 50% 0 repeat-y;
	height: 100%;
	background-size:cover;
	background-position:center 0;
	padding-top: 20px;
	float: left;
	width: 100%;
	position:relative;
	padding-bottom: 40px;
}
.footer_img_overlay{
	position:absolute;
	top:0%;
	left:0%;
	right:0%;
	bottom:0%;
	background:rgba(2,35,50,0.95);
}

.footer_img_overlay p{
	position:absolute;
  color:#bbbbbb !important;
}
.call_main_heading h4{
	font-size:14px;
	color:#018e30;
	text-transform:uppercase;
}
.call_heading h1{
	font-size:40px;
	text-transform:uppercase;
	color:#fff;
	font-weight:200 !important;
}
.call_heading_wrapper:before{
    content: '';
    border: 1px solid #d9e1da;
    width: 80px;
    display: block;
    position: absolute;
    top: 36px;
    z-index: 1;
}

.call_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.call_heading h1:after{
	content:'';
	border:1px solid #018e30;
	width:60px;
	display:block;
	position:relative;
	top:22px;
	z-index:1;
}
.newsletter_sec h4{
	color:#707070;
	text-transform:uppercase;
	font-size:13px;
	padding-top:45px;
	font-weight:bold;
}
.news_searchbar_wrapper{
	margin-top:30px;
	width:100%;
}
.news_searchbar_sec input{
	background:#141414;
	border:1px solid #272727;
	height:40px;
	padding-left:20px;
	width:calc(100% - 120px);
	float:left;
}
.news_searchbar_sec button{
	width:120px;
	height:40px;
	background:#018e30;
	color:#fff;
	border:none;
	float:left;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_searchbar_sec button:hover{
	background:#ffffff;
	color:#000000;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.news_cont{
	margin-top:30px;
}
.news_cont p{
	font-size:14px;
	color:#707070;
	position:relative;
	top:30px;
    padding-left: 2px;
}
.news_cont p span{
	color:#f55454;
}
.news_cont p span:last-child{
	color:#018e30;
}
.news_cont i{
	color:#018e30;
	font-size:18px;
}
.need_cont {
  text-align: center;
  margin-top: 40px;
  padding: 5px 5px;
}

.need_cont .bi {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    width: 20px;
}
.news_social_icon_wrapper{
	float:left;
	width:100%;
}
.news_social_icon ul{
	padding:0;
	list-style:none;
	margin-top:40px ;
}
.news_social_icon li a{
	width:60px;
	height:60px;
	float:left;
	background:#151515;
	text-align:center;
	line-height:58px;
	border-radius:100%;
	font-size:20px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border:2px solid #272727;
	color:#707070;

}
.news_social_icon li{
	float:left;
	margin-left:20px;
}
.news_social_icon li:first-child{
	margin-left:0;
}
.news_social_icon li a:hover{
	background:transparent;
	border:2px solid #018e30;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.footer_service_heading h1{
	font-size:14px;
	text-transform:uppercase;
	color:#bbbbbb;
	font-weight:bold;
	/*font-weight:200 !important;*/
	margin-top:10px;
}
.footer_service_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.footer_service_heading h1:after{
	content:'';
	border:1px solid #c3d5c2;
	width:75px;
	display:block;
	position:absolute;
	top:35px;
	z-index:1;
}
.footer_service_list ul{
	list-style:none;
	padding:0;
	margin-top:62px;
}
.footer_service_list li{
	margin-top:15px;
}
.footer_service_list li a{
	color:#5c5c5c;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_service_list li a:hover{
	color:#018e30;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/*------*/
.footer_story_heading h1{
    font-size:14px;
    text-transform:uppercase;
    color:#bbbbbb;
    font-weight:bold !important;
	font-weight:200;
	margin-top:10px;
}
.footer_story_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.footer_story_heading h1:after{
	content:'';
	border:1px solid #d9e1da;
	width:80px;
	display:block;
	position:absolute;
	top:35px;
	z-index:1;
}
.footer_story_list ul{
	list-style:none;
	padding:0;
	margin-top:62px;
}
.footer_story_list li{
	margin-top:15px;
}
.footer_story_list li a{
	color:#919191;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.footer_story_list li a:hover{
	color:#018e30;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.need_heading h1{
    font-size:14px;
    text-transform:uppercase;
    color:#bbbbbb;
    font-weight:bold !important;
	font-weight:200 ;
	margin-top:10px;
}
.need_heading_wrapper:after{
	content:'';
	border:1px solid #201e1b;
	width:100%;
	display:block;
	position:relative;
	top:10px;
}
.need_heading h1:after{
	content:'';
	border:1px solid #d9e1da;
	width:75px;
	display:block;
	position:absolute;
	top:35px;
	z-index:1;
}
.need_img_wrapper{
	margin-top:62px;
    width: 367px;
    height: auto;
    padding: 5px 5px;
    //background-color: #FFF;
}
.need_cont{

	margin-top:30px;
}
.need_cont h5{
	font-size:18px;
	font-weight:bold;
	margin-top:22px;
	padding-bottom:100px;
}
.need_cont h5 a{
	color:#707070;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.need_cont h5 a:hover{
	color:#018e30;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.need_cont h5 i, .bottom_footer_wrapper p span a{
	color:#018e30;
}
.need_img_wrapper img{
	width:35%;
    margin: 0 auto;
}
@media (min-width: 767px) and (max-width: 991px){
	.footer_story_heading_wrapper, .need_sec_wrapper{margin-top:80px;}
}
@media (max-width: 767px){
	.footer_service_heading_wrapper, .footer_story_heading_wrapper, .need_sec_wrapper{margin-top:80px;}
}
.footer_bottom_border{
	border-bottom:1px solid #292929;
	float:left;
	width:100%;
}
.bottom_footer_wrapper p span:last-child a{
	color: #488ec7;
}
.bottom_footer_wrapper{
	text-align: center;
    margin-bottom: -35px;
}
.bottom_footer_wrapper p{
	padding-top:5px;
}

@media (max-width: 670px){
	.bottom_footer_main{text-align:center;}
	.bottom_footer_wrapper{display:inline-block; float:none;}

}
.nav_track_btn a{
	width:80px;
	height:35px;
	border:2px solid #28292b !important;
	padding-top:0 !important;
	margin-top:40px;
	line-height:34px;
	margin-right:10px;
	background:#161715;
	border-radius:20px;
	text-align:center;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.nav_track_btn a:hover{
	border:2px solid #018e30 !important;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
@media (max-width: 1199px){
	.nav_track_btn a{display:none;}
}
@media (max-width: 991px){
	.partner_slider_wrapper .owl-theme .owl-nav{display:none;}
}
@media (max-width: 365px){
	.news_social_icon li a{
		width:40px;
		height:40px;
		line-height:35px;
		font-size:18px;
	}
	.news_social_icon li{
		margin-left:10px;
	}
}

/*******début a supprimer*********/
.service h4 {
    font-size: 1.5em !important;
    color: #333;
    border-left: 4px solid #018e30;
    border-bottom: 1px solid #ddd;
    padding-left: 1em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.service h3 {
    font-size: 1.5em !important;
    color: #333;
    border-left: 4px solid #018e30;
    border-bottom: 1px solid #eef2ebde;
    padding-left: 1em;
    margin-bottom: 30px;
}
.service-item::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #018e30;
    opacity: 0;
}

.service-thumb img {
    width: 100%
}

.service-description {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 1.8em 1em;
}
.service-description h3 {
    font-size: 17px;
    color:#FFF;
    border-left: 4px solid #018e30;
    padding-left: 0.2em;

}
/*******fin a supprimer*********/
.cwell {
    color: #383838;
}
.cwell h2 {
    color: #383838;
}
.btn, .btn-default {
    border-radius: 4px;

}
.quote {
    padding: 1px 1px;
    text-align: left;
}
.our-clients-carousel {
    padding: 2em 0;
    text-align: center;
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f7fffa;
    border-color: #ddd;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.client-logo img {
    width: 70%;
}

.copyright p a {
    color: #337ab7 !important;
}



.contener_slideshow {
	width:100%;
	height:100px;
	overflow:hidden;
	position:relative;
  border:12px ridge gold;
}
.slid_1,.slid_2,.slid_3 {
	display:table-cell;
	width:100%;
	height:100px;
}

.contener_slide {
	width:100%;
	height:100px;
	position:absolute;
  display:table;
  animation:anim_slide 9s infinite alternate;
}
@keyframes anim_slide {
	0% {
		left:0px;
	}
	15% {
		left:0px;
	}
	35% {
		left:-950px;
	}
	65% {
		left:-950px;
	}
	85% {
		left:-1900px;
	}
	100% {
		left: -1900px;
	}



  #accordion {
    margin: auto;
    max-width: 500px;
  }

  .panel-heading a {
    display: block;
    position: relative;
    font-weight: bold;

    &::after {
      content: "";
      border: solid black;
      border-width: 0 3px 3px 0;
      display: inline-block;
      padding: 5px;
      position: absolute;
      right: 0;
      top: 0;
      transform: rotate(45deg);
    }

    &[aria-expanded="true"]::after {
      transform: rotate(-135deg);
      top:
