/****************************************** 
	File Name: custom.css 
/******************************************/
/** ADD YOUR AWESOME CODES HERE **/
* {
    font-family: 'Poppins', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
}
p {
    font-family: 'Poppins', sans-serif;
}
body {
     overflow-x:hidden;
}
ul {
     margin: 0;
     padding: 0;
     /*list-style: none;*/
}
img{
     height: auto;
}
/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.lil-header{
     background-color: #a98652;
     color: #fff;
     font-size: 13px;

}
.lil-header-right{
     float: right;
}
.lil-header-left{
     float: left;
     margin: 5px 0 5px;
}
.navbar {
     margin-bottom: 0px !important;
}
.navbar-default {
     background-color: transparent !important;
     border-color: transparent !important;
}

.navbar-toggle{
     margin-top: 20px !important;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
     margin-bottom: 10px;
}

.navbar-right{
     margin-top: 15px;
}

.navbar-default .navbar-nav > li > a:hover{
     color: #a98652 !important;
}

.full-header {
    position: relative;
    width: 100%;
    height: 25%;
}

.full-header h1 {
    margin: auto;
    text-align: center;
    color: #fff;
    opacity: 0.7;
    font-size: 10rem;
}

.background-header-pages{
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     background-color: rgba(41, 110, 150, 0.7);
}

.title-header-pages{
     position: absolute;
     top: 50%;
     left: 50%;
     width: 100%;
     padding: 0 15px;
     transform: translate(-50%, -50%);
}

 .main-heading-holder {
     text-align: center;
     padding-bottom: 0;
     padding-top: 30px;
     width: 100%;
}
 .main-heading, .wp-block-heading {
     display: inline-block;
     text-align: center;
     width: 100%;
     margin-bottom: 35px;
}
 .main-heading.sytle-2 h2, .tribe-common .tribe-common-h6, .main-heading.sytle-3 h2,
 .wp-block-heading {
     position: relative;
     display: inline-block;
     padding: 0 20px;
     text-transform: capitalize;
     font-weight: 600 !important;
     color: #111;
     line-height: 30px !important;
     font-size: 30px !important;
}

 .main-heading p {
     color: #363636;
     line-height: normal;
     margin-top: 0;
}
 .main-heading.sytle-2 h2::before, .main-heading.sytle-2 h2::after {
     content: "";
     width: 86px;
     top: 50%;
     position: absolute;
     border-bottom: 4px solid #1b73cd;
}
.main-heading.sytle-3 h2::before, .main-heading.sytle-3 h2::after {
     content: "";
     width: 86px;
     top: 50%;
     position: absolute;
     border-bottom: 4px solid #a98654;
}

 .main-heading.sytle-2 h2::before, .main-heading.sytle-3 h2::before {
     right: 100%;
}
 .main-heading.sytle-2 h2::after, .main-heading.sytle-3 h2::after {
     left: 100%;
}
.tribe-common-h6::before, .tribe-common-h6::after {
     content: "";
     width: 86px;
     top: 50%;
     position: absolute;
     border-bottom: 4px solid #d8302f;
}
 .tribe-common-h6::before {
     right: 100%;
}
 .tribe-common-h6::after {
     left: 100%;
}

.dark-section {
     float: left;
     width: 100%;
     background: #000;
     margin-top: 50px;
     min-height: auto;
     padding: 50px 0;
     background-position: cover;
     color: #fff;
}
 section.main-heading .dark-section h2 {
     float: left;
     width: 100%;
     text-align: center;
     font-size: 30px;
     line-height: 21px;
     font-weight: 600;
     color: #fff;
     padding: 0;
     margin: 0;
     position: relative;
}
 .testimonial-slider {
     float: left;
     width: 80%;
     background: #fff;
     margin: 40px 10% 0 10%;
     padding: 40px 0;
}
 .testimonial-slider p {
     text-align: center !important;
}
 .testimonial-slider a.carousel-control {
     display: none;
}
 button.button {
     background: #1c72ce;
     color: #fff;
     border: none;
     padding: 6px 20px;
     border-radius: 50px;
     font-size: 14px;
     font-weight: 500;
}
 .center {
     float: left;
     width: 100%;
}

 section.main-heading {
     float: left;
     width: 100%;
}
 section.main-heading h2 {
     float: left;
     width: 100%;
     text-align: center;
     font-size: 25px;
     line-height: 21px;
     font-weight: 600;
     color: #222;
     padding: 0;
     margin-bottom: 50px;
     position: relative;
}
 section.main-heading h2::after {
     width: 50px;
     height: 4px;
     background: #d8302f;
     margin: 15px auto 0;
     display: block;
     position: relative;
     content: "";
}

