/*Custom fonts
===============================================================================================================*/
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/webfonts/Montserrat-Regular.woff);
  }
  @font-face {
    font-family: MontserratBold;
    src: url(../fonts/Montserrat/webfonts/Montserrat-Bold.woff);
  }
  @font-face {
    font-family: MontserratMedium;
    src: url(../fonts/Montserrat/webfonts/Montserrat-Medium.woff);
  }
  @font-face {
    font-family: MontserratRegular;
    src: url(../fonts/Montserrat/webfonts/Montserrat-Regular.woff);
  }
  @font-face {
    font-family: MontserratSemiBold;
    src: url(../fonts/Montserrat/webfonts/Montserrat-SemiBold.woff);
  }
  @font-face {
    font-family: Ghotham;
    src: url(../fonts/Gotham/GothamBook.ttf);
  }
/*General CSS
===============================================================================================================*/
body{
    color: #244A93;
    font-family: Montserrat;
    width: 100%;
}
.col_without_padding{
    padding:0px;
}
.bg-green{
    background-color: #165D68;
	box-shadow: 0 1.5px 20px 0 rgba(0, 0, 0, 0.16);
}
.bg-blue{
    background-color: #244A93;
}
.border_bottom_gray{
    border-bottom: 1px solid #878787;
}
.top216{
    top:216px;
}
.top69{
    top:69px;
}
.h598{
    height: 598px;
}
.h580{
    height: 580px;
}
.bg-ededed{
    background-color: #EDEDED;
}
.bg-f7f7f7{
    background-color: #f7f7f7;
}
.bg-00B8F1{
    background-color: #00B8F1;
}
.bg-787FBD{
    background-color: #787FBD;
    height: 491px;
}
.bg-00B8F1{
    height: 491px;
}
.home_banner_area .owl-dot {

}
.home_banner_area .owl-dot.active {

}
.highlighted{
    text-decoration: underline;
}
.item{
    z-index: 9999;
}
#top_right_page_icon{
    display: none;
}
.decalage_content_gallery{
    right: 0px;
}
/*Loading post
===============================================================================================================*/
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
  }

  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }

  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }

  /* Animation */

  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
/*JS socials plugin
===============================================================================================================*/
img.jssocials-share-logo {
    height: auto !important;
}
/*Form 7 contact plugin
===============================================================================================================*/
.wpcf7-response-output {
    color:white !important;
}
/*Header navbar
===============================================================================================================*/
.header_area{
    background-color: #fff;
}
header ul li .bold,#menu-item-154 a,#menu-item-153 a,#menu-item-150 a{
    color:#244A93 !important;
    font-size: 14px !important;
    padding-left:8px;
    padding-right:8px;
    font-family:MontserratBold;

}
header ul li .medium{
    color:#244A93 !important;
    font-size: 14px !important;
    padding-left:25px;
    padding-right:25px;
    font-family:MontserratMedium;
    letter-spacing: 0.4px;
}

.main_nav_custom_bar{
    margin-top: 20px;
}
.logo_h{
    float: left;
    margin-top: 44px;
    margin-left: 0px;
    margin-bottom: 44px;
}
.main_menu_custom{

}
.navbar-nav.social-network {
	flex-direction: row !important;
    height: 100%;
}
.social_network_menu{
    right:0px;
    top:0px;
    position:absolute;
    max-width: initial;
    width: auto;
    height: 100%;
}

.social-network ul li{

}
#logo_link_responsive{
    position: fixed;
    top: 18px;
    left:36px;
}
.search_close_menu{
    position: fixed;
    top: 21px;
    right: 39px;
    z-index: 11;
    display: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.search_close_menu li{
    display: inline-block;
}
#close_menu_responsive{
    background: url("../img/close-mobile.svg") no-repeat;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin-left: 28px;
    display: block;

}
#search_menu_responsive{
    background: url("../img/loupe-mobile-blanc.svg") no-repeat;
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: block;
}
#search_search_responsive{
    background: url("../img/close-mobile-blanc.svg") no-repeat;
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 21px;
    right: 39px;
    z-index: 11;
}
#btn_search_modal{
    background: url("../img/search-picto.svg") no-repeat;
    width: 60px;
    height: 59px;
    cursor: pointer;
    display: block;
    border: none;
}
.nav-link svg,.menu-item svg a,.show_hide_search svg {
    color:#244A93;
}
.show_hide_search {
    color:#244A93 !important;
    font-size: 14px !important;
    padding-left:8px;
    padding-right:8px;
    font-family:MontserratBold;
}
.list_pictos .list_picto_responsive{
  display: none;
}
.list_picto{
  list-style: none;
  display: flex;
  padding-left: 0;
}
.picto_responsive{
  display: none;
}
.pico_list{
  padding-left: 0;
}
.item_picto{
  height: 109px;
}

.menu-item a{
    padding-right: .5rem;
    padding-left: .5rem;
    color:#244A93;
    font-family: Montserrat;
    font-size: 14px !important;
    line-height: 18px;
}
.social-network li a{
    display: block;
    height: 100%;
    width: 56.97px;
    color: #fff !important;
    line-height: 130px;
    text-align: center;
    font-size: 25px;
}

