/*
 Theme Name:   Lantana
 Theme URI:    http://8theme.com/
 Description:  Lantana Theme
 Author:       Studio Version 2
 Author URI:   http://studioversion2.com
 Template:     xstore
 Version:      1.0
*/

/* --------------- PLUGIN DEFAILLANT : NOUVEAUX MENUS METIERS et FOOTER --------------- */

#lantana_new_metiers_wrap {
  display: block;
  position: absolute;
  margin-left: 25px;
  top: 80px;
}
.blog #lantana_new_metiers_wrap,
.single-post #lantana_new_metiers_wrap,
.page-template-agences #lantana_new_metiers_wrap,
.parent-pageid-2 #lantana_new_metiers_wrap,
.page-id-9962 #lantana_new_metiers_wrap,
.page-id-6589 #lantana_new_metiers_wrap,
.page-id-9273 #lantana_new_metiers_wrap {
  display: none;
}
ul.lantana_new_menu_metiers {
  position: relative;
  width: 270px;
  height: 333px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
li.lantana_item.orange {
  background-color: #f17105;
}
li.lantana_item.green {
  background-color: #a7b800;
}
li.lantana_item.violet {
  background-color: #8d356d;
}
li.lantana_item.yellow {
  background-color: #ffa519;
}
li.lantana_item.mint {
  background-color: #23a59b;
}
li.lantana_item.blue {
  background-color: #cc071d;
}
li.lantana_item.entreprises{
  background-color: #505560; 
  transition: all 0.35s ease;
}
li.lantana_item.entreprises:hover {
    background-color: #303540;
}

li.lantana_item.orange ul li a:hover {
  color: #f17105;
}
li.lantana_item.green ul li a:hover {
  color: #a7b800;
}
li.lantana_item.violet ul li a:hover {
  color: #8d356d;
}
li.lantana_item.yellow ul li a:hover {
  color: #ffa519;
}
li.lantana_item.mint ul li a:hover {
  color: #23a59b;
}
li.lantana_item.blue ul li a:hover {
  color: #cc071d;
}


li.lantana_item {
  padding: 0 15px;
  height: 46px;
  border-left: 5px solid #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
li.lantana_item > a {
  font-size: 15px;
  line-height: 15px;
  font-family: Roboto;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

li.lantana_item:hover::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 15px solid grey;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 9999;
}
li.lantana_item.entreprises:hover::after {
	display: none;
}
li.lantana_item.orange::after {
  border-left-color: #f17105;
}
li.lantana_item.green::after {
  border-left-color: #a7b800;
  top: 48px;
}
li.lantana_item.violet::after {
  border-left-color: #8d356d;
  top: 96px;
}
li.lantana_item.yellow::after {
  border-left-color: #ffa519;
  top: 144px;
}
li.lantana_item.mint::after {
  border-left-color: #23a59b;
  top: 192px;
}
li.lantana_item.blue::after {
  border-left-color: #cc071d;
  top: 239px;
}

li.lantana_item:hover .sub_new_lantana_menu {
  display: flex;
}
.sub_new_lantana_menu {
  position: absolute;
  display: none;
  justify-content: space-between;
  left: 270px;
  top: 0;
  background: linear-gradient(
    to right,
    transparent 0,
    transparent 5px,
    #fff 5px
  );
  width: 800px;
  height: 333px;
  padding: 30px;
  text-align: left;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.sub_new_lantana_menu ul.menu {
  list-style: none;
}
.sub_new_lantana_menu ul.menu li {
  font-size: 15px;
  line-height: 1.25;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #253035;
}
li.lantana_item.orange .sub_new_lantana_menu ul.menu li {
  border-color: #f17105;
}
li.lantana_item.green .sub_new_lantana_menu ul.menu li {
  border-color: #a7b800;
}
li.lantana_item.violet .sub_new_lantana_menu ul.menu li {
  border-color: #8d356d;
}
li.lantana_item.yellow .sub_new_lantana_menu ul.menu li {
  border-color: #ffa519;
}
li.lantana_item.mint .sub_new_lantana_menu ul.menu li {
  border-color: #23a59b;
}
li.lantana_item.blue .sub_new_lantana_menu ul.menu li {
  border-color: #cc071d;
}
.sub_new_lantana_menu ul.menu li:first-of-type {
  padding-top: 0;
  border-top: none;
}
.sub_new_lantana_menu ul.menu li a {
  color: #253035;
}

.vig_cta_col {
  width: 300px;
}
.vig_cta_col a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  width: 220px;
  margin: 25px auto auto;
  padding: 7px 10px 5px;
  background-color: rgb(255, 102, 0);
  height: 45px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid rgb(255, 68, 0);
}
.vig_cta_col a p {
  color: #fff;
  font-weight: 700;
}
.vig_cta_col a svg {
  width: 20px;
  height: 23px;
  color: #fff;
  margin-right: 7.5px;
}

.menu-menu_creation_jardin-container {
  position: relative;
}

li.lantana_item.green .sub_new_lantana_menu ul.menu li ul.sub-menu {
  display: none;
}
li.lantana_item.green .sub_new_lantana_menu ul#menu-menu_creation_jardin {
  width: 275px;
}
li.lantana_item.green .sub_new_lantana_menu ul.menu li:hover ul.sub-menu {
  display: block;
  position: absolute;
  top: 0;
  left: 275px;
  width: 150px;
  list-style: none;
  padding-left: 15px;
}
li.lantana_item.green .sub_new_lantana_menu ul.menu li ul.sub-menu li {
}
li.lantana_item.green .sub_new_lantana_menu li:first-of-type {
  padding-top: 0;
}
li.lantana_item.green .sub_new_lantana_menu li {
  padding-top: 3px;
  padding-bottom: 3px;
}
li.lantana_item.green .sub_new_lantana_menu ul#menu-menu_creation_jardin > li {
  padding-bottom: 4px;
}
li.lantana_item.green
  .sub_new_lantana_menu
  ul#menu-menu_creation_jardin
  > li
  > a {
  font-size: 14px;
  letter-spacing: -0.25px;
}
li.lantana_item.green .sub_new_lantana_menu ul.menu li ul.sub-menu li {
  padding-bottom: 7px;
  padding-top: 7px;
}
li.lantana_item.green
  .sub_new_lantana_menu
  ul.menu
  li
  ul.sub-menu
  li:first-of-type {
  padding-top: 0;
}
li.lantana_item.green .sub_new_lantana_menu ul.sub-menu a {
  font-size: 13px;
}

.new_footer_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: auto;
  max-width: 1200px;
}
.new_footer_container .new_footer_col {
  width: 23%;
}
.new_footer_container .new_footer_col.column_3 {
  width: 28%;
}
.new_footer_container .new_footer_col.column_4 {
  width: 18%;
}
.new_footer_col h4 {
  font-weight: 400;
  font-family: "Catamaran";
  font-size: 20px;
}
.new_footer_col.column_1 h4 {
  color: #a7b800 !important;
  font-weight: 700;
}
.new_footer_col p {
  color: #fff;
  font-family: "Catamaran";
  font-size: 18px;
  line-height: 22px;
}
.new_footer_col.column_1 a {
  color: #a7b800 !important;
  display: block;
  border: 1px solid #a7b800;
  border-radius: 5px;
  width: 110px;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding: 9px 0 7px 0;
  margin-top: 5px;
}
ul.new_footer_menu {
  list-style: none;
  margin-bottom: 20px;
}
.new_footer_menu li {
  padding-bottom: 8px;
  line-height: 18px;
}
.new_footer_menu li a {
  font-weight: 400 !important;
  font-family: "Catamaran";
  font-size: 16px;
}
.new_footer_col.column_2 h4:after,
.new_footer_col.column_4 h4:after {
  content: "";
  display: block;
  height: 1px;
  width: 50px;
  background: #fff;
  margin-top: 15px;
}
.newsletter_wrap {
  padding: 25px;
  background-image: url("https://www.lantanapaysage.fr/wp-content/uploads/2020/07/neswletter-bkgd.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.new_footer_col.column_4 h4:last-of-type {
  margin-top: 35px;
}
.new_footer_col.column_4 img {
  margin-right: 10px;
}

/* --------------- FIN --------------- */

#back-top {
  left: 30px;
  right: unset;
}

.displaynone {
  display: none !important;
}

.header-wrapper.header-advanced .secondary-title {
  display: none;
}

.maxwidth {
  max-width: 1200px;
  margin: auto;
}
.maxwidth.vc_row {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.grecaptcha-badge {
  visibility: hidden;
}

.page-template-agences .bandeauHeader,
.agence .bandeauHeader,
.parrainage .bandeauHeader {
  min-height: 65px !important;
}
.single-post .bandeauHeader {
  min-height: 20px !important;
}
.single-post .blog-post .content-article p,
.single-post .blog-post .content-article ul,
.single-post .blog-post .content-article ol {
  color: black;
}
.blog article.blog-post,
.single-post .swiper-entry {
  z-index: 0;
}
article.blog-post .content-article .off-center-left.wpb_column {
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
article.blog-post .content-article {
  max-width: 1000px;
  margin: auto;
}

.page-id-6561 .bandeauHeader:after {
  content: "« Lantana Paysage, sponsor du class40 de Louis Duc, arrivé second à la Transat Jacques Vabre 2015 »";
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  color: black;
  font-style: italic;
  display: block;
  padding: 1px 5px;
  right: 0;
  font-size: 12px;
}

.error404 .bandeauHeader {
  background-image: url(/wp-content/uploads/2019/01/fond-bandeau-cta-devis_ok.jpg) !important;
  min-height: 475px;
}
.error404 .page-404 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 15px;
}
.error404 .page-404 h2 {
  font-size: 65px;
}
.error404 .page-404 h1 {
  font-size: 35px;
}
.error404 .page-404 p {
  font-size: 22px;
}

.page-template-agences .bandeauHeader .text,
.blog .bandeauHeader .text,
.devis .bandeauHeader .text,
.parrainage .bandeauHeader .text,
.single-post .bandeauHeader .text,
.error404 .bandeauHeader .text {
  display: none;
}
.single-post #menu-menu-vertical,
.single-post .menu-menu-metiers-mobile-container {
  display: none !important;
}

/*.lantana-scroll .header-logo img {
  max-width: 130px;
  padding-left: 25px;
}
.lantana-scroll .slogan-lantana p {
  font-size: 20px;
}
header.lantana-scroll.header.main-header {
  background-image: none;
  box-shadow: 0 0 20px #555;
}
header.lantana-scroll {
  position: fixed;
  background-color: #fff;
  z-index: 999;
  width: 100%;
}*/



.fixed-sticky-header .header-logo img {
  max-width: 130px;
  padding-left: 25px;
}
.fixed-sticky-header .slogan-lantana p {
  font-size: 20px;
}
header.fixed-sticky-header.header.main-header {
  background-image: none;
  box-shadow: 0 0 20px #555;
}
header.fixed-sticky-header {
  position: fixed;
  background-color: #fff;
  z-index: 999;
  width: 100%;
}

.page .header-wrapper.header-advanced .navigation-wrapper {
  position: absolute !important;
}

footer.prefooter {
  background-color: #f5f5f8;
}
footer.prefooter > .container > .vc_row-fluid {
  /*max-width: 1350px; margin: auto;*/
}

footer.footer.text-color-light .footer-col1 p {
  color: #ffffff;
  font-family: Catamaran;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  padding-right: 15px;
}
footer.footer.text-color-light .footer-col1 a {
  display: block;
  width: 100px;
  border: 1px solid #a7b800;
  border-radius: 3px;
  color: #a7b800 !important;
  padding: 6px 9px 2px 9px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
}
footer.footer.text-color-light .footer-col1 h4 {
  font-family: Catamaran !important;
  font-weight: 700 !important;
  font-size: 22px;
  color: #a7b800;
}
footer.footer.text-color-light .footer-col2 h4,
footer.footer.text-color-light .footer-col4 h4 {
  text-align: left !important;
  font-family: Catamaran !important;
  font-weight: 400 !important;
  font-size: 22px;
  line-height: 26px;
}
footer.footer.text-color-light .footer-col2 h4:after,
footer.footer.text-color-light .footer-col4 h4:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #f5f5f8;
  margin-top: 10px;
}
footer.footer.text-color-light .footer-col2 ul {
  font-family: Catamaran;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 22px;
}