@media (max-width: 650px) {
     h1{
          font-size: 50px!important;
     }  
}

 .inner-page-banner {
     width: 100%;
     min-height: 500px;
     background-image: url('../img/banner-bleu.png');
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center !important;
     position: relative;
}
 .inner-information {
     float: left;
     width: 100%;
     margin-top: 250px;
     color: #fff;
     text-align: center;
}
 .inner-information h3 {
     margin: 0;
     color: #fff;
     font-size: 32px;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: -1px;
     position: relative;
}
 .inner-information h3::after {
     width: 50px;
     height: 5px;
     background: #ffcb05;
     margin: 0 auto;
     position: relative;
     padding: 0;
     content: "";
     display: block;
}

.breadcrumb {
     padding: 11px 0;
     margin-bottom: 0;
     list-style: none;
     background-color: transparent;
     border-radius: 0;
     border: none;
     color: #fff;
     float: right;
}
 .breadcrumb span, .breadcrumb a{
     color: #fff;
}

span.breadcrumb_last{
     color: #d8302f !important;
}

.inner-information-text {
     width: 100%;
     background: #111;
     color: #fff;
}
 .inner-information-text h3 {
     color: #fff;
     margin: 0;
     padding: 10px 0;
     float: left;
     text-transform: uppercase;
}
/** testimonial **/
 #quote-carousel {
     padding: 0;
     margin-top: 0;
}
 #quote-carousel .carousel-control {
     background: none;
     color: #CACACA;
     font-size: 2.3em;
     text-shadow: none;
     margin-top: 30px;
}
 #quote-carousel .carousel-indicators {
     position: relative;
     right: 50%;
     top: auto;
     bottom: 0px;
     margin-top: 0;
     margin-right: -19px;
     margin-bottom: 20px;
}
 #quote-carousel .carousel-indicators li {
     width: 50px;
     height: 50px;
     cursor: pointer;
     border: 1px solid #ccc;
     box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
     border-radius: 50%;
     opacity: 0.4;
     overflow: hidden;
     transition: all .4s ease-in;
     vertical-align: middle;
}
 #quote-carousel .carousel-indicators .active {
     opacity: 1;
     border:none;
}
 .item blockquote {
     border-left: none;
     margin: 0;
}
 .item blockquote p:before {
     content: "\f10d";
     font-family: 'Fontawesome';
     float: left;
     margin-right: 10px;
}
 #quote-carousel p {
     font-size: 15px;
}
 #quote-carousel .item blockquote p::before {
     content: "\f10d";
     font-family: 'Fontawesome';
     float: left;
     margin-right: 5px;
     font-size: 48px;
     position: relative;
     top: -10px;
}
 .testimonial img {
     max-width: 100%;
}
 p {
     font-size: 15px;
     text-align: center;
     color: #333;
     line-height: 28px;
}

.about-us {
     float: left;
     width: 100%;
     background: url('../images/banner1.png');
     min-height: 220px;
     background-position: center center;
     background-size: cover;
}
 .about-us:after {
     background:rgba(0,0,0.25);
     display:flex;
     justify-content:center;
     align-items:center;
     height:100%;
     position:absolute;
     top:0;
    left:0;
     content:"";
}
 .aboutus h3 {
     padding: 0;
     text-align: left;
     font-weight: 500;
     margin-bottom: 10px;
}

/*------------------------------------------------------------------
    CONTANT
-------------------------------------------------------------------*/

.contact {
     float: left;
     width: 100%;
}
 .contact iframe {
     width:100%;
}
 .contact-info {
     float: left;
     width: 100%;
     background: #f8f8f8;
     border: solid #ccc 1px;
     padding: 32px 35px 30px 35px;
     text-align: left;
     margin-top: 30px;
}
 .wpcf7 p, .wpcf7 label{
     margin: 0;
 }
 .wpcf7 {
     float: left;
     width: 100%;
     margin-top: 30px !important;
}
 .wpcf7 input, .wpcf7 textarea {
     float: left;
     width: 100%;
     padding: 8px 15px;
     border: solid #ccc 1px;
     margin-bottom: 25px;
}
.wpcf7 input, .wpcf7 label {
     float: left;
     width: 100%;
}

 .wpcf7 input.wpcf7-submit {
     background: #1d367b;
     border: none;
     color: #fff;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 16px;
     transition:ease all 0.5s;
}
 .wpcf7 input.wpcf7-submit:hover,#contactform input.wpcf7-submit:focus {
     background:#111;
}
section#contant .blog-sidebar div.category-menu ul li:last-child {
     border-bottom:none;
}

