/*
Theme Name:     Blessing Child
Theme URI:      http://wpdemo.oceanthemes.net/blessing/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         OceanThemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       blessing
*/

@font-face {
 font-family: "Avenir";
 src: url("assets/fonts/avenir-next.ttc") format("ttc");
}
* {
  font-family: "Avenir", Arial, sans-serif!important;
  color:#4A4A4A;
}
body, colorw {
  min-height:100vh;
}
a:focus {
  outline:1px dotted #105F42!important;
}
a.access-link {
  color: white;
}
a.access-link:hover {
  color: inherit;
}
.alignleft {
  margin-right: 20px;
}
.back-right > div {
  background-position: right !important;
  background-size: cover !important;
}
.back-bottom > div {
  background-position: bottom !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .vc_btn3 {
  background: #18875E!important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF!important;
  transition:all ease 0.6s;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover, .vc_btn3:hover {
  background: #105F42!important;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.vc_btn3-size-sm {
  font-size:13px;
  background: #105F42!important;
  padding: 8px 15px;
  transition:all ease 0.6s;
  border:0;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.vc_btn3-size-sm:hover {
  background: #18875E!important;
  border:0;
}
strong {
  color:inherit;
}
section {
    padding: 20px 0 20px 0;
}
/*--------- typo ---------*/
/*--------- typo ---------*/
/*--------- typo ---------*/
.page ul li {
  list-style-position: inside;
  font-size: 15px;
  line-height: 25px;
}
p {
  font-size: 16px;
  line-height: 20px;
  font-weight:500;
}
h1, h2 {
  font-size: 52px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-top:0;
  text-align: left;
}
h2:before {
    right: 0;
    margin-left: 0;
}
h2:before, h2:after {
    background-color: transparent;
    content: "";
    display: inline-block;
    height: 0;
    position: relative;
    vertical-align: middle;
    width: 0;
}
h3, .title-area h1, .title-area h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: 1px;
}
.sous-titre, .sous-titre span, .sous-titre p, .title-area span {
  font-size: 17px!important;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.page section {
  overflow: visible;
}
/* listes */
ul {
    padding: 0;
}
/*--------- buttons ---------*/
/*--------- buttons ---------*/
/*--------- buttons ---------*/
.vc_btn3.vc_btn3-size-lg {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
}
.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    color: #fff;
    background-color: #18875E!important;
    transition: all ease 0.5s;
}
.vc_btn3.vc_btn3-color-success:hover, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover {
    background-color: #105F42!important;
}
.vc_btn3.vc_btn3-style-classic {
  border: none!important;
}

.vc_btn3.vc_btn3-color-primary, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    color: #fff;
    background-color: #256C81!important;
    transition: all ease 0.5s;
}
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-primary:focus, .vc_btn3.vc_btn3-color-primary:hover {
    background-color: #134B5B!important;
}
.btn-small-cles {
  border-radius: 3px;
  background-color: #105F42;
  color:white;
  font-size:14px;
  font-weight:800;
  text-transform: uppercase;
  padding: 7px 15px;
  margin:10px auto;
  display: inline-block;
  text-align: center;
}
.btn-small-cles:hover{
  color:white;
  text-decoration: none;
  background-color: #07442D;
}
/*---------- menu ----------*/
/*---------- menu ----------*/
/*---------- menu ----------*/
/* access */
.subnav {
  position: absolute;
}

[data-visually-hidden="true"] {
  display: none;
}
[data-visually-hidden="false"] {
  display: block;
}
/* end acccess */
/* modif access */
#mainmenu-container {
  height: auto;
  margin-top:0;
}
header #logo .inner img {
  max-width:200px;
}
@media screen and (max-width: 992px) {
  ul#menu-header > li, ul#menu-header-anglais > li {
    border-bottom:1px solid;
  }
  ul#menu-header > li:last-child, ul#menu-header-anglais > li:last-child {
    border-bottom:0;
  }
}
@media screen and (min-width: 993px) {
  ul#menu-header li, ul#menu-header-anglais li {
    display: inline-block;
    list-style-type: none;
    margin-right:40px;
    position: relative;
  }