.footer-col1.vc_col-sm-3 .wpb_text_column,
.footer-col2.vc_col-sm-3 .wpb_text_column,
.footer-col3.vc_col-sm-3 .wpb_text_column,
.footer-col4.vc_col-sm-3 .wpb_text_column {
  margin-bottom: 25px;
}
footer.footer.text-color-light
  .footer-col4
  span.vc_icon_element-icon.fa.fa-facebook-official,
footer.footer.text-color-light
  .footer-col4
  span.vc_icon_element-icon.fa.fa-youtube-play {
  font-size: 3.75em !important;
}
.footer-col4.vc_col-sm-3 img.labelsi {
  max-height: 65px;
  width: auto;
}
.footer-col4.vc_col-sm-3 .labelleft {
  display: inline-block;
  width: 45%;
  margin-right: 3%;
}
.footer-col4.vc_col-sm-3 .labelleft img#croissanceplus {
  padding: 5px;
  background-color: #f2f2f2;
  display: block;
}

#jpo_block {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 25px auto;
}
#jpo_block img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .footer-col1.vc_col-sm-3,
  .footer-col2.vc_col-sm-3,
  .footer-col3.vc_col-sm-3,
  .footer-col4.vc_col-sm-3 {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}

/* BRAIDE CREUMB */
p#breadcrumbs {
  margin-left: 45px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
}
p#breadcrumbs strong {
  font-weight: normal !important;
}
p#breadcrumbs::before {
  content: "▷ ";
  color: black;
}

/* HEADER CTA */
header {
  z-index: 2147483638 !important;
}
/*header.header.main-header {
  background-image: url("/wp-content/uploads/2018/11/gardener-cta.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}*/
.alpe_link_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
	flex-wrap: wrap;
    padding: 10px 30px;
}

@media (min-width: 621px) and (max-width: 1280px) {
	.alpe_link_container {margin-bottom: 15px;}
}

.alpe_link_container .alpe_link {
    display: block;
    background: #606570;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    padding: 9px 12px;
    border-radius: 3px;
    width: 305px;
    text-align: center;
}
.alpe_link_container .alpe_link i {
    color: #ff9000;
}

a.lantanatjv_link { display: block; background: #151515; text-decoration: none; color: #fff; font-size: 14px; font-weight: 500; text-align: center; line-height: 1; text-transform: uppercase; padding: 9px 3px; width: 330px; border-radius: 3px; transition: all 0.35s ease; letter-spacing: 0.25px; margin: 0 15px; color: #fff; animation: 2s linear 1s infinite alternate bgcolor; position: relative; z-index: 1; }
a.lantanatjv_link i { animation: 1.5s ease-in-out 1s infinite alternate movei; }
a.lantanajob_link { display: block; background: #e20019; text-decoration: none; color: #fff; font-size: 14px; font-weight: 500; text-align: center; line-height: 1; text-transform: uppercase; padding: 9px 3px; width: 245px; border-radius: 3px; transition: all 0.35s ease; letter-spacing: 0.25px; margin: 0 15px; }
a.lantanajob_link:hover {color:#fff;}

@keyframes bgcolor {
  0% { background: #151515; color: #fff; }
  50%   { background: #ff6600; color: #fff; }
  100%   { background: #151515; color: #fff; }
}

@keyframes movei {
  0% { margin-right: 8px; }
  50%   { margin-right: 2px; }
  100%   { margin-right: 8px; }
}

.menu-wrapper .menu > li.nodesktop, .menu-mobile .menu > li.nodesktop {display: none;}

@media screen and (min-width: 761px) {
	a.lantanatjv_link:before { content: ""; display: block; height: 80px; width: 43px; position: absolute; z-index: 0; background: url('/wp-content/uploads/2021/09/ImocaLantana_TransatJacquesVabre2021_Silhouette.png'); left: -23px; top: -16px; animation: 3s ease-in-out infinite alternate moveboat; }

	@keyframes moveboat {
	  0% { left: -23px; opacity: 1; }
	  50%   { left: -35px; opacity: 0.15; }
	  100%   { left: -23px; opacity: 1; }
	}
}

@media (max-width: 620px) {
	
	.alpe_link_container {display: none;}
	a.alpe_link, a.lantanajob_link, a.lantanatjv_link  { font-size: 12px; width: auto !important; margin-bottom: 10px; padding-left: 9px; padding-right: 9px; }

	.menu-mobile .menu > li.nodesktop {display: block; border-bottom: none; padding-bottom: 0;}
	.menu-mobile .menu > li.nodesktop a { display: block; text-decoration: none; font-size: 14px; font-weight: 500; text-align: center; line-height: 1; text-transform: uppercase; padding: 9px 3px; width: 100%; border-radius: 3px; transition: all 0.35s ease; letter-spacing: 0.25px; margin: 0 auto; }
	.menu-mobile .menu > li.lantanatjv_link.nodesktop a{background: #151515; color: #ff6600;}
	.menu-mobile .menu > li.lantanajob_link.nodesktop a{background: #e20019; color: #fff;}
	.menu-mobile .menu > li.alpe_link.nodesktop a{background: #606570; color: #ff9000;}
}

header.header.main-header .container {
  background-image: url("/wp-content/uploads/2018/11/gardener-cta.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  max-width: 100%;
}
.header-logo {
  width: 20%;
  max-width: 195px;
  margin-left: 25px;
}
.line-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
  align-items: flex-end;
  align-self: flex-end;
}
.line-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 350px;
  margin-left: 35px;
}
.line-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.slogan-lantana {
}
.slogan-lantana p {
  font-size: 26px;
  line-height: 1.05;
  color: #555;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}
.slogan-lantana p span {
  font-weight: 700;
  color: #ff6600;
}

.rdv-lantana,
.call-lantana,
.ask-lantana {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.ask-lantana {
  padding: 5px 12px;
  background-color: #ff6600;
  height: 45px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #ff4400;
}
.ask-lantana:hover {
  background-color: #ff4400;
}

.call-lantana {
  padding: 5px 12px;
  background-color: #fff;
  height: 45px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #777;
}
.call-lantana p {
  font-size: 14px;
  padding-left: 8px;
  padding-top: 6px;
  color: #333;
  font-weight: 500;
  font-family: "Catamaran";
}
.call-lantana svg {
  color: #656565;
  margin-top: 2px;
}
.call-lantana svg {
  width: 19px;
}
.call-lantana:hover {
  background-color: #ff6600;
}
.call-lantana:hover p,
.call-lantana:hover svg {
  color: #fff;
}

.ask-lantana {
  margin-right: 35px;
  min-width: 220px;
}
.call-lantana {
  margin-right: 20px;
  min-width: 140px;
}
.ask-lantana p {
  font-size: 16px;
  padding-left: 8px;
  padding-top: 5px;
  color: #fff;
  font-weight: 700;
  font-family: "Catamaran";
}
.ask-lantana svg {
  color: #fff;
  margin-top: 2px;
}
.ask-lantana svg {
  width: 23px;
}

/*.call-lantana{border-bottom:5px solid #ff6600; height: 45px; margin-right: 55px;}*/
/*.call-lantana p{font-size: 16px; padding-left: 10px; padding-top: 4px; color: #222222; font-weight: 900; font-family: 'Catamaran';}*/
/*.rdv-lantana svg{width:27px; color:#ff6600;}*/
/*.call-lantana svg{width:21px; color:#ff6600;}*/

.menu-wrapper #menu-main-menu-1.menu > li > a:after {
  display: none;
}

.ask-lantana p.button-in-page a {
  font-size: 18px;
  padding-left: 10px;
  padding-top: 3px;
  color: #fff;
  font-weight: 700;
  font-family: "Catamaran";
}
/*.content .ask-lantana{width: 275px; margin: auto; margin-bottom:50px;}*/

/** MODULE RECHERCHE **/
.rechercheAgence {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  min-width: 400px;
  margin-right: 20px;
  background-color: #fff;
  height: 45px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #777;
}

.rechercheAgence > form {
  display: flex;
  margin-left: 20px;
  width: 100%;
  height: 41px;
  overflow: hidden;
  max-width: 190px;
  background-color: #f8f8f8;
}

.rechercheAgence > form input[type="text"] {
  width: 30px;
  padding: 0 0 0 10px;
  height: 41px;
  border-left: 1px solid #ddd;
}

.rechercheAgence > form > input {
  flex-grow: 1;
}

.rechercheAgence > form button {
  height: 41px;
  width: 36px;
  background-color: #777;
  color: #fff;
  padding: 0 25px 0 15px;
  border: 0px solid #777;
}
.rechercheAgence > form button:hover {
  background-color: #ff6600;
  border: 0px solid #777;
}

.rechercheAgence .form-text {
  height: 30px;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  font-family: Catamaran;
  text-transform: uppercase;
  min-width: 175px;
  margin: 0;
  padding: 11px 0 0 10px;
}

#menu-menu-vertical {
  margin-top: 80px;
  background-color: transparent;
  border-color: transparent;
  margin-left: 25px;
}

.secondary-menu-wrapper #menu-menu-vertical.menu > li > a {
  font-size: 15px;
  line-height: 15px;
  padding-right: 0px !important;
  text-align: center;
  border-bottom: 0px;
}
.secondary-menu-wrapper #menu-menu-vertical.menu > li {
  margin-bottom: 3px;
  padding: 0 15px;
  height: 52px;
  border-left: 5px solid #fff !important;
  position: relative;
}
#menu-menu-vertical > li:nth-child(1) {
  background-color: #f17105;
}
#menu-menu-vertical > li:nth-child(2) {
  background-color: #a7b800;
}
#menu-menu-vertical > li:nth-child(3) {
  background-color: #8d356d;
}
#menu-menu-vertical > li:nth-child(4) {
  background-color: #ffa519;
}
#menu-menu-vertical > li:nth-child(5) {
  background-color: #23a59b;
}
#menu-menu-vertical > li:nth-child(6) {
  background-color: #cc071d;
}