section#contant {
     position: relative;
     padding: 50px 0 25px;
     margin-bottom: -1px;
     background: #fff;
}
section#contant p.title {
     float: left;
     width: 100%;
     font-size: 15px;
     text-align: center;
     margin: 0;
}
 section#contant p {
     float: left;
     width: 100%;
     line-height: 24px;
     font-size: 16px;
     text-align: left;
     font-weight: 300;
}

 .contact-info div.kode-section-title {
     float: left;
     width: 100%;
}
 .contact-info div.kode-section-title h3 {
     margin: 0;
     padding: 0;
     font-weight: 500;
     margin-bottom: 5px;
}
 .kode-form-list {
     float: left;
     width: 100%;
     position: relative;
     padding-left: 30px;
}
 .kode-form-list li {
     float: left;
     width: 100%;
}
 .kode-form-list li i {
     float: left;
     position: absolute;
     left: 0;
     font-size: 20px;
     color: #222;
}
 section#contant p strong {
     width: 100%;
     color: #1d367b;
     margin-bottom: 5px;
}

 .kode-team-network {
     float: left;
     width: 100%;
}

figure.wp-block-pullquote{
     clear: left;
     padding: 0;
}
/*------------------------------------------------------------------
    CONTANT - NEWS
-------------------------------------------------------------------*/
.news-post-widget {
     float: left;
     width: 100%;
     height: 400px;
     margin: 0 0 30px;
     position: relative;
     border: solid #e1e1e1 1px;
     padding: 0 0 15px 0;
}

.news-post-home {
    height: 500px !important;
}

.news-post-widget:hover{
     box-shadow: 0 10px 20px -25px rgba(50,50,50,1);
}
 .news-post-widget .img-responsive {
     width: 100%;
     margin-bottom: 10px;
     height: 225px;
}
 .news-post-detail {
     padding: 5px 20px 10px;
}
 .news-post-detail .date {
     font-size: 13px;
}
 .news-post-detail h2 {
     font-size: 17px;
     font-weight: 600;
     margin: 0;
     padding: 5px 0 5px;
}
 .news-post-detail p {
     font-size: 14px;
}

.post-categories {
     list-style: none;
}
.news-post-detail .post-categories li a {
     font-size: 13px;
     color: #a98652;
}

.blog-sidebar {
     float: left;
     width: 100%;
     background: #fff;
     padding: 20px 20px 0 20px;
     border: solid #e1e1e1 1px;
     margin-bottom: 25px;
}
 .search-bar-blog {
     float: left;
     width: 100%;
     padding: 0;
}
 .search-bar-blog form {
     float: left;
     width: 100%;
     padding-bottom: 15px;
}
 .search-bar-blog form input {
     float: left;
     width: 177px;
     padding: 4px 15px;
     border: none;
     font-size: 15px;
     background: #f0f0f0;
}
 .search-bar-blog form button {
     background: #222;
     border: none;
     padding: 4px 11px;
     float: right;
     color: #fff;
}
 section#contant .blog-sidebar h4.heading {
     margin: 0;
     text-align: left;
}
 section#contant .blog-sidebar div.category-menu {
     float: left;
     width: 100%;
     text-align: left;
     font-size: 14px;
     line-height: 35px;
}
 section#contant .blog-sidebar div.category-menu li {
     border-bottom: solid #ddd 1px;
     padding: 5px 0;
}
section#contant .blog-sidebar div.category-menu li a.active {
     color: #1e377b;
     font-weight: 700;
}
 section#contant .blog-sidebar div.category-menu img {
     width: 100%;
     margin-bottom: 10px;
}
 section#contant .blog-sidebar div.category-menu li span {
     float: left;
     width: 100%;
     padding-bottom: 5px;
     padding-top: 0;
}

.wp-block-embed iframe {
    width: 100% !important;
    height: 500px !important;
}


/*------------------------------------------------------------------
    TEAM
-------------------------------------------------------------------*/
.team-post-widget {
     float: left;
     width: 100%;
     margin: 0 0 30px;
     position: relative;
     box-shadow: 0 10px 20px -2px rgba(50,50,50,1);
}

.team-post-widget .img-responsive {
     width: 100%;
}

.team-post-title{
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;bottom: 0;left: 0;right: 0;
     text-align: right;
     padding: 4%;
}

.team-post-title h1{
     color: #f0f0f0;
}

section#evenement {
     position: relative;
     padding: 50px 0 25px;
     margin-bottom: -1px;
     background: #f6f6f6;
}