.container-menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  }
  .container-menu-parent {
    display: flex;
  }

  ul#menu-header li:nth-last-child(1) a, ul#menu-header-anglais li:nth-last-child(1) a {
    color: #018cb5;
    border-bottom: 4px solid #018cb5;
    padding: 5px 0;
  }
  ul#menu-header li:nth-last-child(1):hover a, ul#menu-header li:nth-last-child(1) a:hover, ul#menu-header-anglais li:nth-last-child(1):hover a, ul#menu-header-anglais li:nth-last-child(1) a:hover {
    border-top:4px solid #018cb5;
  }

  ul#menu-header li .sub-menu, ul#menu-header-anglais li .sub-menu {
    position: absolute;
  }
}
ul#menu-header li, ul#menu-header-anglais li {
  list-style-type: none;
}
ul#menu-header li:last-child a, ul#menu-header-anglais li:last-child a {
  color: #018cb5;
}
ul#menu-header li:last-child, ul#menu-header-anglais li:last-child {
  margin-right:0;
}
ul#menu-header li a, ul#menu-header-anglais li a {
  font-weight:700;
  font-size: 13px;
  color: #4A4A4A;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding:15px 0;
}
ul#menu-header li a:hover, ul#menu-header li:hover a, ul#menu-header li .sub-menu li a:hover, ul#menu-header li .sub-menu li:hover a {
 color:#018cb5;
 text-decoration: none;
}
ul#menu-header-anglais li a:hover, ul#menu-header-anglais li:hover a, ul#menu-header-anglais li .sub-menu li a:hover, ul#menu-header-anglais li .sub-menu li:hover a {
  color:#018cb5;
  text-decoration: none;
 }


/* @media screen and (max-width: 992px) {
  .container-menu {
    display: none!important;
  }
  #menu-btn.active + div .container-menu {
    display: block!important;
  }
} */
@media screen and (max-width: 992px) {
  ul#menu-header li .sub-menu, ul#menu-header-anglais li .sub-menu {
    position: relative!important;
  }
}
/* sous menu */
#logo .inner a {
  display: inline-block;
}
header.cbp-af-header, header.cbp-af-header.cbp-af-header-shrink {
  transition: none;
}
ul#menu-header li .sub-menu, ul#menu-header-anglais li .sub-menu {
    position: absolute;
    /* top: 18px; */
    left: 0;
    padding: 20px;
    background: white;
    background: #FFFFFF;
    border: 1px solid #C9C9C9;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.23);
    border-top:4px solid #256C81;
}
ul#menu-header li .sub-menu li, ul#menu-header-anglais li .sub-menu li {
    position: relative;
    margin: 0;
    text-align: left;
    display: block;
}
ul#menu-header li .sub-menu li a, ul#menu-header-anglais li .sub-menu li a {
    font-weight:700;
    font-size: 14px;
    line-height: 17px;
    color: #4A4A4A;
    text-transform: none;
    border-bottom: 1px solid #CDC9C9;
    padding: 10px 0;
}
ul#menu-header li .sub-menu li:last-child a, ul#menu-header-anglais li .sub-menu li:last-child a {
  border:0;
  padding-bottom:0;
}
ul#menu-header li .sub-menu li:first-child a, ul#menu-header-anglais li .sub-menu li:first-child a {
  padding-top:0;
}
ul#mainmenu > li > a {
  color:#333;
  font-size: 13px;
}
/* end modif access */
.home #subheader {
  display: none;
}
.menu-back.cbp-af-header {
  background: #F5F5F5!important;
}
 /*------------ menu langues ------------*/
 #langues {
  background:#ebebeb;
 }
 .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
font-weight:bold;
border:0;
background:#ebebeb;
text-align:right;
text-transform: uppercase;
 }
 .wpml-ls-item a span {
  color: #666;
  font-size:10px;
}
 .wpml-ls-item.wpml-ls-current-language a span {
  color: #008bb7;
}
@media only screen and (max-width: 992px) {
  header.cbp-af-header, header.cbp-af-header.cbp-af-header-shrink, header.menu-back.cbp-af-header  {
    min-height:120px!important;
  }
  .wpml-ls-legacy-list-horizontal a {
    padding:10px;
  }
}
 /* .wpml-ls-menu-item .wpml-ls-flag+span, .wpml-ls-menu-item span {
  margin-left: .3em;
  font-size: 10px;
  text-transform: uppercase;
  color: #008bb7;
  background: #ffffff;
  padding: 10px 15px;
} */
/* .wpml-ls-legacy-dropdown-click, .site-navigation {
  float:left;
}
.wpml-ls-legacy-dropdown-click {
  width: auto;
  max-width: 100%;
  float: left;
  margin-top: 12px;
  margin-left: 25px;
} */
/* .wpml-ls-menu-item .wpml-ls-flag {
  display: none;
} */