#menu-menu-vertical > li:nth-child(1) a {
  padding-top: 18px;
}
#menu-menu-vertical > li:nth-child(2) a {
  padding-top: 18px;
}
#menu-menu-vertical > li:nth-child(3) a {
  padding-top: 18px;
}
#menu-menu-vertical > li:nth-child(4) a {
  padding-top: 18px;
}
#menu-menu-vertical > li:nth-child(5) a {
  padding-top: 11px;
}
#menu-menu-vertical > li:nth-child(6) a {
  padding-top: 11px;
}

#container-sliderhome .vc_column-inner {
  padding-top: 0;
}
#container-sliderhome .wpb_revslider_element {
  padding-bottom: 0;
}
.home .forcefullwidth_wrapper_tp_banner,
.home .rev_slider_wrapper,
.home .rev_slider_wrapper .rev_slider {
  height: 450px !important;
}

.secondary-menu-wrapper #menu-menu-vertical.menu > li:hover:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 15px solid grey;
  border-right: 15px solid transparent;
  position: absolute;
  top: 0;
  right: -30px;
  z-index: 9999;
}
.secondary-menu-wrapper #menu-menu-vertical.menu > li:hover > a {
  color: rgba(255, 255, 255, 0.75);
}

.secondary-menu-wrapper #menu-menu-vertical.menu > li:nth-child(1):hover:after {
  border-left-color: #f17105;
}
.secondary-menu-wrapper #menu-menu-vertical.menu > li:nth-child(2):hover:after {
  border-left-color: #a7b800;
}
.secondary-menu-wrapper #menu-menu-vertical.menu > li:nth-child(3):hover:after {
  border-left-color: #8d356d;
}
.secondary-menu-wrapper #menu-menu-vertical.menu > li:nth-child(4):hover:after {
  border-left-color: #ffa519;
}
.secondary-menu-wrapper #menu-menu-vertical.menu > li:nth-child(5):hover:after {
  border-left-color: #23a59b;
}
.secondary-menu-wrapper #menu-menu-vertical.menu > li:nth-child(6):hover:after {
  border-left-color: #cc071d;
}

.sb-cta-lantana {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 195px;
  margin: auto;
  margin-top: 40px;
  padding: 7px 10px 5px 10px;
  background-color: #ff6600;
  height: 45px;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #ff4400;
}
.sb-cta-lantana p {
  font-size: 14px;
  padding-left: 5px;
  padding-top: 3px;
  color: #fff;
  font-weight: 700;
  font-family: "Catamaran";
}
.sb-cta-lantana svg {
  width: 21px;
  color: #fff;
}

#menu-menu-vertical .sb-cta-lantana a {
  padding-top: 0 !important;
  width: 100%;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#menu-menu-vertical .sb-cta-lantana {
  margin-top: 20px;
  height: 42px;
}
#menu-menu-vertical .wpb_raw_code.wpb_content_element {
  margin-bottom: 25px;
}

#menu-menu-vertical
  .item-design-mega-menu
  .menu-static-block.nav-sublist-dropdown {
  width: 800px;
}
#menu-menu-vertical .menu-static-block #sb-inject-menu .menu {
  border: none;
  width: 100%;
  background-color: transparent;
  position: relative;
}
#menu-menu-vertical .menu-static-block #sb-inject-menu .menu-element {
  max-width: none;
}
#menu-menu-vertical
  .menu-static-block
  #sb-inject-menu
  .menu-element
  .menu
  .item-design-dropdown
  a {
  white-space: unset;
}
#menu-menu-vertical .menu-static-block {
  border: none;
  background-color: rgba(255, 255, 255, 0.975);
  margin-left: 5px !important;
  top: 0 !important;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.75);
  max-height: 326px;
}
#menu-menu-vertical .menu-static-block ul {
  font-family: Catamaran;
  padding-left: 25px;
  font-size: 18px;
  color: #252525;
  font-weight: 400;
  padding-right: 15px;
}
#menu-menu-vertical .menu-static-block ul li {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid grey;
}
#menu-menu-vertical .menu-static-block ul li a:before {
  content: "• ";
  color: orange;
  padding-right: 3px;
}
#menu-menu-vertical .menu-static-block #sb-inject-menu ul li a {
  font-size: 14.5px;
  line-height: 14.5px;
  padding-bottom: 12.5px;
  padding-top: 12.5px;
}
#menu-menu-vertical
  .menu-static-block
  .wpb_single_image
  .vc_single_image-wrapper {
  max-width: 305px;
  max-height: 205px;
  overflow: hidden;
  padding-top: 5px;
}
#menu-menu-vertical .menu-static-block .wpb_single_image {
  margin-bottom: 25px;
}

#menu-menu-vertical .menu-static-block ul li:hover {
  background-color: #556065;
}
#menu-menu-vertical .menu-static-block ul li:hover a {
  color: #fff;
}
#menu-menu-vertical .menu-static-block ul li:hover:before {
  color: #556065;
}

#menu-menu-vertical > li:nth-child(2) .menu-static-block {
  top: -55px !important;
}
#menu-menu-vertical > li:nth-child(3) .menu-static-block {
  top: -110px !important;
}
#menu-menu-vertical > li:nth-child(4) .menu-static-block {
  top: -165px !important;
}
#menu-menu-vertical > li:nth-child(5) .menu-static-block {
  top: -220px !important;
}
#menu-menu-vertical > li:nth-child(6) .menu-static-block {
  top: -275px !important;
}

.zindex-grid {
  z-index: 0;
  position: relative;
}

#menu-menu-vertical .menu-static-block #sb-creajardin #sb-inject-menu ul li a {
  font-size: 13.25px;
  line-height: 13px;
  padding-bottom: 6.5px;
  padding-top: 6.5px;
}
#menu-menu-vertical .menu-static-block #sb-creajardin #sb-inject-menu ul {
  padding-left: 20px;
  padding-bottom: 15px;
}
#menu-menu-vertical .menu-static-block #sb-creajardin {
  padding-top: 15px;
}
#sb-amenagterrasse {
}
#sb-amenagcour {
}
#sb-autresamenag {
}
#sb-entretien {
}

#menu-menu-vertical
  .menu-static-block
  #sb-creajardin
  #sb-inject-menu
  ul
  li
  .nav-sublist-dropdown {
  top: -177px !important;
  padding: 0 20px 0 20px;
  border: none;
  background-color: transparent;
  max-width: 225px;
}
#menu-menu-vertical
  .menu-static-block
  #sb-creajardin
  #sb-inject-menu
  ul
  li
  .nav-sublist-dropdown
  ul
  li {
  width: 100%;
  border-bottom: none;
}
#menu-menu-vertical
  .menu-static-block
  #sb-creajardin
  #sb-inject-menu
  ul
  li
  .nav-sublist-dropdown
  ul
  li
  a {
  font-size: 13.25px;
  line-height: 13px;
  padding-bottom: 6.5px;
  padding-top: 6.5px;
  text-transform: unset;
  color: #585c62;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}
#menu-menu-vertical
  .menu-static-block
  #sb-creajardin
  #sb-inject-menu
  ul
  li
  .nav-sublist-dropdown
  ul
  li:hover
  a {
  color: #ffffff;
}

@media only screen and (min-width: 993px) {
  body .header-wrapper.header-advanced header > .container .container-wrapper {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 1181px) {
  .menu-main-menu-container #menu-main-menu-1.menu li a {
    font-size: 14px;
  }
  .menu-main-menu-container #menu-main-menu-1.menu {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }
  .menu-main-menu-container #menu-main-menu-1.menu > li.menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-main-menu-container #menu-main-menu-1.menu > li.menu-item a {
    line-height: 12px;
  }
  .menu-main-menu-container
    #menu-main-menu-1.menu
    > li.menu-item
    > a.item-link {
    padding-left: 2em;
    padding-right: 2em;
  }
  .menu-main-menu-container #menu-main-menu-1.menu > li.menu-item:hover {
    background-color: rgba(150, 211, 0, 0.85);
    opacity: 1;
  }
  /*.header-wrapper.header-advanced
    header.lantana-scroll
    .container
    .container-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
  }*/
  .header-wrapper.header-advanced
    header.fixed-sticky-header
    .container
    .container-wrapper {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .qui-sub-class ul.sub-menu {
    display: none;
  }
  .qui-sub-class:hover ul.sub-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    position: absolute;
    top: 51.25px;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.8);
    width: 450px;
    text-transform: uppercase;
  }
  .qui-sub-class ul.sub-menu li a {
    width: 100%;
    padding: 15px 12px;
    display: block;
    color: #fff;
    letter-spacing: 0.25px;
    background-color: transparent;
    transition: all 0.25s ease;
  }
  .qui-sub-class ul.sub-menu li:hover a {
    background-color: #84bc0b;
  }
}