.social-network .youtube{
    background-color: #787FBD;
    background-image:url('../img/Trace_6302.png');
    background-repeat: no-repeat;
    background-position: center;
}
.social-network .linkedin{
    background-color: #E6007E;
    background-image:url('../img/Trace_6301.png');
    background-repeat: no-repeat;
    background-position: center;
}
.social_network_responsive{
    display: none;
    padding-top: 0px;
}
#link_social_youtube{
    background-image:url('../img/youtube-mobile-blanc.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 28px;
    width: 23px;
    display: block;
    margin-right: 20px;
    margin-top: 10px;
}
#link_social_linkedin{
    background-image:url('../img/likedin-mobile-blanc.svg');
    background-repeat: no-repeat;
    background-position: center;
    height: 28px;
    width: 23px;
    display: block;
}
.separator_responsive{
    border-top: 8px solid #fff;
    width: 100%;
}
.main_menu .navbar{
    padding: 0px;
    box-shadow: 0 1.5px 7.5px 0 rgba(0, 0, 0, 0.16);
}
.menu-form{
    display: none;
}
.padding-left{padding-left: 20px;}
.sub-menu{
    display: none;
}
.btn_menu{
    background-image:url('../img/burger-mobile.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 17px;
    display: block;
}
.btn_search{
    background-image:url('../img/loupe-mobile.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: block;
}
/*Main banner section
===================================================================================================*/
.home_banner_area{
    margin-top: 100px;
    position:relative;
}
.vertical_bar_slider{
    position: absolute;
    left: 21%;
    height: calc(100%);
    z-index: 7;
    width: 8px;
    background-color: #244A93;
}
.text_slider{
    position: absolute;
    z-index: 3;
    top: 0px;
    height: 100%;
    left: 21%;
}
.content_slider{
    /* border-left: 8px solid #244A93; */
    padding-top: 90px;
    height: 100%;
}
.header_slider{
    color: #fff !important;
    line-height: 21px;
    font-family: MontserratBold;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 0;
	letter-spacing: 0.8px;
}
.main_slider_content{
    color: #fff !important;
    line-height: 55px;
    font-family: MontserratRegular;
    font-size: 45px;
    background-color: #244A93;
    margin-top: 23.66px;
    display: inline; padding: 0;
}
.bottom_slider a{
    color: #244A93;
    font-family: Montserrat;
    font-size: 14px;
    padding: 11px 15px;
    background-color: #fff;
    margin-top: 21px;
    display: inline-block;
    /* width: auto; */
    margin-right: auto;
    margin-right: auto;
    text-align: center;
    line-height: 18px;
    font-style: normal; font-stretch: normal; line-height: 1.93; letter-spacing: 1px; text-align: left;
}
.dropdown-toggle::after{transform: rotate(270deg) !important;}
header ul li .bold{font-weight: normal;}
/*Certification section
===================================================================================================*/
.nos_certification{
    position: relative;
}
.barre_certification{
    height: 8px;
    background-color: #244A93;
    width: 20px;
    display: none;
    position: absolute;
    top: 49px;
    left: 0px;
}
.nos_certification .certification_text{
    /*padding-top:68px ;
    padding-bottom:128px;
    padding-right: 178px;*/
    padding:68px;
}
.nos_certification .certification_text h2{
    font-size:26px;
    font-family: MontserratBold;
    font-weight: normal;
	letter-spacing: 0.2px;
}
.nos_certification .certification_text p{font-size:16px; letter-spacing: 0.4px;}
.nos_certification .certification_text a{font-size:14px; font-family: MontserratBold; color: #244A93; text-decoration: underline; letter-spacing: 0.7px;}
.nos_certification .certification_text a:hover{text-decoration: none;}
.nos_certification .certification_image{
    padding:68px ;
    /*padding-bottom:128px;*/
}
.nos_certification .certification_image img{
    width: 100%;
    padding: 50px;
}
.container_certification{
}
.post_carousel{padding-left:30px; padding-right: 30px; padding-top: 28px; padding-bottom: 28px; background-color: #fff; box-shadow: 0 1.5px 20px 0 rgba(0, 0, 0, 0.16);}
.content_qualiLaquage .post_carousel{padding-bottom: 25px;}
.home .post_carousel{width: 260px;}
#post_list_carousel .owl-item{width: 260px !important; height: auto;}
.lire-plus-full{background: url('../img/trac-388.svg') no-repeat right 8px center;}
.padding-top-article{padding-top: 40px;}
.content_post{
    font-size: 14px;
    border-bottom: 1px solid #878787;
    margin-top: 10px;
}
.no-border-bottom{border-bottom:0;}
.content_post p{
       font-size: 14px;
}
.title_post{
    font-size: 16px;
    font-family:MontserratBold;
}
.posts_mask_left{
    background-color: #165D68;
    position: absolute;
    left: 0;
    /* width: 15%; */
    height: 100%;
    z-index: 2;
    top: 0;
}


.h-98{
  height: 388px;
}
.footer_post{
    padding-top: 29.5px;
    position: relative;
    height: 73px;
}
.bg_footer_img{
    /*background-image: url(../img/Rectangle_529.png);*/
    background-repeat: no-repeat;
    padding: 0px !important;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -30px;
    height: 104px;
    background-size: cover;
    margin-top: -1px;
    max-height: 102px;
}
.bg_footer_img .left_footer_post{
    padding-top: 29px;
    padding-right: 5px;
    padding-left: 45px;

}
.footer_post .left_footer_post a{}

.bg_footer_img .img_footer_post img{

}
.img_footer_post{
    right: 0px ;
    position: absolute !important;
    top: 20px !important;
}
.img_footer_post ul{
    padding: 0px;
    margin: 0px;
}
.img_footer_post ul li{
    display: inline-block;
    width: 30px;
}
.img_footer_post img{
   /* margin-right: 0px;
    float: right;
    height: 45px;
    position: absolute;
    width: auto !important;
    top: 20px;
    right: 0px;*/
    width: 30px;
    height: 30px;
    margin-top: 10px;

}
.bg_footer_img .img_footer_post{
    right: 30px !important;
}
.width_picto{
  padding:0;
}
.page-template-homepage .img_footer_post img{
    /*margin-right: 0px;
    float: right;
    height: 45px;
    position: inherit;
    width: auto !important;
    top: 20px;
    right: 0px;
    margin-top: -15px;
    margin-left: 4px;*/
}
.footer_post a {
    color: #878787;
    font-size: 13px;
    font-family: Montserrat;
    line-height: 45px;
    /*padding: 8px 0px; display: block;*/
}
.left_footer_post{
    padding-left: 15px;
    padding-right: 0px;
}
.left_footer_post a img{
    height: 30px !important;
    width: 62px !important;
    display: inline-block !important;
    /* float: right; */
    /* margin-left: 15px; */
}
.left_footer_post a {
    display: inline-block !important;
    background-image: url("../img/adal_LIRE.svg");
    height: 30px;
    width: 62px;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 35px;
    display: block;
    line-height: 30px;
}
.bg_footer_img .left_footer_post a {
    background-color: #fff;
    display: inline-block !important;
    background-image: url(../img/adal_LIRE.svg);
    height: 30px;
    width: 64px;
    padding-right: 20px;
    background-repeat: no-repeat;
    display: block;
    background-position: 94% 50%;
    line-height: 30px;
    padding-left: 5px;
}
#post_list_carousel{
    background-color: #EDEDED;
    padding-top: 62px;
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
}
.owl_slider_list{
background-color: #EDEDED;
    padding-top: 62px;
    width: 100%;
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: -60px;
}
.owl_slider_list .owl-stage {
    margin-left: 140px;
}

.mask_left{
    position: relative;
    left: 0px;
    top: -68px;
    width: 72%;
    background-color: #165D68;
    display: block;
    z-index: 3;
    /* margin-bottom: -384px; */
    height: 384px;
    /* margin-top: -68px; */
}
.color_nav_owl{
    color:#878787;
}
.carousel_posts{
    position: relative;
}
.image_left_float{
    position:relative;
    margin-right:150px;
    z-index: 2;
    width: 100%;
    left: 0px;

}
.image_left_float img{
    position: relative;
    width: 100%;

}
.desc_image_gallery{
    color: #fff;
    font-size: 45px;
    top: 73.51px;
    right: 132.58px;
    left: 31%;
    position: absolute;
    font-family: Montserrat;
    line-height: 55px;
}
.bg-bleu{background-color: #165D68; display: inline !important;}
.bg-bleu span{padding:0 15px;}
.content_gallery {
    color: #fff;
    background-color: #244A93;
    width: 122%;
    padding-bottom: 53.01px;
    z-index: 1;
    position: relative;
    bottom: 0px;
    min-height: 444px;

}
.gallery_horizontal_bar {
    height: 8px;
    width: 34%;
    background-color: #00B8F1;
    position: absolute;
    top: 268px;
    z-index: 5;
    left: 45%;
}
.title_gallery{
    margin-top: 75px;
    font-size: 14px;
    margin-bottom: 27.29px;
    font-family: Montserrat;
    line-height: 21px;
}
.text_gallery{
    font-size:20px;
    font-family: MontserratBold;
    line-height: 30px;
    color: #fff;
}
.gallery_section{
    position: relative;
    top: 137px;
}
/*articles section
=====================================================================================*/
.articles{
    margin-bottom: 256px;
    position: relative;
    top: 120px;
    padding-top: 68px;
}
.element_news_qualilaquage{
    height: 100%;
}

.container_news{
    margin-top: 90px;
}
.element_news{
    position: relative;
    /* max-height: 391px; */
}
.content_news a .element_news{
  max-height: 400px;
}
.news_title{
    color: #244A93;
    font-size: 26px;
    font-family:MontserratBold ;
    border-bottom:8px solid #244A93;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 10px;
    line-height: 42px;
	letter-spacing: 0.2px;
}
.news_left p{
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    color: #FFFFFF;
    font-size: 22px;
    font-family: MontserratBold;

}
.news_left img{
    left: 30px;
    bottom: 30px;
    position: absolute;

}
.link_news{

}
.link_news svg{
    /*position:absolute;
    right: 30px;
    bottom: 30px;*/

}
.content_news{
    margin-top: 60px;

}
.news_post{
    padding:28px;
    box-shadow: 0 1.5px 20px 0 rgba(0, 0, 0, 0.16);
    height: 100%;
}
.title_article{
    color: #244A93;
    margin-bottom: 10px;
    font-family: MontserratBold;
    font-size: 18px;
}
.content_article{
    margin-bottom:10px;
}
.content_article p{
    font-size: 14px;
    font-size: 16px;
    font-family: MontserratRegular;
    line-height: 24px;
    color: #fff !important;
}
.page-template-homepage .content_article p{color: #244A93 !important}
.footer_article{
    border-top: 1px solid #878787;
    padding-top: 29px;
    padding-left: 0px;
}
.footer_article_nav_responsive{
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 62px;
    left:0px;
    right:0px;
    background: #fff;
    padding: 0px 36px;
    -webkit-box-shadow: 0px -2px 39px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -2px 39px -10px rgba(0,0,0,0.75);
    box-shadow: 0px -2px 39px -10px rgba(0,0,0,0.75);
}
.footer_article_nav_responsive ul{
    padding: 0px;
}
.footer_article_nav_responsive ul li{
    display: inline-block;
    list-style: none;

}
.footer_article_nav_responsive ul li a{
    display: inline-block;
    list-style: none;
    display: block;
    line-height: 62px;
    width: 30px;
    margin-right: 8px;

}
.footer_article_nav_responsive .prev_footer_article_nav a{
    background-image: url("../img/Groupe 690.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 68px;

    line-height: 30px;
}
.footer_article_nav_responsive .next_footer_article_nav a{
    background-image: url("../img/Groupe 700.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 68px;

    line-height: 30px;
}
.footer_article_nav_responsive .up_footer_article_nav{
    background-image: url("../img/Groupe 721.png");
    background-repeat: no-repeat;
    height: 68px;

    background-position: center;
    line-height: 30px;
}
.footer_article_nav_responsive .down_footer_article_nav{
    background-image: url("../img/Groupe 703.png");
    background-repeat: no-repeat;
    height: 68px;

    background-position: center;
    line-height: 30px;
}
.footer_article_nav_responsive .last_footer_article_nav{
    background-image: url("../img/Groupe 716.png");
    background-repeat: no-repeat;
    height: 68px;
    width: 38px;
    background-position: center;
    line-height: 30px;
    margin-left: 0px !important;
}
.footer_article_nav_responsive .check_footer_article_nav{
    background-image: url("../img/Groupe 717.png");
    background-repeat: no-repeat;
    height: 68px;
    width: 38px;
    background-position: center;
    line-height: 30px;
    margin-left: 0px !important;
}
.footer_article_nav_responsive .type_footer_article_nav{
    background-image: url("../img/Groupe 718.png");
    background-repeat: no-repeat;
    height: 68px;
    width: 61px;
    background-position: center;
    background-size: cover;
    line-height: 30px;
}
/* .footer_article_nav_responsive .type_laquage_footer_article_nav{
    background-image: url("../img/Groupe 527.svg");
    background-repeat: no-repeat;
    height: 68px;
    width: 61px;
    background-position: center;
    background-size: cover;
    line-height: 30px;
}
.footer_article_nav_responsive .type_nod_footer_article_nav{
    background-image: url("../img/groupe-598.svg");
    background-repeat: no-repeat;
    height: 68px;
    width: 61px;
    background-position: center;
    background-size: cover;
    line-height: 30px;
} */
.link_article{
    color: #878787;
    line-height: 45px;
    display: block;
    /* height: 30px; */
    margin-left: 10px;
    margin-top: 12px;
}
.link_article:hover{text-decoration: none;}
.link_article svg{
    margin-left: 10px;
}
.link_article_right img{
    float: right;
    right: 0px;
    position: absolute;
    height: 45px;
    width: 45px;
    bottom: 0px;
}
.news_videos{
    background-image: url(../img/Groupe_598.png);
    background-repeat: no-repeat;
    padding: 0px !important;
    background-size: cover;
    padding-top: 30.66px;
    padding-left: 30px;
    padding-right:30px;
    padding-bottom: 39px;
    background-position: center;
}

.news_videos .news_videos_title{
    position:absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    color : #fff;
    font-size: 26px;
    line-height: 40px;
    font-family: MontserratSemiBold;
}
.footer_news_videos{
    position: absolute;
    bottom: 40px;
    left: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.w-80 {
    width: 80%;
}
.news_videos_footer_left{
    line-height: 23px;
    padding-left: 45px;
    padding-bottom: 0px;
}
.news_videos_footer_right{
    /*padding-right: 30px;
    padding-bottom: 40px;*/
}
.news_videos_footer div {
}
.news_videos .news_videos_footer{
    bottom: 39px;
    color : #fff;
    font-size: 16px;
    line-height: 23px;
    font-family: MontserratRegular;
}


.img_article{
    background-image: url(../img/Rectangle_236.png);
    background-repeat: no-repeat;
    padding: 0px !important;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-right: 8px solid #244A93;
    background-position: center;
}
.img_article_tag{
    background-image: url(../img/Groupe_512.png);
    background-repeat: no-repeat;
    padding: 0px !important;
    background-size: cover;
    position: relative;

}
.rounded-img {
	border-radius: 3px;
}
.text_img_tag{
    position: absolute;
    bottom:0px;
    left: 0px;
}
.text_img_tag p{
    color: #fff;
    font-size: 16px;
    font-family: MontserratBold;
    line-height: 46px;
    text-decoration: none;
    padding: 13px 13px 0px 13px;
    text-align: center;
    display: block;
    vertical-align: middle;
	letter-spacing: 0.5px;
}
.marginTop15{
    margin-top: 15px;
}
.news_videos img{
    right: 10px;
    position: relative;
}
.bottom_article{
    padding-top:34px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 34px;
    box-shadow: 0 1.5px 20px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
}
.bottom_article .content_article{
    margin-top: 26.4px;
    font-family: Ghotham;
    min-height: 160px;
    max-height: 169px;
    overflow: hidden;
}
.bottom_article .content_article p{
    font-size: 16px;
}

/* Modification de CSS pour les titres d'articles By GRIZZLI*/
.article_content h2{
	color:#244A93;
	font-family: MontserratBold;
	font-size:24px;
	line-height: 30px
}
.article_content h3{
	color:#244A93;
	font-family: MontserratRegular;
	font-size:24px;
	line-height: 30px
}
.article_content h4{
	color:#244A93;
	font-family: MontserratBold;
	text-transform : uppercase;
	font-size:16px;
	line-height: 20px
}


/* Top carousel bar
============================================================================================*/
.top_carousel_bar{
    height: 8px;
    background-color: #244A93;
    position: relative;
    bottom: -8px;
    display: block;
    z-index: 20;
}
/* Top carousel posts
============================================================================================*/
.top_carousel_posts_bar{
    height: 8px;
    background-color: #244A93;
    position: relative;
    /* top: -52px; */
    display: block;
    z-index: 20;
    bottom: -8px;
}
/* Subscribers logo
============================================================================================*/
.logo_subscribers{
    background-color: #EDEDED;
    position: relative;

}
.svg_logo_carousel{
    border-left: 1px solid #878787;
    padding-left: 35.37px;
    padding-right: 35.37px;
    height: 90px;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
.subscribers_title {
    font-size: 26px;
    font-family: MontserratBold;
    margin-bottom: 0px;
    text-align: center;
    padding-top: 36px;
	letter-spacing: 0.2px;
}
.logo_subscribers_right{
    padding-top: 35px;

}
.svg_logo_carousel img{height: auto !important;}
.owl-carousel .owl-item img{width: 100%;}
.all_subscribers{
    text-align: center;
    padding-top: 91px;
    padding-bottom: 35px;
}
.link_all_subscribers{
    color: #244A93;
    text-decoration: underline;
    font-family: MontserratBold;
    font-size:14px;
}
/*---------------------------------------------------- */
/*clear section
============================================================================================*/
.clear_height_136{
    height: 77px;
    width: 100%;
}

/*Footer
============================================================================================*/
footer.footer {
    background: #244A93;
    color: rgb(151, 149, 149);
    padding-top: 4rem;
    position: relative;
}
footer.footerHome {
    background: #244A93;
    color: rgb(151, 149, 149);
    position: relative;
}


.power_by{
    color : #fff;
    font-size: 12px;
    line-height: 15px;
    font-family: Montserrat;
    padding-top: 131px;
    padding-bottom: 60px;
}
/*----------------------------------------------------*/
/* Article Page css
============================================================================================ */
.mainContent .contentBackground{
    content: "";
    position: absolute;
    height: calc(100% + 130px);
    left: 50%;
    top: -111.59px;
    transform: translateX(-50%);
    box-shadow: 0 1.5px 6px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
    background-color: white;

}
/***********************tp page************************/
.topPage{
    position: relative;
    background-color: #EDEDED;
    top: 100px;
}
.leftTop{
    border-right:8px solid #244A93;
    height:397px;

}
.rightTop{
    padding-top: 111.06px;
    padding-left: 11%;
    /* padding-right: 155px; */
    padding-bottom: 111.06px;
}
.rightTopTitle{
    font-family: Ghotham;
    font-size: 45px;
    line-height: 66px;
}

/**************op container*/

.borderRight{
    border-right: 8px solid #244A93;
    height: 111.59px;
}
.topContentContent{
    position: relative;
}

.textArticle{
    padding-right: 92px;

}
.textArticle p{
    font-size: 16px;
    font-family: Montserrat;
    color: #244A93;
    line-height: 24px;
    padding-top: 10px;
}
.article_certificat p:first-of-type{
  font-family: Montserrat;
  font-size: 16px;
}
.bold_paragraph p:nth-of-type(2){
  font-family: Montserrat;
}
.imgArticle{
    color:#fff;
}
.backgroudYellow{
    background-image: url("../img/logo-qualimarine@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.imgArticle{
    padding-top: 29.66px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom:29.66px;
}
.imgTopArticle{
    font-size: 34px;
    font-family:MontserratBold;
    line-height: 40px;
}
.imgMiddleArticle{
    margin-top: 24.64px;
    font-size: 16px;
    font-family:MontserratBold;
    line-height: 24px;

}
.imgContentArticle img{
    margin-top: 32.62px;
}
.imgFooterArticle{
    margin-top: 48.65px;
}
.imgFooterArticle a{
    color: #fff;
}
.featuredImage{
    margin-top:57px;
}
.featuredImage img{
    width: 90%;
}
.articleBorderLeft{
    border-left: 8px solid #244A93 ;
    margin-top: 64.66px;
    padding-left: 18.37px;
    height: 100.34px;
    font-size: 26px;
    font-family:MontserratBold;
    line-height: 36px;
    padding-right: 69.14px;
}
.become_member{
    margin-top: 17.26px;
    padding: 25px 27px;
    text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.become_member a{
    color:#fff;
    font-size: 14px;
    font-family:Montserrat;
    line-height: 19px;
    text-decoration: none;
}
.title_social_network{
    font-size: 14px;
    font-family:Montserrat;
    line-height: 32px;
    margin-top: 30px;
}
.list_social_nework{
    list-style: none;
}
.list_social_nework li{
    display: inline-block;
}

.article_content
{
    padding-bottom: 60.57px;
}

.title_gray{
    color: #878787;
    font-size: 14px;
    line-height: 18px;
	font-family: Montserrat;

}
.link_nav_article{
    font-size: 16px;
    font-family:Montserrat;
    line-height: 26px;
    color:#878787 ;
    text-align: right !important;
}
.link_nav_article.float-right{text-align: left !important; padding-left: 5px !important;}
.margin-top-article{margin-top: 60px;}
.article_footer{
    margin-top: 64.5px;
}
.wp-block-table{
    width: 100%;
    overflow: scroll;
}
/*----------------------------------------------------*/
/* QualiLaquage le thermolaquage certifié Page css
============================================================================================ */
.leftTopPink{
    background-color: #787FBD;
    border-right:8px solid #244A93;
    height:397px;
}
.backgroudPink{
    background-image: url("../img/logo-qualilaquage@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.backgroudBlue{
    background-image: url("../img/groupe-598.svg");
    background-repeat: no-repeat;
}
.qualiLaquage{
    position: relative;
    background-color: #DDDFDF;

}
.ensavoirplus {
    position: relative;
}
.content_qualiLaquage{
    z-index: 2;
    position: relative;
    padding-top: 127.4px;
}
.posts_qualiLaquage{
    margin-top: 62.5px;
    display: flex;
    justify-content: center;
    padding-left: 27px;
}
.content_news{display: flex; justify-content: center;}
.posts_qualiLaquage .col-md-3{
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.col-md-311{ width: 260px; float: left; margin: 0 7.5px 15px; min-height: 400px;}
.col-md-611{ width: 536px; float: left; margin: 0 7.5px 15px; max-width: 536px; padding: 0; min-height: 322px;}
.content_ensavoirplus{
    z-index: 2;
    position: relative;
    padding-top: 59px;
    padding-bottom: 139px;
}

.text_title_qualiLaquage {
    font-size: 28px;
    font-family: MontserratBold;
    line-height: 47px;
    color: #244A93;
    border-bottom: 8px solid #244A93;
    padding-bottom: 12.75px;
}
.footer_qualiLaquage a{
    font-size: 14px;
    font-family:MontserratBold;
    line-height: 21px;
    color: #244A93;
    text-decoration: underline;
}
.qualiLaquage_footer{
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
}
.text_left_qualilaquage_footer{
    font-size: 45px;
    font-family: Montserrat;
    line-height: 56px;
    color: #ffffff;
    padding-left: 48%;
    padding-top: 87.51px;
}
.right_qualilaquage_footer{
    padding-top: 62.51px;
}
.right_qualilaquage_footer p{
    font-size: 20px;
    font-family: Ghotham;
    line-height: 30px;
    color: #ffffff;
    margin-top: 46.74px;
}
.img_right_sidebar{
    padding-top: 44.46px;
    margin-top: 16px;
    padding-bottom: 42.31px;
    box-shadow: 0 1.5px 20px 0 rgba(0, 0, 0, 0.16);
}
.img_right_sidebar img {
	width: 100%;
}
.right_sidebar{
    padding: 28px ;
    box-shadow: 0 1.5px 20px 0 rgba(0, 0, 0, 0.16);
}
.title_right_sidebar{
    font-size: 14px;
    font-family: Montserrat;
    line-height: 19px;
    color: #244A93;
}
.content_right_sidebar {
    margin-top: 23px;

}
.content_right_sidebar ul{
    list-style: none;
    margin-left: 0px;
    padding: 0px;
}
.content_right_sidebar ul li{
    margin-bottom: 9px;
}
.content_right_sidebar ul li a{
    list-style: none;
    font-size: 14px;
    font-family: Montserrat;
    line-height: 23px;
    color: #244A93;
    display: block;
    background: url('../img/groupe-577.svg') no-repeat right 10px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
    padding-right: 22px;
}
.content_right_sidebar ul li a:hover{ text-decoration: underline; background: url('../img/groupe-577.svg') no-repeat right 15px;}
a.voir-liste{}
a.link_news{background: url('../img/groupe-600.svg') no-repeat; width: 30px; height:30px; display: block; float: right; right: 30px; bottom: 40px; position: absolute;}
.element_news_qualilaquage a.link_news{bottom: 0;}
a.voir-liste:hover{text-decoration: none;}
.carousel_posts .owl-nav{background: url('../img/trait-nav.svg') no-repeat center center; }
.news_left{padding-bottom: 20px;}
.carousel_posts .owl-carousel .owl-nav .owl-next::before {

    content: "" !important;
    margin-right: 10px;

}
.footer_right_sidebar{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;

}
.text_small_right_side_bar{
    list-style: none;
    font-size: 14px;
    font-family: Montserrat;
    line-height: 19px;
    color: #fff;
    margin-top: 10px;

}
.text_big_right_side_bar{
    list-style: none;
    font-size: 28px;
    font-family: MontserratBold;
    line-height: 37px;
    color: #fff;
}
/*----------------------------------------------------*/
/* QualiMarine l’aluminium laqué certifié Page css
============================================================================================ */
.leftTop_yellow{
    background-color: #787FBD;
}
.leftTop_pink{
    background-color: #787FBD;
}
.leftTop_blue{
    background-color: #787FBD;
}
.leftTopYellow{
    background-color: #787FBD;
    border-right:8px solid #244A93;
    height:397px;
}
.faire_certifier{
    margin-top: 13px;
    padding: 25px 29px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.faire_certifier a{
    font-size: 14px;
    font-family: Montserrat;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
}
.applicateur_certifies{
    margin-top: 13px;
    padding: 25px 29px;
    background-color: #00B8F1;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.applicateur_certifies p{
    font-size: 18px;
    font-family: MontserratBold;
    line-height: 28px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 8px;
}
.applicateur_certifies a{
    font-size: 14px;
    font-family: Montserrat;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
}
.content_ensavoirplus_marine{
    z-index: 2;
        position: relative;
        padding-top: 59px;
        /* padding-bottom: 139px; */
    }
/*----------------------------------------------------*/
/* Adhérents Page css
============================================================================================ */
.adherent_details{
    padding:24px 0px;
    box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16);
}
.leftTopNoBackGround{
    border-right:8px solid #244A93;
    height:397px;
}
.tri_alphabet ul{
    list-style: none;
    padding-left: 0px;

}
.tri_alphabet ul li{
    display: inline-block;
    margin-right: 17px;
}
.tri_alphabet ul li a{
    font-size: 14px;
    font-family: MontserratRegular;
    line-height: 40px;
    color: #244A93;
}
.tri_certification ul{
    list-style: none;
    padding-left: 0px;
}
.tri_certification ul li{
    display: inline-block;
    margin-right: 20px;
}
.tri_certification ul li a{
    font-size: 14px;
    font-family: MontserratRegular;
    line-height: 40px;
    color: #244A93;
}
.title_tri_adherents{
    font-size: 16px;
    font-family: Montserratbold;
    line-height: 40px;
    color: #244A93;
}
.seperator_adherents{
    height: 8px;
    background-color: #244A93;
    margin-top: 63px;
}
.title_alphabet{
    font-size: 26px;
    font-family: MontserratBold;
    line-height: 47px;
    color: #244A93;
    margin-bottom: 60px;
    margin-top: 20px;
	letter-spacing: 0.2px;
}
.certifications_adherent ul {
    list-style: none;
    padding-left: 0px;
}
.certifications_adherent ul li{
    padding-left: 0px;
    font-size: 14px;
    font-family: MontserratRegular;
    line-height: 23px;
    color: #878787;
    margin: 10px 0;
    display: flex;
}
.certifications_adherent ul li a{
    margin-left: 10px;
    list-style: none;
    padding-left: 0px;
    font-size: 14px;
    font-family: MontserratRegular;
    line-height: 23px;
    color: #878787;
}
.name_adherent{
    padding-left: 0px;
    font-size: 18px;
    font-family: MontserratBold;
    line-height: 26px;
    color: #244A93;
	letter-spacing: 0.5px;
}
.address_adherent ,.tel_email_adherent{
    font-size: 12px;
    font-family: MontserratRegular;
    line-height: 23px;
    color: #244A93;
    margin-top: 24.33px;
    overflow: hidden;
}
.tel_email_adherent p {
	width: 100%;
	word-break: break-all;
}
.link_adherent{
    margin-top: 3.37px;
    overflow: hidden;
}
.link_adherent a{
    text-decoration: underline;
    font-size: 16px;
    font-family: MontserratRegular;
    line-height: 26px;
    color: #00B8F1;

}
.certifications_adherent{
    border-left: 1px solid #878787;
    padding-left: 31px;
}
.btn_toggle_details_adh{
   display:none;
   position: absolute;
   top: 15px;
   right: 15px;
   height: 30px;
   width: 30px;
   cursor: pointer;
   z-index: 2;
   color: #878787;
}
.responsive_tri{
    display:none;
}
.responsive_tri ul{
    padding: 0px;
    display: none;
}
.responsive_tri ul li{
    padding: 0px;
    list-style: none;
}
.responsive_tri ul li a{
    padding: 0px;
    list-style: none;
    font-size: 12px;
    font-family: Montserrat;
    line-height: 21px;
    color: #00B8F1;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    display: block;
	text-transform: uppercase;
	text-align: center;
}
#btn_tri_alphabetique{
    text-decoration: none;
    font-size: 12px;
    font-family: MontserratBold;
    line-height: 21px;
    color: #fff;
    padding: 16px 27px;
    display: none;
	background-color: #00B8F1;
	border-radius: 30px;
	text-transform: uppercase;
	text-align: center;
}
.btn_tri_alphabetique_asc{background-image:url('../img/Groupe 758.png');}
.btn_tri_alphabetique_desc{background-image:url('../img/Groupe 758.png');}
body .marker-cluster-small div, body .marker-cluster-medium div{background-color:#244A93;}
body .marker-cluster-small, body .marker-cluster-medium {background-color: rgba(36, 75, 147, 0.6);}
#map{height:637px; margin-bottom: 80px; clear: both;}
.txt-bleu{color:#244A93;}
body .leaflet-popup-content-wrapper{border-radius:0; color:#244A93; font-size: 12px; font-family: MontserratRegular; padding: 10px;}
body .leaflet-popup-content-wrapper strong{font-family: MontserratBold;}
body .leaflet-container a.leaflet-popup-close-button{font-size: 22px; font-family: MontserratRegular;}
body .marker-cluster-small span, body .marker-cluster-medium span{color: #fff;}
/*----------------------------------------------------*/
/* FAQ Page css
============================================================================================ */
.answer_faq{display: none; }
.answer_faq p{padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px #878787 solid;}
.element_faq{padding: 30px; box-shadow: 0 1.5px 3px 0 rgba(0, 0, 0, 0.16); margin-left: -7.5px; margin-right: -7.5px; margin-top: 15px; width: 100%;}
.question_faq p{font-size: 14px; font-family: MontserratRegular; line-height: 23px; color: #244A93; border-bottom: 1px #878787 solid; padding-bottom: 15px;}
.answer_faq p{font-size: 14px; font-family: MontserratRegular; line-height: 23px; color: #244A93;}
#start_separator_faq{display: none;}
.question_faq a{float: right;}
.question_faq p.question-select{font-family: 'MontserratBold';}
.question_faq p.question-select{border:none;}
.enable_disable_answer-P{cursor: pointer;}

/*============================================================================================ */
/* Livre blanc 
/*============================================================================================ */
#form-guide-alu {width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; background: #1f4085;}
#form-guide-alu #target-form{scroll-behavior: smooth; overflow-y: scroll;}
#form-guide-alu .fond-form {width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -1; -o-object-fit: cover; object-fit: cover;}
#form-guide-alu .contain-form {display: flex; width: 100%; height: auto; background-color: #fff;}
#form-guide-alu .contain-form .left-content{display: flex; justify-content: center; align-content: center; text-align: left;}
#form-guide-alu .contain-form .fond-form-2{width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; margin-left: 90px;}
#form-guide-alu .contain-form .right-content{display: flex; justify-content: center; align-content: center; text-align: left;}
#form-guide-alu .contain-form .right-content .form-info{display: flex; flex-direction: column; justify-content: center; align-items: flex-start; margin: 0 auto; padding: 25px 0;}
#form-guide-alu .contain-form .right-content .form-info .title-form{font-size: 22px; color: #1f4085; margin-bottom: 15px; font-weight: bold; font-family: MontserratBold; margin-top: 80px;}
#form-guide-alu .contain-form .right-content .form-info .title-form span{font-size: 30px;}
#form-guide-alu .contain-form .right-content .form-info .text-form {font-size: 17px; color: #1f4085; }
#form-guide-alu label,  #form-guide-alu label {width: 100%;}
#form-guide-alu .contain-form .right-content .form-info .wpcf7-form-control{padding: 15px 20px; width: 100%; color: #757575; height: 40px; background: #eaeaea; border: 0;}

#form-guide-alu .contain-form .right-content .form-info .for-mobile-flex .your-subject select{padding: 0px 20px; width: 100%; color: #383838; height: 40px; opacity: .7; width: 90%;}
#form-guide-alu .contain-form .right-content .form-info .wpcf7-submit{margin-top: 50px; width: 304px; background-color: #1f4085; color: #fff; font-weight: bold; font-weight: bold; transition: .35s all ease-in-out; font-size: 24px; line-height: 0px; font-family: MontserratBold; cursor: pointer; padding: 28px 20px;}
#form-guide-alu .posts_mask_left_2{background-color: #1f4085; position: absolute; left: 0; height: 100%; z-index: 2; top: 0;}
#form-guide-alu .col-md-11.mx-auto{margin-left: 12% !important; margin-right: 19% !important;}
#form-guide-alu .txt-17{color: #757575; font-size: 17px;}
#form-guide-alu .wpcf7-list-item{margin: 0;}
#form-guide-alu .txt-17 input[type="checkbox"]{width: 20px; height: 20px; background: #eaeaea;}


/*----------------------------------------------------*/
/* Home Banner Area css
============================================================================================ */
/*************nav owl slider*********/
.home_banner_area .owl-carousel{
    z-index: 5 !important;
}
.home_banner_area .owl-nav{
    position: absolute !important;
    right: 0px !important;
    bottom: 0px !important;
}
.home_banner_area .owl-nav .owl-prev , .home_banner_area .owl-nav .owl-next{
    width: 55px !important;
    height: 55px !important;
    background-color: #00b8f1 !important;
    color: #fff !important;
    display: inline-block !important;
    margin: 0px !important;
    border-radius: 0px !important;
}
.home_banner_area .owl-nav .owl-prev svg, .home_banner_area .owl-nav .owl-next svg{
    color:#fff !important;
}
/*************dots owl***********/

.home_banner_area .owl-dots {
    position: absolute;
    left: 187px;
    bottom: 84px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media (max-width: 992px) {
      .home_banner_area .owl-dots {
        margin-top: 30px; } }
  .home_banner_area .owl-dot {
    position: relative;
    display: inline-block;
    background :none;
    transition: all 300ms linear 0s; }
    .home_banner_area .owl-theme .owl-dots .owl-dot span {
        background: #FFFFFF;
        width: 16px;
        height: 16px;
    }
    .home_banner_area .owl-theme .owl-dots .owl-dot.active span, .home_banner_area .owl-theme .owl-dots .owl-dot:hover span{
        background: #244A93;

    }
  .home_banner_area .owl-dot.active {

    transition: all 300ms linear 0s;
    border-radius: 30px; }
  .home_banner_area .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    height: 752px; }
    @media (max-width: 1440px) {
      .home_banner_area .slide-item {
        background-position: 48% 100%; } }
    @media (max-width: 991px) {
      .home_banner_area .slide-item {
        background-position: initial; } }
    @media (max-width: 767px) {
      .home_banner_area .slide-item {
        height: 618px; } }
    @media (max-width: 320px) {
      .home_banner_area .slide-item {
        height: 568px; } }
  .home_banner_area .blog_text_slider {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative; }
  .home_banner_area.banner_area {
    background: url(../img/banner/home-banner.jpg) no-repeat scroll center left; }
    @media (max-width: 1440px) {
      .home_banner_area.banner_area {
        background-position: 49% 100%; } }
    @media (max-width: 9910px) {
      .home_banner_area.banner_area {
        background-position: 0 0; } }
    .home_banner_area.banner_area .blog_text_slider {
      padding: 0; }
    .home_banner_area.banner_area .blog_text {
      padding: 70px 91px 70px 91px; }
      @media (max-width: 1199px) {
        .home_banner_area.banner_area .blog_text {
          margin-top: 130px; } }
      @media (max-width: 991px) {
        .home_banner_area.banner_area .blog_text {
          margin-top: 105px;
          padding: 60px 20px; } }
      @media (max-width: 480px) {
        .home_banner_area.banner_area .blog_text {
          margin-top: 70px; } }
    .home_banner_area.banner_area .lnr-arrow-right {
      color: #000000;
      font-weight: 500;
      position: relative;
      top: 2px;
      margin: 0 5px; }
  /**********************************End home banner******************************************/
  .blog_text {
    padding: 80px 65px 80px 91px; }
    @media (max-width: 1250px) {
      .blog_text {
        background: #ffffff; } }
    .blog_text .bottom {
      margin-top: 75px;
      margin-left: 116px;
      padding: 0 30px 10px; }
      @media (max-width: 1250px) {
        .blog_text .bottom {
          margin-left: 19px; } }
      @media (max-width: 991px) {
        .blog_text .bottom {
          margin-left: 0px; } }
      @media (max-width: 400px) {
        .blog_text .bottom {
          padding: 0 0 10px; } }

  .blog_banner {
    min-height: 780px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 0px; }
    .blog_banner .banner_inner {
      background: #04091e;
      position: relative;
      overflow: hidden;
      width: 100%;
      min-height: 780px;
      z-index: 1; }
      .blog_banner .banner_inner .overlay {
        background: url(../img/banner/banner-2.jpg) no-repeat scroll center center;
        opacity: .5;
        height: 125%;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: -1; }
      .blog_banner .banner_inner .blog_b_text {
        max-width: 700px;
        margin: auto;
        color: #fff;
        margin-top: 80px; }
        .blog_banner .banner_inner .blog_b_text h2 {
          font-size: 60px;
          font-weight: 500;
          font-family: "Playfair Display", serif;
          line-height: 66px;
          margin-bottom: 15px; }
        .blog_banner .banner_inner .blog_b_text p {
          font-size: 16px;
          margin-bottom: 35px; }
        .blog_banner .banner_inner .blog_b_text .white_bg_btn {
          line-height: 42px;
          padding: 0px 45px; }

  .banner_box {
    max-width: 1620px;
    margin: auto; }

  /* End Home Banner Area css
  ============================================================================================ */



/*Madebyme*/
.mainContent{
    width: 100%;
    position: relative;
    top: 83px;
}
.mainContentHome{
    width: 100%;
    position: relative;
}
.mainContentHome .contentBackgroundHome{
    content: "";
    position: absolute;
    height: calc(100% + 160px);
    top: -165px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 1.5px 6px 0 rgba(0, 0, 0, 0.16);
    z-index: 6;
    background-color: white;
}
.contentContent{
    position: relative;
    z-index: 2;
    top: -112px;
}
.contentContentHome{
    position: relative;
    z-index: 7;
}


/* cutom carousel posts
==================================================================================================*/
/*************dots owl***********/
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #000;
    text-decoration: none;
}
.carousel_posts .owl-carousel .owl-nav .owl-next:before{
    content: "\007C";
    margin-right:10px;
}
.carousel_posts .owl-carousel .owl-nav{
    font-size: 28px;
    color: #878787;
}
.carousel_posts .owl-dots {

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
    @media (max-width: 992px) {
      .carousel_posts .owl-dots {
        margin-top: 30px; } }
  .carousel_posts .owl-dot {
    position: relative;
    display: inline-block;
    background :none;
    transition: all 300ms linear 0s; }
    .carousel_posts .owl-theme .owl-dots .owl-dot span {
        background: #FFFFFF;
    }
    .carousel_posts .owl-theme .owl-dots .owl-dot.active span, .carousel_posts .owl-theme .owl-dots .owl-dot:hover span{
        background: #244A93;
    }
  .carousel_posts .owl-dot.active {

    transition: all 300ms linear 0s;
    border-radius: 30px; }
/***********nav owl*************/
.carousel_posts .owl-nav{
    margin-top: 62px;
    margin-bottom: 10px;
}
.limit_longueur{
  text-overflow: ellipsis;
  overflow: hidden;
}
.content_plus{
  max-height: 391px;
}
.certificat_type{
  border:2px solid #dadada;
  background-color: #dadada;
  color: #ffffff;
  padding:10px;
  font-size: 14px;
}
.article_content strong{font-family:MontserratBold;}