/* blocs home titre */
.bloc-home-titre {
  border-left: 1px solid #CDC9C9;
}
#home-titre {
  background-position: bottom left !important;
  background-repeat: no-repeat!important;
}
header.cbp-af-header {
  position: relative;
}
/* synergies */
/* synergies */
/* synergies */
.cles-presentation-blocs .container .row {
  display: flex;
}
.cles-presentation-blocs .container .row > div {
  display: flex;
  flex:1;
}
.cles-presentation-blocs .container .row > div:first-child {
  border:1px solid #e8e8e8;
}
.presentation-cles h3 {
  margin-top:0!important;
  font-size:35px;
  line-height: 40px;
}
.synergie-content h4 {
  color: #0b885d;
  font-weight: 900;
}
.synergie-content h3 {
  font-weight:900;
  font-size: 30px;
  line-height: 40px;
  color: #18875E;
}
.synergie-content ul li {
  background: #F5F5F5;
  padding: 14px;
  border-left:5px solid #18A970;
  margin-bottom: 10px;
  display: block;
  font-weight:900;
  font-size: 17px;
  color: #105F42;
  line-height: 22px;
}
.nav-links {
    display: flex;
    justify-content: space-between;
}
.nav-links a {
    display: block;
    padding: 20px;
    border: 1px solid #e5e5e5;
}
.nav-links a:hover {
  background: #f3f3f3;
  text-decoration: none;
}
.nav-links div {
  flex: 1;
  display: flex;
}
.nav-links .nav-prev {
  justify-content: flex-start;
}
.nav-links .nav-next {
  justify-content: flex-end;
}
.post-template-single-synergie .blog-read {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}

/*----- Span pour afficher les menus en responsive -----*/
@media ( max-width: 992px ) {
  ul#menu-header li {
    position: relative;
  }

  .toggle_submenu {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 28px;
    right: 0;
    background-color: #d2d2d2;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
    cursor: pointer;
    border-radius: 4px
  }

  .toggle_submenu::after {
    content: "";
    height: 15px;
    width: 20px;
    background: url('inc/images/arrow-down.svg') center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
  }
}


#blog-comment {
  margin-left: 0;
}
/*--------- blocs home actus ---------*/
/*--------- blocs home actus ---------*/
/*--------- blocs home actus ---------*/
.last-actu .one-fourth {
  background: #18875E;
}
.title-area h1, .title-area h2 {
  color:white;
  margin-top:0;
}
.title-area .divider-single {
    height: 0;
}
a.btn-slider {
    display: block;
    border: none;
    color: #fff;
    background: #105F42;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    border-radius: 3px;
    font-weight: 600;
    border-radius: 3px;
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    transition: all ease 0.5s;
}
a.btn-slider:hover {
  background: #0A4831;
  color:#fff!important;
}
.custom-carousel-2 .item-blog .date, .date {
  background: transparent;
  background-color: transparent!important;
  padding: 0;
  padding-bottom: 5px;
  color: #105F42;
  font-size: 13px;
  font-weight: 600;
  border-bottom:3px solid #105F42;
}
.item-blog h3 a, .item-blog h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin: 15px 0 5px 0!important;
}
.item-blog .desc {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin: 0;
}