@media only screen and (max-width: 1180px) {
  .qui-sub-class ul.sub-menu {
    font-size: 14px;
    padding: 15px 0 0 0;
  }
}

@media only screen and (min-width: 1680px) {
  .header-wrapper.header-advanced .navigation-wrapper > .container {
    max-width: 1680px;
  }
  header.header.main-header {
    max-width: 1680px;
    margin: auto;
  }
  /*header.header.main-header.lantana-scroll {
    max-width: 100%;
  }*/
  header.header.main-header.fixed-sticky-header {
    max-width: 100%;
  }
  .menu-main-menu-container #menu-main-menu-1.menu > li.menu-item a {
    line-height: 12px;
    letter-spacing: 1.75px;
    font-size: 15px;
  }
  .menu-main-menu-container
    #menu-main-menu-1.menu
    > li.qui-sub-class
    .sub-menu
    li
    a {
    font-size: 14px;
  }
  .qui-sub-class:hover ul.sub-menu {
    top: 55.25px;
    width: 520px;
  }
  .qui-sub-class:hover ul.sub-menu li a {
    letter-spacing: 0.75px;
  }
}

.fixed-enabled.fixed-header .navbar-header {
  width: 0;
}
.fixed-enabled.fixed-header
  .menu-main-menu-container
  #menu-main-menu-1.menu
  .menu-item {
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
.fixed-enabled.fixed-header
  .menu-main-menu-container
  #menu-main-menu-1.menu
  .menu-item
  a {
  color: #333;
}
.fixed-enabled.fixed-header
  .menu-main-menu-container
  #menu-main-menu-1.menu
  .menu-item:hover {
  border-bottom: 2px solid #96d300 !important;
  background-color: transparent;
}

/* TYPO */

.titlehead h1,
.titlehead h2 {
  font-family: Catamaran;
  text-align: center;
}
.titlehead h1 {
  font-size: 50px;
  font-weight: 700;
  color: #6ec965;
  padding-top: 35px;
}
.titlehead h2 {
  font-size: 33px;
  font-weight: 900;
  color: #333;
}
.titlehead h2:after {
  content: "";
  display: block;
  margin: 15px auto;
  height: 5px;
  width: 100px;
  background-color: #a7b800;
}

.grand-texte p {
  font-family: Catamaran;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #222;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.grand-texte ul li {
  font-family: Catamaran;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #222;
  padding-bottom: 10px;
  margin-bottom: 0;
  list-style: none;
}
.grand-texte ul li::before {
  content: "\2022";
  color: #ffb94c;
  padding-right: 10px;
  margin-left: -15px;
}

.phrase-info h3 {
  letter-spacing: 1px;
  color: #555;
  font-size: 29px;
  font-weight: 400;
  text-transform: unset;
}
.info-etape hr {
  height: 6px;
  border-top-width: 0;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 15px;
}
.info-etape h3:first-child {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 15px;
}
.info-etape p {
  font-size: 16px;
  color: #555;
  padding: 0 20px;
}

/* Couleurs pages */

.yellow .titlehead h1 {
  color: #ffa519;
}
.yellow .titlehead h2:after {
  background-color: #ffb94c;
}

.purple .titlehead h1 {
  color: #8d356d;
}
.purple .titlehead h2:after {
  background-color: #8d356d;
}

.orange .titlehead h1 {
  color: #ee6f1d;
}
.orange .titlehead h2:after {
  background-color: #ee6f1d;
}

.green .titlehead h1 {
  color: #a7b61e;
}
.green .titlehead h2:after {
  background-color: #a7b61e;
}

.blue .titlehead h1 {
  color: #3aa59a;
}
.blue .titlehead h2:after {
  background-color: #3aa59a;
}

.red .titlehead h1 {
  color: #cc071d;
}
.red .titlehead h2:after {
  background-color: #cc071d;
}

/* SPECIFIQUES */

.home .vc_grid.vc_row {
  position: relative;
  z-index: 0;
}
.vc_gitem-animated-block {
  background-color: #5aa032;
}
.vc_grid-item .vc_gitem-zone {
  opacity: 1;
  transition: all 0.35s ease;
}
.vc_grid-item:hover .vc_gitem-zone {
  opacity: 0.5;
}
#domains-row .col-icon p {
  font-size: 18px;
  line-height: 24px;
  font-family: Catamaran;
  font-weight: 300;
  color: #555;
}
.col-icon img {
  width: 200px;
}

.bg-green {
  background-color: #d7ddd9;
  padding: 50px 0;
}

.green-button a {
  background-color: #5aa032;
  color: #fff;
  padding: 5px 25px;
  border-radius: 3px;
  font-size: 22px;
  font-family: Catamaran;
  box-shadow: 0px 0px 12px grey;
  font-weight: 700;
  transition: all 0.35s ease-in-out;
}
.green-button a:hover {
  border-radius: 30px;
  box-shadow: 0px 0px 6px white;
}

#actuslider .swiper-entry {
  z-index: 0;
}
#actuslider .posts-slider .slide-view-horizontal .wp-picture,
#actuslider .posts-slider .slide-view-horizontal .grid-post-body {
  float: none;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
#actuslider .post-categories,
#actuslider .meta-post {
  display: none;
}
#actuslider .posts-slider article .content-article {
  font-size: 16px;
  line-height: 1.45;
  color: #333;
}

.bg-imgreen {
  background-image: url("/wp-content/uploads/2019/01/bandeau_PackConfort.jpg");
  background-position: center bottom;
  background-size: cover;
  padding-top: 60px;
}
.bg-imgreen p,
.bg-imgreen h2,
.bg-imgreen h3 {
  color: #fff;
}
#reassurance p {
  font-size: 18px;
  line-height: 24px;
  font-family: Catamaran;
  font-weight: 300;
}
.maxwidth strong {
  letter-spacing: 0.75px;
}

.vc_tta-panel-body {
  background-color: #fff !important;
}

.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::after,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-panel
  .vc_tta-panel-body::before {
  border: 0;
}

/* Bandeau vert DEVIS */

.bandeau-devis {
  width: 100%;
  padding: 15px 5px;
  background-color: #80bc24;
  background-image: url("/wp-content/uploads/2018/10/motif-lantana.png");
  background-repeat: repeat;
  margin-bottom: 75px;
  display: flex !important;
  justify-content: center;
}
.bandeau-devis .maxwidth .wpb_content_element .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.bandeau-devis h4 {
  color: #fff;
  font-size: 28px;
  font-family: Catamaran;
  font-weight: 700;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 0;
}
/*.bandeau-devis a{display:block; background-color:#34bc24; color:#fff; text-align: center; padding: 10px 25px; font-size: 22px; font-family: 'Catamaran'; font-weight: 700; text-transform: uppercase; border-radius: 30px; border: 2px solid #fff;}
.bandeau-devis a:hover{background-color:#fff; color:#34bc24;}*/