section#evenement p.title {
     float: left;
     width: 100%;
     font-size: 15px;
     text-align: center;
     margin: 0;
}
 section#evenement p {
     float: left;
     width: 100%;
     line-height: 24px;
     font-size: 16px;
     text-align: left;
     font-weight: 300;
}

div#partenaire {
     padding-bottom: 25px;
}

/*------------------------------------------------------------------
    WIDGET
-------------------------------------------------------------------*/
.widget-bar {
     display: inline-block;
     text-align: center;
     width: 100%;
     margin-bottom: 35px;
}

/* h2.tribe-common-h--alt::after {
     width: 50px;
     height: 4px;
     background: #d8302f;
     margin: 15px auto 0;
     display: block;
     position: relative;
     content: "";
} */

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/
footer#footer {
     min-height: auto;
     background: #111;
     float: left;
     width: 100%;
     padding: 0;
     border-top: solid #ddd 1px;
     position: relative;
     background-position: center top;
     background-size: cover;
}
.footer-logo{
     width: 150px;
     margin: auto;
}
.footer-logo img{
     width: 100%;
}
.social-icons li a {
     height: 40px;
     width: 40px;
     background: none;
     border: 1px solid #fff;
     color: #fff;
     border-radius: 100%;
     text-align: center;
     line-height: 40px;
     font-size: 18px;
     float: left;
}
.header-social-icons li a {
     height: 35px;
     width: 25px;
     background: none;
     color: #fff;
     border-radius: 100%;
     text-align: center;
     line-height: 40px;
     font-size: 18px;
     float: left;
}
.social-icons, .header-social-icons {
     list-style: none;
     float: left;
     width: auto;
     padding: 0;
     margin: 0;
}
.social-icons li, .header-social-icons li {
     float: left;
     margin: 0 15px 0 0;
}
.header-top {
     margin: 15px 0 10px;
     float: right;
     width: 100%;
}
.social-icons li a:hover,.social-icons li a:focus {
     border-color:#a98654;
    background:#a98654;
    color:#fff !important;
}
.footer-widget {
     float: left;
     width: 100%;
     padding: 50px 0 10px;
}

.footer-widget p {
    font-size: 14px;
    color: #fff;
    margin: 20px 0 10px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 15px;
}
 .social-icons {
     margin-top: 0;
}
 .footer-widget h3 {
     color: #fff;
     text-transform: none;
     font-weight: 500;
     font-size: 18px;
     float: left;
     width: 100%;
     padding-left: 0;
     padding-bottom: 0;
     line-height: 20px;
     margin-bottom: 10px;
     border-bottom: solid #333 1px;
     padding-bottom: 15px;
     padding-top: 7px;
}
 .footer-menu {
     float: left;
     width: 100%;
     margin: 0;
     padding: 0;
     line-height: 32px;
}
 .contact-footer {
     float: left;
     width: 100%;
     position: relative;
     height: 100%;
     background: orange;
     top: 0;
     left: 0;
     min-height: 350px;
}
 .contact-footer iframe {
     float: left;
     width: 100%;
}
 .information {
     float: left;
     width: 90%;
     position: absolute;
     top: 5%;
     left: 5%;
     height: 90%;
     background: rgba(255,255,255,.9);
     box-shadow: 0 0 30px -20px #000;
     padding: 58px;
}
 .footer-links a:hover, .footer a:hover {
     color: #a98654!important;
}
 .information h3 {
     color: #222;
     text-transform: none;
     font-weight: 600;
     font-size: 20px;
     border-left: solid #d8302f 5px;
     float: left;
     width: 100%;
     padding-left: 10px;
     padding-bottom: 0;
     line-height: 20px;
     margin-bottom: 10px;
}
 .address-list {
     float: left;
     width: 100%;
     margin-top: 10px;
}
 .address-list li {
     float: left;
     width: 100%;
     position:relative;
}
 .address-list li i {
     font-size: 24px;
     width: 25px;
     text-align: center;
     position: absolute;
     left: 0;
}
 .address-list li {
     float: left;
     width: 100%;
     position: relative;
     line-height: 30px;
     padding-left: 35px;
     margin-bottom: 15px;
     font-weight: 300;
     font-size: 14px;
}
 .footer-bottom {
     float: left;
     width: 100%;
     text-align: center;
     min-height: 45px;
     line-height: 45px;
     border-top: solid #222 1px;
     background: #111;
     color: #fff;
}
 .footer-bottom p {
     margin: 0;
     font-size: 14px;
     color: #fff;
     line-height: 50px;
     font-weight: 300;
}

.wp-block-buttons {
     clear:both;
}