.custom-carousel-2 .item-blog {
    padding: 30px;
    height: auto!important;
    display: flex;
    flex: 1;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  display: flex!important;
}
/* hover */
.custom-carousel-1 .item-blog:hover, .custom-carousel-2 .item-blog:hover, .custom-carousel-3 .item-blog:hover {
  border:solid 2px #f0f0f0!important;
  border-color: #f0f0f0!important;
}
.custom-carousel-1, .custom-carousel-2, .custom-carousel-3 #testi-carousel {
    cursor: default;
    cursor: default;
    cursor: default;
}
/* .blog-post.blog-grid {
  height: auto!important;
} */
.blog-post .info {
    position: relative;
    top: 0;
    left: 0;
}
.blog-post .preview img {
    margin-top: -68px;
    margin-bottom: 0;
}
.blog-post h3 {
    line-height: 26px;
    margin-top: 20px;
}
.blog-post .meta-info {
  /* background: #f3f3f3; */
  border:0;
  padding: 0;
}
.blog-post .meta-info span {
    padding: 7px!important;
    background: #fff;
    display: block;
}
.date-box .day {
    color: white;
}
.blog-post article:hover {
  background: #f3f3f3;
}
.blog-post .meta-info span {
    padding: 0 4px 0 4px;
    color: inherit;
    font-size: 13px;
    font-weight: 600;
}
.blog-post .meta-info span a {
  color:#3c763d;
}
.single .blog-read {
  padding-bottom: 0;
}
.blog-read .preview img {
  max-width: 50%;
  margin-right: 50px;
  margin-bottom: 50px;
  float:left;
}
.single-format-standard .blog-read .meta-info {
  border:0;
}
.blog-read .meta-info {
  font-size:13px;
  clear: both;
}
.search .preview div.actualites .post-categories li a {
  background: #aecddc;
  color:#333;
}
.search .preview div:not(.actualites) .post-categories li a {
  background: #bed49f;
  color:#333;
}
.navigation.post-navigation h2 {
  display: none;
}
.text-bold {
  font-weight: bold;
}
.align-self-center {
  float:none;
  margin:0 auto;
}
#subheader {
    background: none!important;
    padding: 30px;
    text-align: center;
}
#subheader .container {
  border-left:1px solid #CDC9C9;
}
#subheader .row {
  padding-left:40px;
}
#subheader h1 {
    color: inherit;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    font-size: 52px;
    color: #4A4A4A;
    letter-spacing: 2px;
    line-height: 58px;
    font-weight:900;
    text-transform: none;
    text-align:left;
}
#subheader .category ul {
  text-align: left;
}
#subheader .category ul li {
  list-style-type: none;
  display: inline-block;
}
#subheader .category ul li a {
  font-size: 17px!important;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 9px;
  text-transform: uppercase;
  color: #4A4A4A;
}
.breadcrumb a, .breadcrumb li {
  font-size:14px;
}
.bloglist-small li .txt {
    padding-left: 0;
}
.lcp_catlist li {
  margin-bottom:7px;
  padding-bottom:7px;
  border-bottom:1px solid #CDC9C9;
}
.lcp_catlist li:last-child {
  border-bottom:0;
  padding-bottom:0;
}
.lcp_catlist a {
  font-size: 14px;
  color: #61941a;
}
#sidebar .widget {
    padding-bottom: 0px;
    border-bottom:0;
    margin-bottom: 40px;
}
/* 3columns */
/* .blog-post {
    display: flex;
    flex-direction: row;
    align-items: start;
    height: auto!important;
}
.blog-grid article {
    width: calc(100vw/3);
    float: left;
    position: relative!important;
    transform: none!important;
} */
/*----- liste -----*/
/*----- liste -----*/
/*----- liste -----*/
.cles-liste li {
  list-style-type: none;
  list-style-position: inside;
  margin:0 0 7px 0!important;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
  color:#123641;
  background: #F5F5F5;
  padding:10px 15px;
  border-left:5px solid #256C81;
}
/* ----------- intranet -----------  */
/* ----------- intranet -----------  */
/* ----------- intranet -----------  */
#back-intranet {
  display: inline-block;
  text-align: left;
  margin: 10px 0;
  padding: 7px 12px;
  background: #f0f0f0;
  border-radius: 8px;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  transition: all ease 0.7s;
}
#back-intranet:hover {
  background:#cccccc;
  text-decoration: none;
}
.post-template-single-intranet #subheader {
  text-align: left;
}
.page-template-template-intranet .vc_grid-item .vc_gitem-animated-block  {
display: none;
}
.page-template-template-intranet .vc_grid-item  .vc_gitem_row .vc_gitem-col {
  padding:30px!important;
}
.page-template-template-intranet .vc_grid-item .vc_btn3-container {
  margin-bottom:0px;
}
.page-template-template-intranet .vc_grid-item h4 {
  text-align: left;
  color: #0b885d;
  font-size: 20px;
  font-weight: 800;
  border-bottom: 1px solid;
  padding-bottom: 15px;
}
/* fix display flex pour articles d'intranet */
.vc_grid-item.vc_grid-item-zone-c-bottom {
  display: flex!important;
  flex-direction: column;
}
/* .vc_gitem-col, vc_gitem_row vc_row vc_gitem-row-position-top, vc_gitem-zone-mini, vc_gitem-zone vc_gitem-zone-c vc_custom_1419240516480, vc_grid-item-mini vc_clearfix { */
.vc_pageable-slide-wrapper {
display: flex;
flex-wrap:wrap;
}
  .vc_grid-item-mini, .vc_grid-item-mini > div, .vc_grid-item-mini > div > div, .vc_grid-item-mini > div > div > div, .vc_grid-item-mini > div > div > div > div {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.vc_grid-item-mini > div > div > div > div {
  justify-content: space-between;
}
/* @media screen and (min-width:769px) {
  .page-template-template-intranet .vc_pageable-slide-wrapper, .vc_grid-item-mini, .vc_grid-item  {
    display: flex!important;
  }
}
.page-template-template-intranet .vc_grid-item {
  flex:1!important;
} */
/*------- stats -------*/
/*------- stats -------*/
/*------- stats -------*/
.stats .row {
    display: flex;
    flex: 1;
}
.stats > div .vc_column_container, .stats > div .vc_column-inner {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.stats, .stats p, .stats span {
  color:white;
}
.stats strong, .stats b, .stats i {
  color:#fff;
}
.stats-texte strong, .stats-texte b, .stats-texte i {
  color:#60EBA7;
}
.stats-texte {
  font-weight: 400;
}
.stats img {
  width: 50px;
  height: 50px;
}
.stats .vc_single_image-wrapper {
  background: #136446;
  border-radius: 50px;
  padding: 20px;
}
.stats-big span {
  line-height: 100px!important;
  font-weight: 900;
}
/* page category */
#subheader-neutral {
  padding: 0;
}
#content {
  background-color: transparent;
  padding:40px 0;
}
/* ---------breadcrumb--------- */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 0;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #4A4A4A;
    font-weight: 500;
    content: ">";
}
.breadcrumb a, .breadcrumb li {
  font-size: 16px;
  line-height: 20px;
  color:#4A4A4A;
}
.breadcrumb li:last-child {
    font-weight: 800;
}
.cadre-titre-category {
  border-left:1px solid #CDC9C9;
  padding: 10px 0 10px 40px;
  margin-top: 40px;
}
.cadre-titre-category h1 {
  margin-bottom: 20px;
}
/* menu categories */
ul#menu-menu-de-categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  background: #256C81;
}
#menu-menu-de-categories li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  display: flex;
}
#menu-menu-de-categories li a {
  font-size:16px;
  font-weight: 800;
  color:white;
  background: #256C81;
  padding: 20px 25px;
  display: block;
  margin: 0;
  border-right:2px solid #1C5C6F;
}
#menu-menu-de-categories li a:hover {
  background-color: #1C5C6F;
  text-decoration: none;
}
#menu-menu-de-categories li.current-menu-item a, #menu-menu-de-categories li.current-cat a {
  background-color: #1C5C6F;
}
#menu-menu-de-categories li:last-child a {
  border-right:0;
}
/* articles */ /* reset articles */ /*search*/
body article.post {
  background-color: #F5F5F5;
  border:0;
}
body:not(.category-actualites):not(.search) article.post {
  border:0;
  padding: 20px;
}
body:not(.category-actualites) .blog-post .preview img {
    width: 100px;
    margin: 0 auto;
    background: transparent;
    height: auto;
    opacity:0.25;
    display: block;
    margin-top:15px;
}
body:not(.category-actualites) .blog-post h3 a {
    color: #333;
    font-size: 20px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
}
body.search .blog-post h3 a, body.search .blog-post h3 {
  text-align: left;
  margin-top:0;
  line-height: 34px;
}
body.search .blog-post p {
  margin-bottom: 0;
  text-align: left;
}
/* .search-category {
    clear: both;
} */
.search .preview ul, .search .preview h3 {
  display: inline-block;
  text-align: left;
}
.search .preview ul li {
    list-style-type: none;
}
.search .preview ul li a {
    display: inline-block;
    background: white;
    font-size: 14px;
    font-weight: 800;
    padding: 8px 10px;
    letter-spacing: 0.8px;
    margin-top: 10px;
    margin-right:10px;
}
body.search article {
  /* background: #f3f3f3; */
}
.search .info {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
body:not(.category-actualites) article .preview {
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
body.search article .preview {
  display:block;
  text-align: left;
}
body:not(.category-actualites) .blog-post {
  position: relative;
  overflow: none;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  height:auto!important;
}
.search-no-results .blog-post {
  flex-direction: column;
}
.search-no-results form {
  margin-top: 20px;
  display: block;
  max-width:500px;
}
body.search .blog-post {
  height: auto!important;
  overflow: none!important;
}
body.search .blog-grid article {
  width: 100%;
  position: relative!important;
  float:none;
  transform: none!important;
  border-left: 5px solid #90b758;
}
.search #subheader a {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
}
.search #subheader a:hover {
  background: #f5f5f5;
  text-decoration: none;
}
body:not(.category-actualites):not(.search) article.post {
    background-color: #F5F5F5;
    border: 0;
    position: relative!important;
    padding: 20px;
    margin: 0;
    width: calc(100% / 3);
    float: left;
    display: flex;
    transform: none!important;
    border-right: 10px solid white;
    border-bottom: 10px solid white;
}
.title-text:before, .title-text:after, .custom-col-3:hover, .custom-col-3 i:hover, .countdown-container h3, a.btn-icon:hover, .blog-post article:hover, .hover .btn-view-details, .custom-carousel-2 .item-blog:hover, .pagination li.active a, .pagination li.active a:hover, .pagination li span.current, .pagination li span.current:hover, .button.btn.btn-line:hover {
    border-color: white!important;
}
/* -----------footer----------- */
/* -----------footer----------- */
/* -----------footer----------- */
footer.site-footer {
  margin-top:auto;
}
footer.site-footer .main-footer {
    background: #F0F0F0;
    color: #4A4A4A;
}
footer.site-footer .sub-footer {
    color: #4A4A4A;
    background-color: #E5E5E5!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
footer.site-footer .main-footer .widget ul li a {
  color: #4A4A4A;
  font-size:14px;
}
footer.site-footer .main-footer .widget ul li {
    padding: 0 0 7px 0;
    margin: 0;
    margin-bottom: 7px;
    background: none;
    border-bottom-color: #CDC9C9;
    border-bottom: solid 1px #CDC9C9;
}
footer.site-footer .main-footer .widget ul li:last-child {
  border-bottom:0;
}
footer.site-footer .main-footer .widget .widget-title {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color:#4A4A4A;
    letter-spacing: 0;
    border-bottom:3px solid #18A970;
    padding-bottom: 10px;
    display: inline-block;
}
#menu-footer-sous-menu, #menu-footer-sous-menu-anglais {
  text-align: right;
  margin:0;
}
footer.site-footer .sub-footer div ul li {
  display: inline;
  list-style-type:none;
  margin-left:15px;
}
footer.site-footer .sub-footer div ul li a {
  color:#4A4A4A;
  font-size:14px;
}
/* sitemap *//* sitemap *//* sitemap */
/* sitemap *//* sitemap *//* sitemap */
/* sitemap *//* sitemap *//* sitemap */
[id*="sitemap"] h3 {
    font-size: 20px;
    line-height: 26px;
}
[id*="sitemap"] ul {
  margin-left: 20px;
}
[id*="sitemap"] li {
  list-style-type: none;
  line-height: 30px;
}
[id*="sitemap"] li ul {
  border-left: 1px solid #cdc9c9;
  margin-left: 20px;
  padding-left: 10px;
  padding-top:0;
  padding-bottom:0;
}
[id*="sitemap"] li li {

}
[id*="sitemap"] li a {
  font-size: 15px;
  line-height: 20px;
  color:#333;
}
/*---------- contact ----------*/
/*---------- contact ----------*/
/*---------- contact ----------*/
.wpforms-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto!important;
  margin-bottom: 50px!important;
}
input, select, textarea {
  border-radius: 0;
  padding: 10px;
}
div.wpforms-container-full .wpforms-form .wpforms-one-half, div.wpforms-container-full .wpforms-form .wpforms-three-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-fourths {
  width: 100%;
  clear: both;
  margin-left: 0;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #18875E!important;
  transition: all ease 0.5s;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color:white;
  border:0;
}
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #105F42!important;
  border:0;
}