/* Call to Action Devis */
.cta-devis {
  width: 100%;
  padding: 15px 5px;
  background-image: url("/wp-content/uploads/2019/01/fond-bandeau-cta-devis_ok.jpg");
  background-repeat: no-repeat;
  margin-bottom: 30px;
  display: flex !important;
  justify-content: center;
  background-size: cover;
}
.cta-devis .maxwidth .wpb_content_element .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cta-devis h4 {
  color: #fff;
  font-size: 28px;
  font-family: Catamaran;
  font-weight: 700;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 0;
}
.container-cta-devis {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.btn-cta-devis {
  background-color: #ee6f1d;
  color: #fff;
}
.container-cta-devis p {
  margin-top: 0;
}
.cta-devis a.ask-lantana {
  margin-right: 0;
}

/* Call to Action Réassurance */
.cta-reassur {
  width: 100%;
  padding: 15px 5px;
  background-image: url("/wp-content/uploads/2018/12/50439_CNI-copie-1024x683.jpg");
  background-repeat: no-repeat;
  margin-bottom: 30px;
  display: flex !important;
  justify-content: center;
  background-size: cover;
}
.cta-reassur .maxwidth .wpb_content_element .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cta-reassur h4 {
  color: #fff;
  font-size: 28px;
  font-family: Catamaran;
  font-weight: 700;
  text-align: center;
  padding: 0 15px;
  margin-bottom: 0;
}
.container-cta-reassur {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.btn-cta-reassur {
  background-color: #ee6f1d;
  color: #fff;
}
.container-cta-reassur p {
  margin-top: 0;
}
.btn-reassur {
  padding-top: 10px;
  padding-right: 35px;
  padding-left: 35px;
  padding-bottom: 10px;
  background-color: #a7b800;
  font-size: 16px;
  font-family: "Catamaran";
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.btn-reassur:hover {
  background-color: #5a9f32;
  color: #fff;
  transition: 0.8s all;
  -webkit-transition: 0.8s all;
  -moz-transition: 0.8s all;
}
.cta-reassur p .grand-texte {
  font-size: 26px;
}

/* RAPPEL MENU METIERS BAS DE PAGE */

.menu-interne.menu-element ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.menu-interne.menu-element ul.menu li {
  display: flex;
  text-align: center;
  border-radius: 2px;
  justify-content: center;
  box-shadow: 0 0 9px #777;
  border: 1px solid #fff;
  transition: all 0.35s ease;
  background-color: #6ec965;
  width: 23%;
  margin-right: 2.5%;
  font-weight: 700;
  font-family: "Catamaran";
}
.menu-interne.menu-element ul.menu li:last-child {
  margin-right: 0;
}
.menu-interne.menu-element ul.menu li:hover {
  border-radius: 12px;
}
.menu-interne.menu-element ul.menu li a {
  white-space: unset;
  align-self: center;
  color: #fff;
  font-size: 16px;
}
.menu-interne.menu-element ul.menu li a {
  border-bottom: none;
}

.orange .menu-interne.menu-element ul.menu li {
  background-color: #ee6f1d;
  width: 15%;
  margin-right: 2%;
}
.orange .menu-interne.menu-element ul.menu li:last-child {
  margin-right: 0;
}

.green .menu-interne.menu-element ul.menu {
  flex-wrap: wrap;
}
.green .menu-interne.menu-element ul.menu li:nth-child(1),
.green .menu-interne.menu-element ul.menu li:nth-child(2),
.green .menu-interne.menu-element ul.menu li:nth-child(3),
.green .menu-interne.menu-element ul.menu li:nth-child(4) {
  width: 18.25%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.green .menu-interne.menu-element ul.menu li:nth-child(5) {
  width: 18.25%;
  margin-right: 0;
  margin-bottom: 10px;
}
.green .menu-interne.menu-element ul.menu li {
  background-color: #a7b61e;
  width: 15%;
  margin-right: 2%;
}
.green .menu-interne.menu-element ul.menu li:last-child {
  margin-right: 0;
}

.green .menu-interne.menu-element ul.menu li a:after {
  display: none;
}
.green .menu-interne.menu-element ul.menu li .nav-sublist-dropdown {
  display: none;
}

.green.thirdlevel .menu-interne.menu-element ul.menu {
  flex-wrap: wrap;
}
.green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(1),
.green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(2),
.green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(3),
.green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(4) {
  width: 18.25%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(5) {
  width: 18.25%;
  margin-right: 0;
  margin-bottom: 10px;
}
.green.thirdlevel .menu-interne.menu-element ul.menu li {
  background-color: #a7b61e;
  width: 23%;
  margin-right: 2%;
}
.green.thirdlevel .menu-interne.menu-element ul.menu li:last-child {
  margin-right: 0;
}

.purple .menu-interne.menu-element ul.menu li {
  background-color: #8d356d;
  width: 18.4%;
  margin-right: 2%;
}
.purple .menu-interne.menu-element ul.menu li:last-child {
  margin-right: 0;
}

.yellow .menu-interne.menu-element ul.menu li {
  background-color: #ffb94c;
  width: 49%;
  margin-right: 2%;
}
.yellow .menu-interne.menu-element ul.menu li:last-child {
  margin-right: 0;
}

.blue .menu-interne.menu-element ul.menu li {
  background-color: #3aa59a;
  width: 15%;
  margin-right: 2%;
}
.blue .menu-interne.menu-element ul.menu li:last-child {
  margin-right: 0;
}

.red .menu-interne.menu-element ul.menu li {
  background-color: #cc071d;
  width: 15%;
  margin-right: 2%;
}
.red .menu-interne.menu-element ul.menu li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 960px) {
  .menu-interne.menu-element ul.menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .menu-interne.menu-element ul.menu {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .menu-interne.menu-element ul.menu li,
  .orange .menu-interne.menu-element ul.menu li,
  .green .menu-interne.menu-element ul.menu li:nth-child(1),
  .green .menu-interne.menu-element ul.menu li:nth-child(2),
  .green .menu-interne.menu-element ul.menu li:nth-child(3),
  .green .menu-interne.menu-element ul.menu li:nth-child(4),
  .green .menu-interne.menu-element ul.menu li:nth-child(5),
  .green .menu-interne.menu-element ul.menu li,
  .green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(1),
  .green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(2),
  .green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(3),
  .green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(4),
  .green.thirdlevel .menu-interne.menu-element ul.menu li:nth-child(5),
  .green.thirdlevel .menu-interne.menu-element ul.menu li,
  .purple .menu-interne.menu-element ul.menu li,
  .yellow .menu-interne.menu-element ul.menu li,
  .blue .menu-interne.menu-element ul.menu li,
  .red .menu-interne.menu-element ul.menu li {
    width: 100%;
    margin-right: 0%;
  }
}

/* ARGUMENT métier */
/* classes : post-argument --- argument-photo ratiobox */

.post-argument .argument-photo {
  margin-bottom: 20px;
}
.post-argument .titlehead {
  margin-bottom: 15px;
}
.post-argument h3 {
  font-family: Catamaran;
  font-weight: 700;
  text-transform: unset;
  text-align: center;
  font-size: 26px;
}
.post-argument h3::after {
  content: "";
  display: block;
  width: 65px;
  height: 5px;
  background-color: #ffa519;
  margin: 12px auto 0 auto;
}
.post-argument p {
  font-family: Catamaran;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #353535;
}
/*.argument-photo figure a{max-height: 190px; overflow: hidden;}*/

.ratiobox {
  overflow: hidden;
}

/* yellow*/
.bandeau-jaune {
  background-color: #ffa519;
}
.bandeau-gris {
  background-color: #333537;
}
.bandeau-jaune .titlehead h2,
.bandeau-gris .titlehead h2 {
  padding-top: 35px;
}
.bandeau-gris .titlehead h2,
.bandeau-gris .grand-texte p {
  color: #fff;
}
.yellow .bandeau-jaune .titlehead h2:after {
  background-color: #fff;
}

/* purple */

.bandeau-violet {
  background-color: #8d356d;
}
.bandeau-violet .titlehead h2,
.bandeau-gris .titlehead h2 {
  padding-top: 35px;
}
.purple .bandeau-violet .titlehead h2:after {
  background-color: #fff;
}
.bandeau-gris .titlehead h2,
.bandeau-gris .grand-texte p {
  color: #fff;
}

/* orange */
.bandeau-orange {
  background-color: #ee6f1d;
}
.bandeau-orange .titlehead h2,
.bandeau-gris .titlehead h2 {
  padding-top: 35px;
}
.orange .bandeau-orange .titlehead h2:after {
  background-color: #fff;
}
.bandeau-gris .titlehead h2,
.bandeau-gris .grand-texte p {
  color: #fff;
}

/* green*/

.bandeau-vert {
  background-color: #a7b61e;
}
.bandeau-vert .titlehead h2,
.bandeau-gris .titlehead h2 {
  padding-top: 35px;
}
.green .bandeau-vert .titlehead h2:after {
  background-color: #fff;
}
.bandeau-gris .titlehead h2,
.bandeau-gris .grand-texte p {
  color: #fff;
}

.green .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span {
  font-size: 20px;
  color: #333333;
}
.green .vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading a span:after {
  background-color: #a7b61e !important;
}

/* blue*/

.bandeau-bleu {
  background-color: #30a59a;
}
.bandeau-bleu .titlehead h2,
.bandeau-gris .titlehead h2 {
  padding-top: 35px;
}
.blue .bandeau-bleu .titlehead h2:after {
  background-color: #fff;
}
.bandeau-gris .titlehead h2,
.bandeau-gris .grand-texte p {
  color: #fff;
}
.blue .bandeau-gris .titlehead h2:after {
  background-color: #30a59a;
}

/* red */

.bandeau-rouge {
  background-color: #cc071d;
  color: #fff;
}
.bandeau-rouge .titlehead h2,
.bandeau-gris .titlehead h2 {
  padding-top: 35px;
}
.bandeau-rouge .titlehead h2 {
  color: #fff;
}
.red .bandeau-rouge .titlehead h2:after {
  background-color: #333537;
}
.red .bandeau-gris .titlehead h2:after {
  background-color: #cc071d;
}
.bandeau-rouge .grand-texte p {
  color: #fff;
}

/* PARRAINAGE */

.parrainage .titlehead h2 {
  text-transform: unset;
  font-weight: 600;
  margin-top: 50px;
  font-size: 42px;
}
.parrainage .titlehead .vert {
  color: #7ab800;
  font-weight: 900;
}
.parrainage .titlehead h3 {
  text-transform: unset;
  font-weight: 700;
  font-size: 32px;
  color: #a7b61e;
}
.parrainage .titlehead h3.bis {
  font-weight: 500;
  color: #263746;
}
.parrain-etapes .vc_col-sm-3 {
  background-color: #f9f9f9;
  border-right: 1px solid #555;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.parrain-etapes .vc_col-sm-3 h4 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.parrain-etapes .vc_col-sm-3 p {
  font-family: Catamaran;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #333;
}
.parrain-etapes .vc_col-sm-3 h4:after {
  content: "";
  display: block;
  margin: 15px auto auto auto;
  width: 35px;
  height: 5px;
  background-color: #ff6600;
}
.parrainage .parrain-btn a {
  font-family: Catamaran;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  display: block;
  margin: auto;
  width: 310px;
  padding: 15px 20px 10px 20px;
  background-color: #7ab800;
  border-radius: 3px;
  margin-top: 25px;
  transition: all 0.35s ease;
}
.parrainage .parrain-btn a img {
  padding-bottom: 9px;
  opacity: 1;
  transition: all 0.35s ease;
}
.parrainage .parrain-btn a:hover {
  border-radius: 18px;
}
.parrainage .parrain-btn a:hover img {
  opacity: 0.5;
}

/* AGENCE */

.agence .bandeauHeader .text {
  display: none;
}

.cards .card.dpt41g a {
  padding: 15px 15px 15px 15px;
}
.card.dpt41g h3 {
  font-size: 19px;
  margin-bottom: 0;
}
.card.dpt41g h3 span {
  font-weight: 700;
  font-size: 16px;
}
.card.dpt41g h3:nth-child(4) {
  padding-top: 5px;
}
.card.dpt41g p.location,
.card.dpt41g p.phone {
  font-size: 14px;
  line-height: 18px;
}

.agence {
}
.agence-contact {
  background-color: #80bc24;
  padding-top: 35px;
  margin-bottom: 35px;
}
.agence-contact .maxheight {
  margin-bottom: 0;
}
.maxtext {
  background-color: #fff;
  padding: 15px;
}
.doublagence .col-agence h3 {
  margin-bottom: 0.15em;
}
.col-agence h4 {
  font-family: Catamaran;
  font-size: 30px;
  font-weight: 700;
}
.doublagence .col-map h4 {
  margin-bottom: 0.25em;
  font-weight: 700;
}
.col-map .maxtext p {
  font-family: Catamaran;
  font-size: 24px;
  line-height: 28px;
  color: #333;
}
.col-map.double_coor .maxtext p {
    font-family: Catamaran;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}
.col-conseil p {
  font-family: Catamaran;
  font-size: 20px;
  color: #333;
  line-height: 34px;
}
.col-conseil a.tel {
  background-color: #34bc24;
  padding: 0 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.75px;
  border-radius: 20px;
}
.col-conseil a.mail {
  font-weight: 700;
  color: #34bc24;
}

.agence .grand-texte a {
  color: #34bc24;
}

.agence .carrousel-posts {
  margin-bottom: 55px;
}

@media screen and (min-width: 767px) {
  .agence-contact .maxheight {
    max-height: 250px;
    overflow: hidden;
  }
  .maxtext {
    height: 145px;
  }
  .doublagence .maxtext {
    height: 245px;
  }

  /*** UPDATE NICOLAS ***/

  .fixed-sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    background-color: rgb(255,255,255);
  }
}

/* Bandeau Header page - NO SLIDER */
.bandeauHeader {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bandeauHeader .text {
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 590px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.55);
  margin: 0 10% 45px 0;
  animation-name: textdivfade;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.bandeauHeader .text h3,
.bandeauHeader .text p {
  font-family: Catamaran;
  font-weight: 700;
  color: #fff;
}
.bandeauHeader .text h3 {
  font-size: 60px;
  letter-spacing: -0.35px;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 10px;
}
.bandeauHeader .text p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.bandeauHeader .text p a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 14px;
  padding: 3px 9px;
  background-color: #ff6600;
  border-radius: 2px;
}

@keyframes textdivfade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* NOUVEAU SLIDER en HOME - MetaSlider */

.metasliderhome ul.slides li {
  min-height: 450px;
  max-height: 450px !important;
}
.metasliderhome.metaslider .caption-wrap {
  background: none;
  opacity: 1;
}
.metasliderhome.metaslider .caption {
  display: flex;
  justify-content: flex-end;
}
.metasliderhome .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 525px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.55);
  margin: 0 10% 5% 0;
}
.metasliderhome .text h4,
.metasliderhome .text h3,
.bandeauHeader .text p {
  font-family: Catamaran;
  font-weight: 700;
  color: #fff;
}
.metasliderhome .text h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 5px;
  color: #ff6600;
}
.metasliderhome .text h4.green-headtitle {
  color: #a7b800;
}
.metasliderhome .text h3 {
  font-size: 42px;
  letter-spacing: -0.25px;
  line-height: 1;
  margin-bottom: 5px;
}
.metasliderhome .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 700;
}
.metasliderhome .text p a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  padding: 6px 9px;
  background-color: #ff6600;
  border-radius: 2px;
}
.metasliderhome .text .p_btn {
  align-self: flex-end;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}