/* rejoignez-nous */
.rejoignez * {color:white!important;}
.rejoignez p {
  max-width: 600px;
  margin: 0 auto;
}
.rejoignez-nombre, .rejoignez-nombre p, .rejoignez-nombre span {
  font-size: 60px!important;
  font-weight: 900;
  line-height: 100px!important;
}
.rejoignez-nombre p {
    background: #136446;
    color:#f7f7f7!important;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    width: 100px;
    height: 100px;
}
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern.vc_btn3-size-sm:hover {
  background: #084a32!important;
}
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */

/*--------------------------------------------*\
                  UTILITIES
\*--------------------------------------------*/

.u-txt-wrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*--------------------------------------------*\
                END UTILITIES
\*--------------------------------------------*/

@media screen and (max-width: 1214px) {
  h1, h2 {
    font-size: 40px;
    line-height: 44px;
  }
  /* actualites */
  .one-fourth, .three-fourth {
    width: 100%;
    display: block;
    float: none;
  }
  .owl-carousel .owl-item {
    width: calc(100vw / 3) !important;
  }
  .last-actu .one-fourth {
    padding: 30px 0;
  }
  .one-fourth div {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  /* 3columns */
  .blog-post {
      display: block;
  }
  .blog-grid article.post {
      width: 100%;
      background-color: #f5f5f5!important;
  }
  #subheader {
    padding-bottom: 0;
    margin-bottom:25px;
  }
  body:not(.category-actualites):not(.search) article.post {
    width:calc(100%/2);
  }
  #subheader .col-md-12, .category .col-md-12 {
    margin-bottom: 0!important;
  }
}