.metasliderhome .text .p_btn a.green-btn {
  background-color: #64a60a;
}

/* SLIDE EVENEMENT */

.metasliderhome .text.eventslide {
  background-color: rgba(255, 72, 0, 0.8);
}
.metasliderhome .text.eventslide h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: #ff1200;
  padding: 5px 5px 2px 5px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
.metasliderhome .text.eventslide h4 span {
  color: #ffff00;
  font-size: 28px;
  font-weight: 900;
}
.metasliderhome .text.eventslide .imgplustext {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.metasliderhome .text.eventslide .imgplustext img {
  width: 100%;
  height: auto;
}
/*.metasliderhome .text.eventslide .imgplustext h3 {width: 80%;}*/
.metasliderhome .text.eventslide h3 {
  color: #ffff00;
  text-transform: uppercase;
  font-size: 36px;
}
.metasliderhome .text.eventslide p a {
  color: #ff4800;
  background-color: #fff;
}

.metasliderhome .text.eventslide h6 {
  font-family: Catamaran;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  background: #2ab300;
  padding: 5px 5px 2px 5px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  margin-top: -10px;
}

.metaslider .flex-control-nav {
  bottom: 25px !important;
}
.metaslider .flexslider .flex-direction-nav {
  top: 50%;
}
.metasliderhome.metaslider .flexslider .flex-direction-nav li a {
  background-color: transparent !important;
}

div#promo_texte p.p1 {
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  background: #ff6000;
  padding: 25px;
  text-align: center;
  color: #fff;
  font-family: "Catamaran";
}
div#promo_texte p.p1 strong {
  font-weight: 900;
  font-family: "Catamaran";
  color: #ffff00;
}

/* Slider TRANSAT Jacques Vabre 2019 */

.page_transat .secondary-menu-wrapper {
  display: none;
}

.metaslidertransat.metaslider .caption-wrap {
  background: none;
  opacity: 1;
  display: flex;
  top: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5%;
}
.metaslidertransat.metaslider .caption {
  display: flex;
  justify-content: flex-end;
}
.metaslidertransat .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 525px;
  padding: 20px;
  background-color: rgba(62, 29, 24, 0.85);
  margin: 0 10% 5% 0;
}
.metaslidertransat .text h4,
.metaslidertransat .text h3 {
  font-family: Catamaran;
  font-weight: 700;
  color: #fff;
}
.metaslidertransat .text h4 {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 5px;
  color: #ff6600;
}
.metaslidertransat .text h3 {
  font-size: 42px;
  letter-spacing: -0.25px;
  line-height: 1;
  margin-bottom: 5px;
}
.metaslidertransat .text p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  color: #fff;
  font-weight: 700;
}

#transat_intro {
  margin-top: 50px;
}
#transat_intro .titlehead h1 {
  text-align: left;
  color: #ff6600;
  padding-top: 0;
  padding-bottom: 20px;
}
#transat_intro .grand-texte p {
  line-height: 1.45;
  padding-bottom: 0;
}

#transat_themes {
  margin-top: 50px;
}
#transat_themes .wpb_single_image {
  margin-bottom: 15px;
}
#transat_themes h2 {
  margin-bottom: 10px;
  color: #3e1d18;
  text-transform: inherit;
  font-weight: 900;
  font-family: Catamaran;
  line-height: 1.05;
}
#transat_themes .wpb_text_column.wpb_content_element {
  margin-bottom: 15px;
}
#transat_themes p {
  color: #252525;
  font-family: "Catamaran";
  font-size: 16px;
  line-height: 1.45;
}
#transat_themes a {
  text-transform: uppercase;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#transat_feed {
  margin-top: 50px;
}
#zindexrow {
  position: relative;
  z-index: -1;
}

.wpb_wrapper .fb-page.fb_iframe_widget {
  display: flex;
  justify-content: center;
}

/* Post AVANT/APRES */
/*.blog-post .blog-hover-animated{display: none;}*/
.single-post p#breadcrumbs {
  margin-bottom: 35px;
}
.single-post .post-heading h2 {
  padding-left: 0;
  padding-right: 15px;
  max-width: 1000px;
  display: block;
  margin: auto;
}
.single-post .content-article .wpb_text_column p {
  max-width: 1000px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #333;
  display: block;
  margin: auto;
}
.blog .bandeauHeader {
  background-image: url(/wp-content/uploads/2019/01/bandeau-blog-lantana.png) !important;
}

/* FORMULAIRE DEVIS */
.devis .bandeauHeader,
.blog .bandeauHeader {
  min-height: 300px;
}
.devis .maxwidth.vc_row {
  max-width: 900px;
}
.devis h1 {
  color: #ff6600;
}
#devis-form input {
  border: 1px solid #ff6600;
  background-color: #fff4ea;
  width: 100%;
}
#devis-form select {
  border: 1px solid #ff6600;
  background-color: #f9f9f9;
  width: 100%;
}

#devis-form label {
  display: block;
  color: #333;
}
#devis-form input.wpcf7-submit {
  max-width: 135px;
  margin: auto;
  display: block;
  background-color: #ff6600;
  font-size: 16px;
  color: #fff;
  transition: all 0.35s ease;
}
#devis-form input.wpcf7-submit:hover {
  border-radius: 25px !important;
}
#devis-form span.wpcf7-list-item {
  display: block;
}
#devis-form span.wpcf7-checkbox span.wpcf7-list-item label input {
  width: unset !important;
}

form.wpcf7-form.sent p {
  display: none;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  text-align: center;
  border: none !important;
  background-image: url("https://www.lantanapaysage.fr/wp-content/uploads/2020/05/BandeauWpformSent.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 32px;
  line-height: 1.175;
  color: #fff;
  padding: 65px 35px !important;
  margin: 5px 0;
}

/* Tabs */

.sidebar-widget#text-24 {
    margin-bottom: 0;
}

.tab-title span {
  font-size: 13pt;
}
.et-tab-content img {
  width: 65%;
  height: 65%;
}

/* BLOG */

.blog #menu-menu-vertical,
.blog .menu-metiers-container {
  display: none;
}
.blog .post-heading {
  margin-bottom: 5px;
}
.blog .post-heading h2 a {
  font-family: Catamaran;
  text-transform: uppercase;
  font-weight: 700;
  color: #263746;
  letter-spacing: 0.25px;
  font-size: 24px;
  line-height: 26px;
}
.blog article .content-article,
.blog article .grid-post-body .content-article p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #606570;
}
.blog .blog-post .wp-picture {
  margin-bottom: 20px;
}

.btn:hover p {
  color: #fff !important;
}

.green .btn {
  background-color: #a7b42c !important;
  padding: 15px 35px 30px 35px;
  border: none;
  transition: all 0.25s ease;
  display: block;
  width: 190px;
  margin: auto;
}
.green .btn:hover {
  border: none;
  border-radius: 25px;
  background-color: #17c646 !important;
}
.green .btn p {
  color: #fff !important;
  line-height: 16px;
}

.page article.blog-post .wp-picture.blog-hover-animated .btn,
article.post-grid .wp-picture.blog-hover-animated .btn {
  top: -38px;
}
.no-comments {
  display: none;
}
.mobile-top-header {
  display: none;
}
.menu-mobile {
  display: none;
}
.menu-metiers-container {
  display: none;
}

a.btn_postblog {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  background: #17c646;
}
.single-post .content-article h3 {
  text-transform: inherit;
  font-size: 1.5em;
}

/* GUIDE PRATIQUE */
.guide .bandeauHeader .text {
  align-items: flex-start;
  max-width: 540px;
}
.guide-stripe-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 125px;
  width: 100%;
  max-width: 900px;
  margin: auto;
  background-color: #f9f9f9;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.35s ease;
}
.guide-stripe-link a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  transition: all 0.35s ease;
  background-color: rgba(0, 0, 0, 0);
}
.guide-stripe-link:hover {
  border-radius: 15px;
}
.guide-stripe-link:hover img {
  opacity: 0.5;
}
.guide-stripe-link a:hover {
  color: rgba(255, 255, 255, 0.75);
  background-color: rgba(0, 0, 0, 0.35);
}
.guide-stripe-link p {
  width: 25%;
  height: 100%;
  display: block;
  margin-bottom: 0;
}
.guide-stripe-link img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all 0.35s ease;
}
.guide-stripe-link h4 {
  font-size: 24px;
  text-align: center;
  width: 75%;
  height: 100%;
}
.guide-stripe-link.allee {
  background-color: #f17105;
}
.guide-stripe-link.jardin {
  background-color: #a7b800;
}
.guide-stripe-link.terrasse {
  background-color: #8d356d;
}
.guide-stripe-link.cour {
  background-color: #ffa519;
}
.guide-stripe-link.paysagiste {
  background-color: #6ec965;
}
.guide-stripe-link.entretien {
  background-color: #cc071d;
}

/* Bandeau PAGES JAUNES */
.bandeau-pagesjaunes {
  background-color: #ffec00;
  padding: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 125px;
  max-width: 400px;
  margin: 0 auto 60px auto;
}
.div-pagesjaunes {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.avis {
  background-color: #fff;
  width: 100%;
}
.avis a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.avis img {
  max-width: 135px;
  height: auto;
  margin: 0 auto;
}
.phrase-pagesjaunes {
  font-family: Catamaran;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.05;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.phrase-pagesjaunes span {
  font-weight: 700;
}

/* FACEBOOK REVIEWS */
.page-id-6561 .prefooter {
  margin-top: 25px;
}
.page-id-6561 .prefooter .container {
  padding-left: 0;
  padding-right: 0;
}
#fbrev_widget-2 {
  background-color: #3b5998;
  margin-bottom: 0px;
}
#fbrev_widget-2 h2.fbrev-widget-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  border-bottom: 0 solid #fff;
  padding-bottom: 5px;
  padding-top: 25px;
}
#fbrev_widget-2 .wp-facebook-place .wp-facebook-right .wp-facebook-name a {
  font-size: 16px !important;
  color: #fff !important;
}
#fbrev_widget-2 .wp-facebook-place .wp-facebook-right .wp-facebook-rating {
  color: #f0f0f0 !important;
}
#fbrev_widget-2 .wp-facebook-reviews {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#fbrev_widget-2 .wp-facebook-review {
  width: 31% !important;
  margin: 0 1% 25px 1% !important;
}
#fbrev_widget-2 .wp-facebook-place {
  max-width: 225px !important;
  margin: 0 auto 25px auto !important;
}
#fbrev_widget-2 .wp-facebook-place .wp-facebook-right {
  width: auto !important;
  font-family: Catamaran !important;
}
#fbrev_widget-2 .wp-facebook-review .wp-facebook-right {
  width: auto !important;
  font-family: Catamaran !important;
  background: #fff !important;
  padding: 15px !important;
  border-radius: 3px !important;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.35) !important;
}
#fbrev_widget-2 .wp-facebook-review .wp-facebook-right .wp-facebook-text {
  font-size: 16px !important;
}
#fbrev_widget-2 .wp-facebook-review .wp-facebook-right:before {
  display: block;
  content: "";
  height: 0;
  width: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  position: relative;
  left: -30px;
  margin-bottom: -15px;
}
#fbrev_widget-2 a.wp-facebook-url {
  background-color: #2c7cff !important;
  color: #fff !important;
  font-family: Catamaran !important;
  font-size: 16px !important;
  letter-spacing: 0.5px !important;
  max-width: 170px !important;
  margin: 10px auto 25px auto !important;
  padding: 5px !important;
  border-radius: 3px !important;
}

.block-video {
  max-width: 800px;
  margin: 0 auto 35px auto;
}

/* maxwidth titlehead grand-texte */

/* ---------------- ---------- ---------------- */
/* ---------------- RESPONSIVE ---------------- */
/* ---------------- ---------- ---------------- */

@media screen and (max-width: 1480px) {
  .header-logo img {
    max-width: 160px !important;
  }
  .header-logo {
    max-width: 170px;
  }
  .slogan-lantana p {
    font-size: 22px;
  }
  .home .forcefullwidth_wrapper_tp_banner,
  .home .rev_slider_wrapper,
  .home .rev_slider_wrapper .rev_slider {
    height: 450px !important;
  }
  .bandeauHeader {
    min-height: 450px;
  }
  .devis .bandeauHeader,
  .blog .bandeauHeader {
    min-height: 290px;
  }
}

@media screen and (max-width: 1360px) {
  .header-logo img {
    max-width: 130px !important;
  }
  .header-logo {
    max-width: 140px;
  }
  .slogan-lantana p {
    font-size: 20px;
  }
  /*.lantana-scroll .slogan-lantana p {
    font-size: 18px;
  }
  .lantana-scroll .line-left {
    margin-left: 30px;
  }*/
  
  .fixed-sticky-header .slogan-lantana p {
    font-size: 18px;
  }
  .fixed-sticky-header .line-left {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .rechercheAgence .form-text,
  .ask-lantana p,
  .call-lantana p {
    font-size: 13px;
  }
  .rechercheAgence {
    min-width: 415px;
    margin-right: 20px;
  }
  .call-lantana {
    margin-right: 20px;
    min-width: 145px;
  }
  .ask-lantana {
    margin-right: 30px;
    min-width: 195px;
  }
  .call-lantana svg {
    width: 17px;
    margin-top: 3px;
  }
  .ask-lantana svg {
    width: 19px;
    margin-top: 3px;
  }
  /*.lantana-scroll .slogan-lantana p {
    font-size: 16px;
  }
  .lantana-scroll .line-left {
    margin-left: 15px;
  }*/
 
  .fixed-sticky-header .slogan-lantana p {
    font-size: 16px;
  }
  .fixed-sticky-header .line-left {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .page .container {
    width: 100%;
  }
  #menu-main-menu-1.menu li a {
    font-size: 13px;
  }
}

@media screen and (max-width: 1180px) {
  .rechercheAgence .form-text,
  .ask-lantana p,
  .call-lantana p {
    font-size: 11px;
  }
  .rechercheAgence {
    min-width: 385px;
    margin-right: 15px;
  }
  .call-lantana {
    margin-right: 15px;
    min-width: 125px;
  }
  .ask-lantana {
    margin-right: 25px;
    min-width: 165px;
  }
  .call-lantana svg {
    width: 17px;
    margin-top: 3px;
  }
  .ask-lantana svg {
    width: 17px;
    margin-top: 5px;
  }
  .navigation-wrapper .menu-inner .menu-wrapper {
    display: none !important;
  }
  #lantana_new_metiers_wrap {
    display: none;
  }
  .alpe_link_container  {
    justify-content: center;
  }
  
  #menu-menu-vertical,
  .bandeauHeader .text {
    display: none;
  }
  .home .forcefullwidth_wrapper_tp_banner,
  .home .rev_slider_wrapper,
  .home .rev_slider_wrapper .rev_slider {
    height: 450px !important;
  }
  .bandeauHeader {
    min-height: 485px;
  }
  .devis .bandeauHeader,
  .blog .bandeauHeader {
    min-height: 250px;
  }
  .home .rev_slider .tp-parallax-wrap {
    display: none !important;
  }

  .metasliderhome .text {
    display: none;
  }
  .metasliderhome ul.slides li img {
    width: 150%;
  }

  .header.main-header .container {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .header-wrapper header .container-wrapper.header-rowdown {
    background-color: #fff;
  }
  .header-logo {
    width: 50%;
    max-width: none;
  }
  .header-wrapper .header-logo {
    text-align: right;
    padding-right: 10px;
  }
  .line-header {
    width: 50%;
  }
  .line-right {
    display: none;
  }
  /*header.header.main-header {
    background-image: none;
  }*/
  header.header.main-header .container{
    background-image: none;
  }
  .slogan-lantana p {
    font-size: 18px;
    text-align: left;
  }
  /*.lantana-scroll .container-wrapper.header-rowdown {
    display: none !important;
  }*/
   
  .fixed-sticky-header .container-wrapper.header-rowdown {
    display: none !important;
  }
  .container-wrapper.header-rowdown {
    display: flex !important;
    align-items: flex-end !important;
  }
  .mobile-top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: stretch;
  }
  .mobile-topcase.first {
    background-color: #80bc24;
    cursor: pointer;
  }
  .mobile-topcase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    background-color: #ff6600;
    width: 25%;
    padding: 10px 5px;
    border-right: 1px solid #fff;
  }
  .mobile-topcase.last {
    border-right: none;
  }
  .mobile-topcase a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
  }
  .mobile-topcase i {
    color: #fff;
    font-size: 24px;
    text-align: center;
  }
  .mobile-topcase p {
    color: #fff;
    text-transform: uppercase;
    font-family: Catamaran;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .menu-mobile {
    display: none;
    padding: 15px;
    font-family: Catamaran;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    background: #333;
  }
  .menu-mobile ul {
    list-style: none;
    margin-bottom: 0;
  }
  .menu-mobile ul li {
    padding: 12px 0;
    border-bottom: 1px solid #80bc24;
  }
  .menu-mobile ul li:first-child {
    padding: 5px 0 12px 0;
  }
  .menu-mobile ul li:last-child {
    padding: 12px 0 0 0;
    border-bottom: none;
  }
  .menu-mobile ul li a {
    color: #fff;
  }

  .menu-mobile .sub-menu li {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 5px;
  }
  .menu-mobile .sub-menu li:first-child {
    padding-bottom: 0;
  }
  .menu-mobile .sub-menu li:last-child {
    padding-top: 5px;
  }

  .menu-metiers-container {
    display: block;
    position: absolute;
    z-index: 1;
    width: 80%;
    left: 10%;
    right: 10%;
    top: 200px;
  }
  #menu-menu-metiers-mobile > li:nth-child(1) {
    background-color: #f17105;
  }
  #menu-menu-metiers-mobile > li:nth-child(2) {
    background-color: #a7b800;
  }
  #menu-menu-metiers-mobile > li:nth-child(3) {
    background-color: #8d356d;
  }
  #menu-menu-metiers-mobile > li:nth-child(4) {
    background-color: #ffa519;
  }
  #menu-menu-metiers-mobile > li:nth-child(5) {
    background-color: #23a59b;
  }
  #menu-menu-metiers-mobile > li:nth-child(6) {
    background-color: #cc071d;
  }
  #menu-menu-metiers-mobile > li:nth-child(7) {
    background-color: #505560;
  }
  #menu-menu-metiers-mobile > li > a {
    padding-right: 0;
    border-bottom: 0px;
    font-family: Roboto;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 16px;
  }

  #menu-menu-metiers-mobile > li {
    padding: 20px 15px;
    height: auto;
    border-left: 5px solid #fff !important;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 5px auto;
  }
  /*ul#menu-menu-metiers-mobile ul.sub-menu {display: none;}*/
  ul#menu-menu-metiers-mobile ul.sub-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul#menu-menu-metiers-mobile ul.sub-menu li {
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: 1px;
    font-size: 14px;
    line-height: 16px;
    list-style: none;
    width: 100%;
  }
  ul#menu-menu-metiers-mobile ul.sub-menu li a {
    display: block;
    padding: 9px 5px;
  }
  ul#menu-menu-metiers-mobile ul.sub-menu li:hover {
    background-color: rgba(255, 255, 255, 1);
  }
  ul#menu-menu-metiers-mobile ul.sub-menu li:first-child {
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.75);
  }
  ul#menu-menu-metiers-mobile ul.sub-menu li a:first-child {
    color: #353535;
  }
  .li-mob-sub-ul {
    text-transform: uppercase;
    font-weight: 700;
  }
  ul#menu-menu-metiers-mobile ul.sub-menu li.li-mob-sub-metier {
    background-color: rgba(255, 255, 255, 0.85);
    width: 33%;
    margin-right: 0.5%;
  }
  ul#menu-menu-metiers-mobile ul.sub-menu li:nth-child(11),
  ul#menu-menu-metiers-mobile ul.sub-menu li:nth-child(14),
  ul#menu-menu-metiers-mobile ul.sub-menu li:nth-child(17) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .parrain-etapes .vc_col-sm-3 {
    min-height: 300px;
  }
  .parrain-etapes .vc_col-sm-3 p {
    font-size: 16px;
    line-height: 20px;
  }
  #fbrev_widget-2 .wp-facebook-review .wp-facebook-right .wp-facebook-text {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media screen and (max-width: 980px) {
  .new_footer_container {
    flex-wrap: wrap;
  }
  .new_footer_container .new_footer_col,
  .new_footer_container .new_footer_col.column_3,
  .new_footer_container .new_footer_col.column_4 {
    width: 48%;
  }
  div#customForm .quick_form_26_css { margin-right: auto; margin-left: 10px; }
}