@media screen and (min-width: 768px) {
  #home-stats-mobile, #home-stats-2-mobile, #home-stats-3-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    display: block!important;
    width:100%!important;
    /* transform: none!important;
    transition: none!important; */
  }
  .stats .row {
    display: block;
  }
  .stats > div .vc_column_container, .stats > div .vc_column-inner {
    width: 100%;
    display: block;
    height: auto;
  }
  #stats-2 > div {
    background-color:#1d7655!important;
  }
  #stats-3 > div {
    background-color:#18875e!important;
  }
  .stats-big, #stats-1 .stats-big, #stats-2 .stats-big, #stats-3 .stats-big, #stats-4 .stats-big {
    margin-top:0!important;
    margin-bottom:0!important;
  }
  .stats-big span {
    font-size:50px!important;
  }
  .stats .wpb_single_image {
    margin-bottom:0!important;
    margin-top:20px;
  }
  #home-titre {
    background-image:none!important;
  }
  .owl-carousel .owl-item {
    width: 100%!important;
  }
  #rejoindre {
    padding-top: 30px!important;
    padding-bottom: 20px!important;
  }
  #rejoindre .vc_btn3-container {
  margin-bottom: 40px!important;
  }
  #rejoindre-h2 {
    margin-bottom: 20px;
  }
  h1, h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  article.post {
    width: 100%;
  }
  body:not(.category-actualites):not(.search) article.post {
    width:100%;
  }
  .blog-post {
    overflow:inherit;
  }
  #subheader h1 {
    font-size:40px;
    line-height: 45px;
  }
  #subheader .row {
    padding-left: 20px;
  }
  #home-titre {
    padding-top:0px!important;
  }
  #menu-header, #menu-header-anglais {
    padding: 0 20px;
  }
  #menu-menu-de-categories li {
    display: block;
    width: 100%;
  }
  .blog-read .preview img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  .blog-read .info {
    display: block;
  }
  .synergie-content .convaincu .vc_column-inner, .synergie-content .curieux .vc_column-inner {
    margin-left:0!important;
    margin-right:0!important;
  }
  .synergie-content .curieux {
    margin-bottom: 20px!important;
  }
  #home-stats, #home-stats-2 {
    display: none;
  }
}

@media screen and (max-width: 450px)  {
  h1, h2, #subheader h1 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0px;
  }
  .blog-read .preview img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}



@media screen and (min-width: 993px) and (max-width: 1200px) {
  .wpml-ls-legacy-dropdown-click, .site-navigation {
    float: right;
  }
}







#langues {
  display: none;
}