@media screen and (max-width: 767px) {
  .parrain-etapes .vc_col-sm-3 {
    border-right: 0px solid #555;
    border-bottom: 1px solid #555;
    padding-bottom: 0px;
    max-height: 200px;
  }
  .parrain-etapes .vc_col-sm-3 p {
    font-size: 18px;
    line-height: 22px;
  }
  #fbrev_widget-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #fbrev_widget-2 .wp-facebook-reviews {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  #fbrev_widget-2 .wp-facebook-review {
    width: 96% !important;
    margin: 0 2% 25px 2% !important;
  }
  #fbrev_widget-2 .wp-facebook-review .wp-facebook-right .wp-facebook-text {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .metasliderhome ul.slides li img {
    width: 225%;
  }

  .new_footer_container .new_footer_col,
  .new_footer_container .new_footer_col.column_3,
  .new_footer_container .new_footer_col.column_4 {
    width: 100%;
  }
  .new_footer_col.column_4 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 420px) {
  .parrain-etapes .vc_col-sm-3 {
    max-height: 225px;
  }
}

@media screen and (max-width: 350px) {
  .parrain-etapes .vc_col-sm-3 {
    min-height: 240px;
    max-height: 260px;
  }
}

@media screen and (max-width: 280px) {
  .parrain-etapes .vc_col-sm-3 p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 980px) {
  .home .forcefullwidth_wrapper_tp_banner,
  .home .rev_slider_wrapper,
  .home .rev_slider_wrapper .rev_slider {
    height: 470px !important;
  }
  .bandeauHeader {
    min-height: 470px;
  }
  .devis .bandeauHeader {
    min-height: 250px;
  }
  .titlehead h1 {
    font-size: 35px;
  }
  .titlehead h2 {
    font-size: 22px;
  }
  .grand-texte p,
  .grand-texte ul li {
    font-size: 16px;
    line-height: 18px;
  }
  .phrase-info h3 {
    font-size: 24px;
  }

  footer.footer.text-color-light .footer-col1 p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 5px;
  }
  footer.footer.text-color-light .footer-col1 h4 {
    font-size: 18px;
  }
  footer.footer.text-color-light .footer-col2 h4,
  footer.footer.text-color-light .footer-col4 h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 480px) {
  .home .forcefullwidth_wrapper_tp_banner,
  .home .rev_slider_wrapper,
  .home .rev_slider_wrapper .rev_slider {
    height: 435px !important;
  }
  .bandeauHeader {
    min-height: 435px;
  }
  .devis .bandeauHeader,
  .blog .bandeauHeader {
    min-height: 200px;
  }
  .slogan-lantana p {
    font-size: 16px;
  }

  #menu-menu-metiers-mobile > li > a {
    font-size: 14px;
    line-height: 16px;
  }
  ul#menu-menu-metiers-mobile ul.sub-menu li {
    font-size: 12px;
    line-height: 14px;
  }

  p#breadcrumbs {
    margin-left: 10%;
    font-size: 12px;
    line-height: 1.35;
  }

  #domains-row .col-icon h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #domains-row .col-icon p {
    font-size: 16px;
    line-height: 20px;
  }
  #domains-row .col-icon .wpb_single_image {
    margin-bottom: 25px;
  }
  #domains-row .col-icon {
    height: 225px;
  }

  .prefooter .vc_column_container.vc_col-sm-3 {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin: auto 1%;
  }
  .prefooter .vc_column_container.vc_col-sm-3 .vc_column-inner {
    padding-top: 10px;
  }
  .prefooter .vc_column_container.vc_col-sm-3 .wpb_single_image {
    margin-bottom: 20px;
  }
  .prefooter .vc_column_container.vc_col-sm-3 h3 {
    font-size: 12px !important;
    line-height: 14px;
  }

  .footer-col4.vc_col-sm-3 .vc_col-sm-3 {
    width: 20%;
    margin-right: 2%;
    display: inline-block;
  }

  .metasliderhome ul.slides li img {
    width: 275%;
  }
}

@media screen and (max-width: 380px) {
  .mobile-topcase p {
    font-size: 9px;
  }
  .slogan-lantana p {
    font-size: 14px;
  }
  .metasliderhome ul.slides li img {
    width: 300%;
  }
}

/*header .call-lantana,
.mobile-top-header .mobile-topcase:nth-child(3) {
  display: none;
}
.mobile-topcase {
  width: calc(100% / 3) !important;
}*/


.cgv .grand-texte ol li{
    font-family: Catamaran;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.message_vacances p { background: #f60; color: #fff; font-size: 18px; padding: 25px; }


/* PAGE ENTREPRISES ET COLLECTIVITES */

.entreprises .info-etape h3 { font-size: 1.25em; }
.entreprises .info-etape h3:first-child { font-size: 32px; margin-bottom: 5px; }
.entreprises .info-etape p { font-size: 12px; line-height: 1.45; padding: 0; color: #000; }

/* PAGES ADHERENTS EN CONSTRUCTION */

.maxwidth.temp_under.mpc-row { max-width: 800px; }
.maxwidth.temp_under.mpc-row .col-agence h3 { font-size: 40px; font-weight: 700; text-transform: inherit; color: #fff; padding-bottom: 35px; text-shadow: 0 0 15px rgba(0,0,0,0.5); }
.maxwidth.temp_under.mpc-row .col-agence .logo_adhe { background: transparent; text-align: left !important; }


/* PAGES ADHERENTS */

.wpb_single_image.logo_adhe { background: #fff; text-align: center !important; }
.wpb_single_image.logo_adhe img { display: block; max-width: 240px; width: 100%; height: auto; margin: auto; }

.agence .intro_adhe p { font-size: 20px; line-height: 1.45; color: #0b4005; font-weight: 300; padding-bottom: 15px; }
.titre_adhe.titlehead h2 { font-weight: 700; padding-top: 15px; color: #222024; }
.adherent .grand-texte p { text-align: justify; }

#adhe_pictos { margin-top: 15px; margin-bottom: 35px; }
#adhe_pictos .wpb_single_image { margin-bottom: 15px; }
#adhe_pictos h3 { margin-bottom: 5px; }
#adhe_pictos p { line-height: 1.45; }

.listpresta .grand-texte ul li::before { content: ""; background: #80BC24; margin-right: 7px; margin-left: -15px; display: inline-block; width: 8px; height: 8px; border-radius: 4px; padding-right: 0; }
.listpresta .grand-texte h3 { color: #80bc24; font-weight: 900; }
.listpresta .grand-texte p { text-align: left; font-family: Catamaran; font-size: 17px; line-height: 22px; font-weight: 400; padding-right: 10px; }

.adhe_actus article h3 { text-align: left; font-weight: 900 !important; line-height: 1.25 !important; font-family: "Catamaran"; color: #3c4b58 !important; }
.adhe_actus .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary:before { display: none; }
.adhe_actus .lvca-portfolio-wrap .lvca-portfolio .lvca-portfolio-item .entry-summary { color: #333; text-align: left; line-height: 1.5; margin-top: 0; }

/* POP UP JPO */
h1.fullpoptitle { background: #ff6600; color: #fff; text-align: center; padding: 10px; font-size: 34px; line-height: 1.15; font-weight: 700; letter-spacing: 1px; }
.pop_col_container { display: flex; flex-direction: row; justify-content: space-between; }
.pop_col_container .pop_col { width: 47%; }
.pop_col_container .pop_col p {padding: 10px 0 5px 0; margin-bottom: 0; max-width: 256px;}
.pop_col_container .pop_col p strong {color: #ff6600; text-transform: uppercase; font-weight: 900; font-family: 'Catamaran'; font-size: 22px; line-height: 1.15;}
.pop_col_container .pop_col ul { list-style-position: inside; }

@media (max-width:580px) {
	h1.fullpoptitle {font-size: 24px;}
	.pop_col_container .pop_col p { line-height: 1.15; }
	.pop_col_container .pop_col p strong { font-size: 18px; }
	.pop_col_container .pop_col ul { list-style: none; }
}

@media (max-width:380px) {
	.pop_col_container { flex-direction: column; }
	.pop_col_container .pop_col { width: 100%; }
	.pop_col_container .pop_col p {max-width: 100%;}
}	

/* 2022 AJOUT MAJ THEME XSTORE 8-1 */

.container.content-page { max-width: 100%; }
.header-wrapper { display: block !important; }
.header-wrapper.header-advanced .navigation-wrapper > .container { max-width: 1680px; margin: auto; }
div#customForm .quick_form_26_css { margin-right: 14rem; margin-left: auto; }
.single .post-heading .meta-post { display: none; }