


/*-------------------------------*/
/* ----------- Typo ------------ */
/*-------------------------------*/
@font-face {
	font-family: 'Gotham-Light';
	src: url('fonts/gotham-light.eot');
	src: url('fonts/gotham-light.otf') format('truetype'),
	     url('fonts/gotham-light.woff') format('woff'),
	     url('fonts/gotham-light.eot?#iefix') format('embedded-opentype'),
	     url('fonts/gotham-light.svg#gotham-light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-medium';
	src: url('fonts/gotham-medium.eot');
	src: url('fonts/gotham-medium.otf') format('truetype'),
	     url('fonts/gotham-medium.woff') format('woff'),
	     url('fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
	     url('fonts/gotham-medium.svg#gotham-medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham-book';
	src: url('fonts/gotham-book.eot');
	src: url('fonts/gotham-book.otf') format('truetype'),
	     url('fonts/gotham-book.woff') format('woff'),
	     url('fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
	     url('fonts/gotham-book.svg#gotham-book') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*-------------------------------*/
/* ---------- Header ----------- */
/*-------------------------------*/
.header_top .header-widget a:hover{
	color: #000;
}
.header_top{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-family: 'Gotham-medium';
}
.header_top p{
	padding: 0 0 0 25px;
}
header.scrolled .header_top{
	background-color: #bfa670 !important;
}
.header_top .q_social_icon_holder:nth-last-child(2){
	display: none;
}
.header_top .q_social_icon_holder .fa-stack i, 
.header_top .q_social_icon_holder .fa-stack span{
	color: #bfa670;
}
.q_social_icon_holder .fa-stack{
	margin: 0 4px 2px;
}
.q_social_icon_holder.circle_social .fa-stack:hover {
	background: transparent;
	border-color: #fff;
}
.wpml-ls-legacy-dropdown-click{
	width: auto;
	padding-right: 25px;
}
.wpml-ls-legacy-dropdown-click a{
	border: none;
	background: #bfa670;
	padding: 0 0 0 5px;
}
.header_top .header-widget .wpml-ls-legacy-dropdown-click a{
	font-size: 13px;
    line-height: 27px;
}
.wpml-ls-legacy-dropdown-click a:hover, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a{
	background: #bfa670;
}
.header_top .header-widget .wpml-ls-legacy-dropdown-click span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome){
	font-size: 13px;
    line-height: 28px;
    font-weight: 400;
}
.header_top .header-widget .wpml-ls-legacy-dropdown-click a:hover span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome),
.header_top .header-widget .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a span:not(.qode_icon_font_elegant):not(.qode_icon_font_awesome){
	color: #000;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border-top: none;
}

.header_bottom{
	padding: 0 25px;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.q_logo {
    top: 0;
}
.q_logo img {
    top: 0;
}
header .header_inner_left{
	left: 25px;
}
nav.main_menu > ul > li > a{
	line-height: 26px !important;
}
nav.main_menu > ul > li > a:after {
	content: '';
	width: 0;
	height: 1px;
	position: absolute;
	left: 17px;
	bottom: -1px;
	background: #97BE0D;
	transition: width 0.7s ease-in-out;
}
nav.main_menu > ul > li.current-menu-item > a:after,
nav.main_menu > ul > li > a:hover:after {
	width: calc(100% - 34px);
}

.burger-container {
    position: relative;
    height: 24px;
    width: 32px;
    margin-top: 27px;
}
.mobile_menu_button .burger-bun-top,
.mobile_menu_button .burger-bun-bot,
.mobile_menu_button .burger-filling {
    position: absolute;
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 2px;
    background: #97be0d;
    transition: background 0.6s ease-in-out;
}
.mobile_menu_button .burger-bun-top {
    top: 0;
    transform-origin: 28px 3px;
}
.mobile_menu_button .burger-bun-bot {
    bottom: 0;
    transform-origin: 29px -2px;
}
.mobile_menu_button .burger-filling {
    top: 11px;
}
.mobile_menu_button.is-open .burger-bun-top {
    animation: bun-top-out 0.6s linear normal;
    animation-fill-mode:forwards;
}
.mobile_menu_button.is-open .burger-bun-bot {
    animation: bun-bot-out 0.6s linear normal;
    animation-fill-mode:forwards;
}
.mobile_menu_button.is-closed .burger-bun-top {
    animation: bun-top-in 0.6s linear normal;
    animation-fill-mode:forwards;
}
.mobile_menu_button.is-closed .burger-bun-bot {
    animation: bun-bot-in 0.6s linear normal;
    animation-fill-mode:forwards;
}

nav.mobile_menu ul li {
    margin: 0 40px;
}
@keyframes bun-top-out {
    0% {
        left: 0;
        top: 0;
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        top: 0;
        transform: rotate(15deg);
    }
    80% {
        left: -5px;
        top: 0;
        transform: rotate(-60deg);
    }
    100% {
        left: -5px;
        top: 1px;
        transform: rotate(-45deg);
    }
}
@keyframes bun-bot-out {
    0% {
        left: 0;
        transform: rotate(0deg);
    }
    20% {
        left: 0;
        transform: rotate(-15deg);
    }
    80% {
        left: -5px;
        transform: rotate(60deg);
    }
    100% {
        left: -5px;
        transform: rotate(45deg);
    }
}
@keyframes bun-top-in {
    0% {
        left: -5px;
        bot: 0;
        transform: rotate(-45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        transform: rotate(-60deg);
    }
    80% {
        left: 0;
        bot: 0;
        transform: rotate(15deg);
    }
    100% {
        left: 0;
        bot: 1px;
        transform: rotate(0deg);
    }
}
@keyframes bun-bot-in {
    0% {
        left: -5px;
        transform: rotate(45deg);
    }
    20% {
        left: -5px;
        bot: 0;
        transform: rotate(60deg);
    }
    80% {
        left: 0;
        bot: 0;
        transform: rotate(-15deg);
    }
    100% {
        left: 0;
        transform: rotate(0deg);
    }
}
.mobile_menu_button.is-open .burger-filling {
    animation: burger-fill-out 0.6s linear normal;
    animation-fill-mode:forwards;
}
.mobile_menu_button.is-closed .burger-filling {
    animation: burger-fill-in 0.6s linear normal;
    animation-fill-mode:forwards;
}
@keyframes burger-fill-in {
    0% {
        width: 0;
        left: 30px;
    }
    40% {
        width: 0;
        left: 36px;
    }
    80% {
        width: 30px;
        left: -6px;
    }
    100% {
        width: 30px;
        left: 0px;
    }
}
@keyframes burger-fill-out {
    0% {
        width: 30px;
        left: 0px;
    }
    20% {
        width: 36px;
        left: -6px;
    }
    40% {
        width: 0;
        left: 34px;
    }
    100% {
        width: 0;
        left: 30px;
    }
}
/*-------------------------------*/
/* ----------- Page ------------ */
/*-------------------------------*/
.content.content_top_margin {
    margin-top: 130px!important;
}
.color{
	color: #009E98;
}
p, 
.single .post_text_inner ul{
	margin-bottom: 24px;
}
p:last-child, 
.single .post_text_inner ul:last-child{
	margin-bottom: 0;
}
h1{
	font-family: 'Gotham-Light';
	margin-bottom: 50px;
}
.tp-mask-wrap h1,
.tp-mask-wrap .title-page{
	font-family: 'Gotham-Light' !important;
}
h2{
	margin-bottom: 30px;
}
.btn-more{
	color: #009E98;	
	font-family: 'Gotham-Light';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
}
.btn-more:hover{
	color: #97be0d;	
	text-decoration: underline;
}
.image_with_text .separator{
	display: none;
}
.hidden-tablette{
	display: none;
}
.text-liste ul {
    margin-bottom: 30px;
}
/*-------------------------------*/
/* ------------ Home ----------- */
/*-------------------------------*/
.btn{
	color: #009E98;	
	font-family: 'Gotham-book';
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 42px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 1px solid #009E98;
	border-radius: 1px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.32);
	display: inline-block;
}
.btn:hover{
	color: #fff;
	background: #009E98;
}
.home-content h1{
	font-family: 'Crimson Text', sans-serif;
	color: #bfa670;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
}
/*section.parallax_section_holder{
	background-size: contain;
}*/
.home-parallax h2{
	color: #000000;
    margin-bottom: 20px;
}
.home-parallax .btn{
	color: #fff;
	background: #009E98;
	margin-bottom: 6px;
}
.home-parallax .btn:hover{
	color: #009E98;
	background: #fff;
}
.home-container .vc_column-inner>.wpb_wrapper,
.home-parallax .vc_column-inner>.wpb_wrapper{
	max-width: 700px; 
	margin: 0 auto;
}
.home-icons .vc_column-inner>.wpb_wrapper{
	text-align: center;
}
.home-icons .image_with_text{
    display: inline-block;
    width: auto;
    padding: 0 9.5%;
}
.home-icons .image_with_text img{
	margin: 0 auto 17px;
}
.home-icons .image_with_text p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
}
.latest_post_holder.boxes>ul{
	margin: 50px -15px;
}
.latest_post_holder.boxes.three_columns>ul>li{
	width: 33.33%;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: left;
}
.latest_post_holder.boxes>ul>li{
	margin: 0;
}
.latest_post_holder.boxes>ul>li .latest_post{
	padding: 50px 0 0 0;
}
/*.latest_post .latest_post_text, 
.latest_post .boxes_image{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}*/
.latest_post .latest_post_inner{
	padding: 0;
	min-height: 0 !important;
	margin-bottom: 0;
}
.latest_post h3{
	margin-bottom: 8px;
}
.latest_post h3,
.latest_post h3 a{
	color: #009e98;
	font-family: 'Gotham-Light';
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.latest_post h3 a:hover{
	color: #bfa670;
}
.latest_post .date_hour_holder{
	color: #BFA670;	
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}
.latest_post_holder.boxes>ul>li .latest_post p.excerpt{
	margin-top: 25px;
	margin-bottom: 25px;
}
.latest_post .post_more{
	text-align: center;
}
.latest_post .post_more a{
	font-family: 'Gotham-book';
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #009E98;
	color: #009E98;
	padding: 0 20px;
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.32);
	border-radius: 1px;
}
.latest_post .post_more a:hover{
	background: #009E98;
	color: #fff;
}
.latest_post .boxes_image img{
	width: 100%;
}

/*-------------------------------*/
/* ----- Qui sommes nous ------- */
/*-------------------------------*/
.activites-agricoles .full_section_inner{
	display: table;
    height: 100%;
    width: 100%;
}
.activites-agricoles .vc_column_container{
	display: table-cell;
	float: none;
	height: 100%;
        vertical-align: middle;
}
.activites-agricoles.animated .vc_column_container:last-child{
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform 1s ease-in-out;
}
.activites-agricoles.animated.visible .vc_column_container:last-child{
	transform: scale(1, 1);
}
.activites-agricoles .vc_column_container>.vc_column-inner{
	height: 100%;
}
.activites-agricoles-content .vc_column-inner{
	display: table;
}
.activites-agricoles-content .vc_column-inner .wpb_wrapper{
    display:  table-cell;
    width:  100%;
    vertical-align:  middle;
}
.activites-agricoles-content .wpb_text_column{
    padding-left: 36%;
}
.activites-agricoles-content h2{
	color: #000000;
}
.activites-agricoles-content p{
	color: #fff;
}
.activites-agricoles .vc_column_container:last-child .wpb_wrapper{
	height: 100%;
	min-height: 140px;
}
.activites-agricoles .vc_column_container:last-child .wpb_wrapper:after{
	content: '';
	width: 100%;
	height: 100%;
	background: #009E98;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.1;
}
.activites-agricoles .wpb_single_image{
	width: 33.33%;
    height: 50%;
    float: left;
    background-size: cover;
    background-position: center;
}
.equipe-2{
	overflow: hidden;
}
.equipe-1>.vc_column-inner>.wpb_wrapper{
	display: table;
	width: 100%;
}
.equipe-2>.vc_column-inner>.wpb_wrapper{
	text-align: center;
    padding: 0 7.5%;
    max-height: 0;
	transition: max-height 0.7s ease-in-out;
}
.equipe-2.open>.vc_column-inner>.wpb_wrapper{
    max-height: 9000px;
}
.equipe .image_with_text{
	width: 25%;
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.equipe .equipe-1 .image_with_text{
	width: 20%;
}
.equipe-2 .image_with_text{
	margin-bottom: 60px;
	width: 25%;
	display: inline-block;
}
.equipe-2 .wpb_text_column{
	padding-bottom: 40px;
}
.equipe-2 .wpb_text_column h3{
	font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}
.equipe-2 .image_with_text:nth-last-child(1),
.equipe-2 .image_with_text:nth-last-child(2),
.equipe-2 .image_with_text:nth-last-child(3){
	width: 33.33%;
}
.equipe .image_with_text img{
	margin:0 auto 30px;
	max-width: 180px;
	border-radius: 100%;
}
.equipe .image_with_text p {
    margin-bottom: 17px;
}
.equipe .image_with_text p:last-child{
    margin-bottom: 0;
}
.equipe .image_with_text h3{
	color: #009E98;
	font-family: 'Gotham-Light';
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
}
.equipe .linkedin a{
	width: 30px;
	height: 30px;
	display: block;
	background: #BFA670;
	border: 1px solid transparent;
	border-radius: 100%;
	text-align: center;
	margin: 12px auto 0;
	padding-top: 1px;
    padding-left: 2px;
    box-sizing: border-box;
}
.equipe .linkedin a .btn-name{
	display: inline-block;
	text-indent: -9999px;
}
.equipe .linkedin a:after{
	content: "\f0e1";
	font-family: FontAwesome;
	color: #fff;
    font-size: 19px;
}
.equipe .linkedin a:hover{
	background: #fff;
	border-color: #BFA670;
}
.equipe .linkedin a:hover:after{
	color: #BFA670;
}
.btn-more-equipe{
	color: #97BE0D;	
	font-family: 'Gotham-Light';
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
	margin-top: 25px;
    display: inline-block;
}
.btn-more-equipe:hover{
	color: #009E98;	
	text-decoration: underline;
}
/*-------------------------------*/
/* -- Droit de l'agriculture --- */
/*-------------------------------*/
.introduction-droit-agricole .wpb_wrapper{
	padding: 0 14%;
}
.qode-advanced-tabs .qode-advanced-tabs-nav:after{
	content: '';
	width: 100%;
	height: 1px;
	background: #BFA670;
	position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-4 .qode-advanced-tabs-nav li{
    width: auto;
    display: inline-block;
    background: transparent;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-active{
	border: 1px solid #BFA670;
    border-bottom-color: #fff;
}
.qode-advanced-tabs .qode-advanced-tabs-nav li a{
    padding: 14px 51px 20px;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-4 .qode-advanced-tabs-nav li h2{
	margin-bottom: 0;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-4 .qode-advanced-tabs-nav li h2 a{
	font-size: 20px;
	line-height: 25px;
}
.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li.ui-state-hover a{
	color: #009e98;
}
.qode-advanced-tabs .qode-advanced-tab-container{
	padding: 50px 30px 0 52px; 
}
.qode-advanced-tabs .qode-advanced-tab-container .wpb_text_column:first-child{
	margin-bottom: 60px !important;
}
.safer-interventions .vc_column-inner>.wpb_wrapper{
	display: table;
    width: 100%;
}
.safer-interventions .image_with_text,
.controle-structures-interventions .image_with_text,
.bail-rural-interventions .image_with_text,
.societes-agricoles-interventions .image_with_text{
    display: table-cell;
    width: auto;
   vertical-align: text-top;
}
.controle-structures-interventions .image_with_text{
    padding: 0 5%;
}
.bail-rural-interventions .image_with_text{
    padding: 0 5.5%;
}
.societes-agricoles-interventions .image_with_text{
    padding: 0 5.6%;
}
.controle-structures-interventions .vc_column-inner>.wpb_wrapper{
	display: table;
	width: 90%;
	margin: 0 auto;
}
.bail-rural-interventions .vc_column-inner>.wpb_wrapper{
	display: table;
	width: 70%;
	margin: 0 auto;
}
.societes-agricoles-interventions .vc_column-inner>.wpb_wrapper{
	display: table;
    width: 90%;
    margin: 0 auto;
}
.safer-interventions .image_with_text img,
.controle-structures-interventions .image_with_text img,
.bail-rural-interventions .image_with_text img,
.societes-agricoles-interventions .image_with_text img{
	margin: 0 auto 17px;
}
.safer-interventions .image_with_text p,
.controle-structures-interventions .image_with_text p,
.bail-rural-interventions .image_with_text p,
.societes-agricoles-interventions .image_with_text p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
}
/*-------------------------------*/
/* --------- Fiscalité --------- */
/*-------------------------------*/
.fiscalite-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper{
	padding-left: 52px;
}
.fiscalite-interventions h2{
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
}
.fiscalite-interventions-pictos .vc_column-inner>.wpb_wrapper{
	display: table;
    width: 100%;
}
.fiscalite-interventions-pictos .image_with_text{
    display: table-cell;
    width: 20%;
    vertical-align: text-top;
}
.fiscalite-interventions-pictos .image_with_text img{
	margin: 0 auto 17px;
}
.fiscalite-interventions-pictos .image_with_text p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
}
/*-------------------------------*/
/* ----------- Social ---------- */
/*-------------------------------*/
.social-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper{
	padding-left: 52px;
}
.social-interventions h2{
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
}
.social-interventions-pictos .vc_column-inner>.wpb_wrapper{
	display: table;
    width: 70%;
    margin: 0 auto;
}
.social-interventions-pictos .image_with_text{
    display: table-cell;
    width: auto;
    padding: 0 6%;
    vertical-align: text-top;
}
.social-interventions-pictos .image_with_text img{
	margin: 0 auto 17px;
}
.social-interventions-pictos .image_with_text p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
}
/*-------------------------------*/
/* -------- Cas concret -------- */
/*-------------------------------*/
.cas-concrets-introduction{
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.cas-concret-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper{
	padding-left: 52px;
}
.cas-concret-interventions h2{
	font-family: 'Gotham-Light';
	font-weight: 400;
	color: #009E98;
	font-size: 24px;
	letter-spacing: 2px;	
	line-height: 24px;
}
.cas-concret-interventions ul{
	margin-bottom: 24px;
	list-style: none
}
.cas-concret-interventions li{
	padding-left: 28px;
	position: relative;
}
.cas-concret-interventions li::before {
	content: "";
    background: #009E98;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
}
/*-------------------------------*/
/* --------- Formations -------- */
/*-------------------------------*/
.formations-content h2{
	font-family: 'Gotham-Light';
	font-weight: 400;
	color: #009E98;
	font-size: 24px;
	letter-spacing: 2px;	
	line-height: 24px;
	margin-bottom: 30px;
}
.formations-content .wpb_single_image{
	margin-top: 40px;
}
/*-------------------------------*/
/* -------- Partenaires -------- */
/*-------------------------------*/
.partenaires-content h2{
	font-family: 'Gotham-Light';
	font-weight: 400;
	color: #009E98;
	font-size: 24px;
	letter-spacing: 2px;	
	line-height: 24px;
	margin-bottom: 30px;
}
/*-------------------------------*/
/* --- Vie de l'exploitation --- */
/*-------------------------------*/
.achat-vente-interventions .vc_column-inner>.wpb_wrapper,
.transmission-interventions .vc_column-inner>.wpb_wrapper{
	display: table;
    width: 90%;
    margin: 0 auto;
}
.restructuration-interventions .vc_column-inner>.wpb_wrapper{
	display: table;
    width: 100%;
}
.installation-interventions .vc_column-inner>.wpb_wrapper{
	display: table;
    width: 80%;
    margin: 0 auto;
}
.achat-vente-interventions .image_with_text{
 	display: table-cell;
    width: 20%;
    vertical-align: text-top;
}
.transmission-interventions .image_with_text,
.restructuration-interventions .image_with_text,
.installation-interventions .image_with_text{
    display: table-cell;
    width: auto;
    vertical-align: text-top;
}
.transmission-interventions .image_with_text,
.restructuration-interventions .image_with_text,
.installation-interventions .image_with_text{
    padding: 0 5.5%;
}
.achat-vente-interventions .image_with_text img,
.transmission-interventions .image_with_text img,
.restructuration-interventions .image_with_text img,
.installation-interventions .image_with_text img{
	margin: 0 auto 17px;
}
.achat-vente-interventions .image_with_text p,
.transmission-interventions .image_with_text p,
.restructuration-interventions .image_with_text p,
.installation-interventions .image_with_text p{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 21px;
}
/*-------------------------------*/
/* -------- Mandataire --------- */
/*-------------------------------*/
.mandataire-interventions .image_with_text{
	width: 33.33%;
    padding: 0 2px;
    box-sizing: border-box;
}
.mandataire-interventions .image_with_text p{
	margin-bottom: 0;
}
.mandataire-interventions .image_with_text img{
	width: 100%;
	margin: 0;
}
.mandataire-interventions .image_with_text .content-intervention{
	background: rgba(0, 158, 152, 0.85);
	height: 80px;
	padding: 0 15px;
	width: calc(100% - 4px);
	position: absolute;
    top: 50%;
    left: 2px;
    transform: translate(0, -50%);
    box-sizing: border-box;
    display: table;
}
.mandataire-interventions .image_with_text .content-intervention p{
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: -0.2px;
	font-weight: 600;
	color: #fff;
}
.mandataire-interventions .image_with_text:nth-child(3) .content-intervention p{
	line-height: 25px;
}
/*-------------------------------*/
/* -------- Honoraires  -------- */
/*-------------------------------*/
.honoraires h2{
	font-family: 'Gotham-Light';
	font-weight: 400;
	color: #009E98;
	font-size: 24px;
	letter-spacing: 2px;	
	line-height: 24px;
	margin-bottom: 30px;
}
.honoraires ul{
	margin-bottom: 24px;
	list-style: none
}
.honoraires li{
	padding-left: 28px;
	position: relative;
}
.honoraires li::before {
	content: "";
    background: #009E98;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 100%;
}
/*-------------------------------*/
/* -------- Actualités  -------- */
/*-------------------------------*/
.blog_holder.blog_small_image article{
	padding-bottom: 50px;
	border-bottom: 1px solid #BFA670;
	margin-bottom: 50px;
}
.blog_holder.blog_small_image article:nth-child(4){
	padding-bottom: 0;
	border-bottom: none;
}
.blog_holder.blog_small_image article .post_image, .blog_holder.blog_small_image article .post_text{
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.blog_holder.blog_small_image article .post_text .post_text_inner{
	padding: 0 57px 0 0;
	min-height: 0 !important
}
.blog_holder.blog_small_image h2{
	margin-bottom: 8px;
}
.blog_holder.blog_small_image h2,
.blog_holder.blog_small_image h2 a{
	font-family: 'Gotham-Light';
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-transform: uppercase;
}
.blog_holder.blog_small_image h2 a:hover{
	color: #009e98;
}
.blog_holder article .post_info{
	margin-bottom: 25px;
}
.blog_holder.blog_small_image .date{
	color: #BFA670;	
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}
.blog_holder article .post_more a{
	font-family: 'Gotham-book';
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	text-transform: uppercase;
	background: #fff;
	border: 1px solid #009e98;
	color: #009e98;
	padding: 0 20px;
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.32);
	border-radius: 1px;
}
.blog_holder article .post_more a:hover{
	background: #009e98;
	color: #fff;
}
.pagination{
	margin: 50px 0 80px;
}
.pagination ul li a, .pagination ul li span{
	border-width: 1px;
	border-left: none;
	margin: 0;
	font-family: 'Barlow';
	font-weight: 500;
	border-radius: 0;
}
.pagination ul li.first a, .pagination ul li.first span{
	border-left: 1px solid #bfa670;
}
.pagination ul li a{
	color: rgba(191, 166, 112, 0.6);
}
.pagination ul li a:hover{
	color: rgba(191, 166, 112, 1);
	border-color: #bfa670;
}
.pagination ul li.active span{
	border-color: #bfa670;
}
.pagination ul li.prev a{
	border-left: 1px solid #bfa670;
	border-radius: 3px 0 0 3px;
}
.pagination ul li.next a{
	border-radius: 0 3px 3px 0;
}
.pagination ul li.prev a,
.pagination ul li.next a{
	background: #bfa670;
	color: #fff;
	font-size: 17px;
}
.pagination ul li.prev a:hover,
.pagination ul li.next a:hover{
	background: #fff;
	color: #bfa670;
}
/*-------------------------------*/
/* ------- Blog single  -------- */
/*-------------------------------*/
.btn-retour{
	padding: 30px 0;
	display: block;
}
.blog_single{
	padding-bottom: 80px;
}
.blog_single.blog_holder article .post_image img{
	width: auto;
	margin: 0 auto;
}
.blog_single h1{
	margin-bottom: 8px;
}
.blog_single.blog_holder .date{
	color: #BFA670;	
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}
/*-------------------------------*/
/* ---------- Contact  --------- */
/*-------------------------------*/
.overlay-map{
	height: 350px;
    background: rgba(0, 158, 152, 0.45);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.title-map{
	position: absolute;
    top: 157px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}
.title-map h1{
	color: #FFFFFF;	
	font-size: 36px;
	letter-spacing: 3px;
	line-height: 43px;
}
.encart-map{
	z-index: 2;
	display: inline-block;
	background: #009E98;
	position: absolute;
	right: 8.5%;
	top: 248px;
	padding: 30px 50px 30px 40px;
}
.encart-map p{
	color: #FFFFFF;
}
.formulaire-contact .vc_column-inner>.wpb_wrapper{
	padding: 0 15%;
}
.formulaire-contact h2{
	font-family: 'Gotham-Light';
    font-weight: 400;
    color: #009E98;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-bottom: 50px !important;
}
.input-group{
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.input-group .wpcf7-form-control-wrap{
	margin-bottom: 25px;
	display: block;
}
.textarea-group{
	clear: both;
}
.input-group:nth-child(even){
	padding-right: 30px; 
}
.input-group:nth-child(odd){
	padding-left: 30px; 
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, 
.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz{
	font-family: 'Crimson Text', sans-serif;
}
.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit:not([disabled]){
	font-family: 'Gotham-book';
	font-weight: 400;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.32);
	border-radius: 1px;
}
.wpcf7 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}
.wpcf7 ::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}
.wpcf7 :-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}
.wpcf7 :-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}
.requis{
	color: #BFA670;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.wpcf7 form.wpcf7-form p.confidentialite{
	margin: 35px 0;
}
span.wpcf7-list-item{
	margin: 0;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]{
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #bfa670;
    margin: 0 10px 0 0 ;
    vertical-align: text-top;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:focus{
    outline: none;
}
span.wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox input[type=checkbox]:checked:before{
    font-family: FontAwesome;
    content: '\f00c';
    display: block;
    color: #bfa670;
    font-size: 19px;
    position: absolute;
}
.wpcf7-recaptcha>div{
	margin: 0 auto 35px;
}
.submit-group{
	text-align: center;
}
span.wpcf7-not-valid-tip{
	font-size: 16px;
}
.wpcf7 form .wpcf7-response-output{
    border: none;
    padding: 10px 15px;
	font-family: 'Gotham-book';
	font-weight: 400;
	border-radius: 1px;
	box-shadow: 1px 2px 4px 0 rgba(0,0,0,0.32);
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
	background-color: #c0a76c;
}
.wpcf7 form.sent .wpcf7-response-output{
	background-color: #009e98;
}
.grecaptcha-badge{
	z-index: 1000;
}
/*-------------------------------*/
/* ---------- Footer ----------- */
/*-------------------------------*/
.footer_top.footer_top_full {
    padding: 15px 20px 20px;
}
.footer_top p:first-child {
	font-size: 20px; 
	line-height: 25px;
	margin-bottom: 20px;
	color: #000;
}
.footer_top span.color{
	color: #000;
}
.grecaptcha-badge {
display:none;
}
.footer_bottom{
	height: 31px;
	padding: 0 15px 15px;
	font-family: 'Gotham-book';
}
.footer_bottom .textwidget{
	display: inline-block;
}
.footer_bottom a{
	font-weight: 300;
}
.footer_bottom .custom-html-widget{
  float: right;
}

.footer_bottom_holder{
padding-bottom: 60px;
}
.offensive {
    width: 60px;
    height: 15px;
    display: block;
}
.cookie-notice-container {
    box-sizing: border-box;
}
#cookie-notice .cn-button{
	color: #009E98;
	font-family: 'Gotham-book';
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 10px;
	border: 1px solid #009E98;
	border-radius: 1px;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.32);
	background: #fff;
	line-height: 23px;
}
#cookie-notice .cn-button:hover{
	color: #fff;
	background: #009E98;
}

/*-------------------------------*/
/* --------- Page 404 ---------- */
/*-------------------------------*/
.page_not_found{
	padding-top: 70px;
}
.page_not_found .qbutton{
	color: #009E98;
    font-family: 'Gotham-book';
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 30px;
    border: 1px solid #009E98;
    border-radius: 1px;
    box-shadow: 1px 2px 4px rgba(0,0,0,0.32);
    display: inline-block;
}
.page_not_found .qbutton:hover{
	color: #fff;
	background-color: #009E98;

}

.logo-sbt{
	background-image: url(/wp-content/uploads/2024/05/logo-rural-corporate-by-terresa.svg);
    background-color: #000;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 40px;
    background-size: 150px;
    margin: 0px !important;
	padding: 10px 10px 15px 10px !important;
}
.logo-sbt a{
	color: #00000000 !important;
}
/*-------------------------------*/
/* -------- Responsive --------- */
/*-------------------------------*/
@media only screen and (min-width: 1800px){
	.activites-agricoles .vc_column_container:last-child .wpb_wrapper{
		min-height: 280px;
	}
}
@media only screen and (min-width: 1500px){
	.single-post.qode_grid_1400 .container_inner{
		width: 1100px;
	}
}
@media only screen and (max-width: 1200px){
	.cas-concrets-introduction{
		max-width: 1050px;
	}
}
@media only screen and (max-width: 1000px){
	.cas-concrets-introduction{
		max-width: 868px;
	}
}
@media only screen and (max-width: 768px){
	.cas-concrets-introduction{
		max-width: 700px;
	}
	.mandataire-interventions .image_with_text .content-intervention {
		height: 160px;
		width: 100%;
		padding: 0 5px;
		position: relative; 
		top: auto; 
		left: auto; 
		transform: none;
	}
	.mandataire-interventions .image_with_text .content-intervention p {
    	font-size: 22px;
	}
	
}
@media only screen and (max-width: 600px){
	.cas-concrets-introduction{
		max-width: 520px;
	}
}
@media only screen and (max-width: 480px){
	.cas-concrets-introduction{
		max-width: 320px;
	}
}
@media only screen and (min-width: 1125px) and (max-width: 1200px)  {
	.header_bottom {
	    padding: 0 15px;
	}
	nav.main_menu>ul>li>a {
        padding: 0 14px;
		font-size: 19px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1125px)  {
	.header_bottom {
	    padding: 0 15px;
	}
	nav.main_menu>ul>li>a {
        padding: 0 10px;
		font-size: 18px;
	}
}
@media only screen and (max-width: 1024px)  {
	.touch .content {
	    margin: 110px 0 0!important;
	}
	.header_bottom {
	    padding: 0 15px;
	}
	.logo_wrapper, .mobile_menu_button {
	    display: table;
	}
	.main_menu {
	    display: none!important;
	}
	.q_logo a, .q_logo img {
	    height: 70px !important;
	}
	header.fixed{
        position: fixed !important;
    }
	.header_top .left{
		float: left;
	}
	.header_top .right{
		float: right;
		text-align: right;
	}
	.shopping_cart_inner, .side_menu_button,
	.mobile_menu_button,
	.logo_wrapper {
    	height: 80px!important;
	}
	.header_top_hidden{
        display: none !important;
    }
	nav.mobile_menu{
        display: none;
	    position: absolute;
	    left: 0;
	    top: 80px;
	    width: 100%;
	    background: #fff;
	    z-index: 101;
    }
    nav.mobile_menu ul{
    	width: 100%;
    	margin: 0;
        display: block;   
    }
    nav.mobile_menu li{
        margin-bottom: 20px;
		
    }	
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
	.header_bottom {
	    padding: 0 15px;
	}
	.activites-agricoles-content .wpb_text_column {
	    padding-left: 18%;
	}
	.introduction-droit-agricole .wpb_wrapper {
	    padding: 0px 2%;
	}
	.qode-advanced-tabs .qode-advanced-tabs-nav li a {
	    padding: 14px 15px 20px;
	}
	.controle-structures-interventions .vc_column-inner>.wpb_wrapper,
	.bail-rural-interventions .vc_column-inner>.wpb_wrapper,
	.societes-agricoles-interventions .vc_column-inner>.wpb_wrapper,
	.social-interventions-pictos .vc_column-inner>.wpb_wrapper,
	.achat-vente-interventions .vc_column-inner>.wpb_wrapper, 
	.transmission-interventions .vc_column-inner>.wpb_wrapper,  
	.installation-interventions .vc_column-inner>.wpb_wrapper{
		width: 100%;
	}
	.controle-structures-interventions .image_with_text,
	.societes-agricoles-interventions .image_with_text,
	.achat-vente-interventions .image_with_text,
	.restructuration-interventions .image_with_text{
		display: inline-block;
	}
	.safer-interventions .image_with_text, 
	.controle-structures-interventions .image_with_text, 
	.bail-rural-interventions .image_with_text, 
	.societes-agricoles-interventions .image_with_text,
	.fiscalite-interventions-pictos .image_with_text{
		display: inline-block;
	}
	.safer-interventions .image_with_text,
	.fiscalite-interventions-pictos .image_with_text{
		width: 33.33%;
		margin-bottom: 50px;
	}
	.safer-interventions .image_with_text:nth-last-child(1),
	.safer-interventions .image_with_text:nth-last-child(2),
	.fiscalite-interventions-pictos .image_with_text:nth-last-child(1),
	.fiscalite-interventions-pictos .image_with_text:nth-last-child(2) {
		width: 50%;
		margin-bottom: 0;
	}
	.societes-agricoles-interventions .image_with_text, 
	.controle-structures-interventions .image_with_text,
	.achat-vente-interventions .image_with_text, 
	.restructuration-interventions .image_with_text{
		width: 50%;
		padding: 0;
		margin-bottom: 50px;
	}
	.societes-agricoles-interventions .image_with_text:nth-last-child(1), 
	.societes-agricoles-interventions .image_with_text:nth-last-child(2), 
	.controle-structures-interventions .image_with_text:nth-last-child(1),
	.controle-structures-interventions .image_with_text:nth-last-child(2),
	.achat-vente-interventions .image_with_text:nth-last-child(1), 
	.achat-vente-interventions .image_with_text:nth-last-child(2), 
	.restructuration-interventions .image_with_text:nth-last-child(1),
	.restructuration-interventions .image_with_text:nth-last-child(2){
		margin-bottom: 0;
	}
	.bail-rural-interventions .image_with_text,
	.transmission-interventions .image_with_text,
	.installation-interventions .image_with_text{
		width: 33.33%;
		padding: 0; 
	}
	.qode-advanced-tabs .qode-advanced-tab-container {
	    padding: 50px 16px;
	}
	.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-4 .qode-advanced-tabs-nav li h2 a {
	    font-size: 19px;
	    padding: 14px 12px 20px;
	}
	.social-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper,
	.fiscalite-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper,
	.cas-concret-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper {
	    padding-left: 32px;
	}
	.formulaire-contact .vc_column-inner>.wpb_wrapper {
	    padding: 0 5%;
	}
}
@media only screen and (min-width: 1001px) and (max-width: 1024px)  {
	.equipe-2 .image_with_text{
		width: 33.33%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1000px)  {
	.latest_post_holder.boxes.three_columns>ul>li{
		width: 50%;
	}
	.latest_post_holder.boxes>ul>li, 
	.latest_post_holder.dividers>ul>li{
		margin: 0 !important;
	}
	.latest_post_holder.boxes.three_columns>ul>li:nth-child(3){
		display: none;
	}
	.latest_post .latest_post_inner {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media only screen and (max-width: 1000px)  {
	.touch .content {
	    margin: 110px 0 0!important;
	}
	header.fixed{
        position: fixed !important;
    }
	.header_top .left{
		float: left;
	}
	.header_top .right{
		float: right;
		text-align: right;
	}
	.shopping_cart_inner, .side_menu_button,
	.mobile_menu_button,
	.logo_wrapper {
    	height: 80px!important;
	}
	.header_top_hidden{
        display: none !important;
    }
	nav.mobile_menu{
        display: none;
	    position: absolute;
	    left: 0;
	    top: 80px;
	    width: 100%;
	    background: #fff;
	    z-index: 101;
    }
    nav.mobile_menu ul{
        display: block; 
    }
    nav.mobile_menu li{
        margin-bottom: 20px;
    }
    .equipe .image_with_text,
    .equipe .equipe-1 .image_with_text,
    .equipe-2 .image_with_text:nth-last-child(1), 
    .equipe-2 .image_with_text:nth-last-child(2), 
    .equipe-2 .image_with_text:nth-last-child(3){
	    display: inline-block;
	    width: 50%;
	    margin-bottom: 80px;
	}
	.equipe .image_with_text:nth-last-child(1),
	.equipe .image_with_text:nth-last-child(2) {
	    margin-bottom: 25px;
	}
	.equipe-2>.vc_column-inner>.wpb_wrapper{
		padding: 0;
	}
	.btn-more-equipe{
		margin-top: 0;
	}
}
@media only screen and (max-width: 768px)  {
	.latest_post .latest_post_text, .latest_post .boxes_image,
	.blog_holder.blog_small_image article .post_image, .blog_holder.blog_small_image article .post_text{
		display: block;
	}
	.latest_post .latest_post_inner,
	.blog_holder.blog_small_image article .post_text .post_text_inner{
		padding: 0 0 35px;
	}
	.latest_post .latest_post_text, .latest_post .boxes_image{
		width: 100%;
	}
}
@media only screen and (max-width: 767px)  {
	
	.hidden-tablette{
		display: block;
	}
	.touch .content {
	    margin: 110px 0 0!important;
	}
	.header_top .header-widget:not(.widget_icl_lang_sel_widget){
		display: none;
	}
	.wpml-ls-legacy-dropdown-click{
		padding-right: 0;
	}
	.header_top .header-widget .wpml-ls-legacy-dropdown-click a{
		text-align: left;
	}
	.mobile_menu_button{
		margin: 0;
		height: 80px;
	}
	.logo_wrapper {
	    height: 80px!important;
	}
	.header_bottom{
        height: 80px;
    }
    .burger-container {
    	margin-top: 30px;
	}
	nav.mobile_menu{
		top: 80px;
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
	}
	.btn{
		line-height: 32px;
		padding: 5px 30px;
	}
/*	section.parallax_section_holder {
	    background-size: cover;
	}*/
	.home-parallax .vc_column-inner>.wpb_wrapper{
		padding: 0 30px;
	}
	.latest_post_holder.boxes.three_columns>ul{
		margin-left: 0;
		margin-right: 0;
	}
	.latest_post_holder.boxes.three_columns>ul>li{
		width: 100%;
		padding: 0;
		margin-right: 0 !important;
	}
	.latest_post_holder.boxes.three_columns>ul>li:last-child{
		margin-bottom: 0 !important;
	}
	.latest_post_holder li:last-child .latest_post .latest_post_inner{
		padding-bottom: 0;
		margin-bottom: 0 !important;
	}
	.qode-advanced-tabs .qode-advanced-tabs-nav li a{
		padding: 20px 51px;
	}
	.qode-advanced-tabs .qode-advanced-tabs-nav{
		text-align: center;
	}
	.qode-advanced-tabs.qode-advanced-horizontal-tab.qode-advanced-tabs-column-4 .qode-advanced-tabs-nav li{
		display: block;
		border-top: 1px solid #BFA670;
	}
	.qode-advanced-tabs.qode-advanced-horizontal-tab .qode-advanced-tabs-nav li:last-child.ui-state-active{
		border-bottom-color: #BFA670;
	}
	.activites-agricoles-content .vc_column-inner, 
	.activites-agricoles .vc_column_container{
		display: block;
	}
	.activites-agricoles-content .wpb_text_column {
	    padding: 0 20px; ;
	}
	.activites-agricoles-content .vc_column-inner .wpb_wrapper{
		display: inline-block;
		text-align: left;
	}
	.activites-agricoles.animated .vc_column_container:last-child{
		transform: scale(1, 0);
    	transform-origin: center top;
	}
	.activites-agricoles.animated.visible .vc_column_container:last-child{
		transform: scale(1, 1);
	}
	.equipe .image_with_text,
	.equipe .equipe-1 .image_with_text{
	    width: 100%;
	    display: block;
	    padding: 0;
	    margin-bottom: 50px;
	}
	.equipe .image_with_text:last-child {
	    margin-bottom: 0;
	}
	.equipe-2 .image_with_text:nth-last-child(1), .equipe-2 .image_with_text:nth-last-child(2), .equipe-2 .image_with_text:nth-last-child(3){
		width: 100%;
	}
	.introduction-droit-agricole .wpb_wrapper {
	    padding: 0;
	}
	.qode-advanced-tabs .qode-advanced-tab-container {
    	padding: 50px 0 0;
	}
	.safer-interventions .vc_column-inner>.wpb_wrapper,
	.controle-structures-interventions .vc_column-inner>.wpb_wrapper, 
	.bail-rural-interventions .vc_column-inner>.wpb_wrapper, 
	.societes-agricoles-interventions .vc_column-inner>.wpb_wrapper,
	.fiscalite-interventions-pictos .vc_column-inner>.wpb_wrapper,
	.social-interventions-pictos .vc_column-inner>.wpb_wrapper,
	.achat-vente-interventions .vc_column-inner>.wpb_wrapper, 
	.transmission-interventions .vc_column-inner>.wpb_wrapper, 
	.installation-interventions .vc_column-inner>.wpb_wrapper,
	.restructuration-interventions .vc_column-inner>.wpb_wrapper{
		display: block;
	}
	.home-icons .image_with_text,
	.safer-interventions .image_with_text, 
	.controle-structures-interventions .image_with_text, 
	.bail-rural-interventions .image_with_text, 
	.societes-agricoles-interventions .image_with_text,
	.fiscalite-interventions-pictos .image_with_text,
	.social-interventions-pictos .image_with_text,
	.achat-vente-interventions .image_with_text, 
	.transmission-interventions .image_with_text, 
	.installation-interventions .image_with_text,
	.restructuration-interventions .image_with_text{
		display: block;
		width: 100%;
		margin-bottom: 50px;
		padding: 0;
	}
	.home-icons .image_with_text:last-child,	
	.safer-interventions .image_with_text:last-child, 
	.controle-structures-interventions .image_with_text:last-child, 
	.bail-rural-interventions .image_with_text:last-child, 
	.societes-agricoles-interventions .image_with_text:last-child,
	.fiscalite-interventions-pictos .image_with_text:last-child,
	.social-interventions-pictos .image_with_text:last-child,
	.achat-vente-interventions .image_with_text:last-child, 
	.transmission-interventions .image_with_text:last-child, 
	.installation-interventions .image_with_text:last-child,
	.restructuration-interventions .image_with_text:last-child{
		margin-bottom: 0;
	}
	.fiscalite-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper,
	.social-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper,
	.cas-concret-interventions .section_inner_margin>.vc_column_container>.vc_column-inner >.wpb_wrapper {
	    padding-left: 0;
	}
	.mandataire-interventions .image_with_text {
	    width: 100%;
	}
	.mandataire-interventions .image_with_text .content-intervention {
    	height: auto;
    	padding: 10px 5px;
	}

	.encart-map{
		position: relative;
		right: auto;
		top: 0;
		width: 100%;
	}
	.formulaire-contact .vc_column-inner>.wpb_wrapper {
	    padding: 0;
	}
	.input-group{
		width: 100%;
	}
	.input-group:nth-child(odd) {
	    padding-left: 0;
	}
	.input-group:nth-child(even) {
	    padding-right: 0;
	}

	.footer_bottom{
		padding: 8px 15px;
	}
	.footer_bottom p, .footer_bottom_holder p{
		line-height: 17px;
	}
	.footer_bottom .custom-html-widget {
	    margin-top: 20px;
	}
	.footer_bottom .custom-html-widget {
	    float: none;
	}

	.footer-fixed{
		display: none !important;
	}
	.footer_bottom_holder {
		padding-bottom: 0px !important;
	}
}

.footer-fixed{
	font-family: 'Gotham-book';
	display: flex;
    position: fixed;
    bottom: 0;
    background-color: #000;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 10px 0px;
    left: 0;
    justify-content: center;
    align-items: center;

}

.footer-fixed div {
	display: flex;
	color: #fff;
	align-items: center;
}

.footer-fixed div p {
	color: #fff !important;
	margin: 0 !important;
	font-size: 17px !important;
	font-weight: 400;
}

.footer-fixed div img {
	width: 150px;
	margin-left: 12px;
    margin-right: 35px;
}

.footer-fixed .btn-sbt{
	background-color: #97BE0E !important;
	font-size: 13px;
	padding: 1.5px 12px;
    border-radius: 8px;
	transition: 0.3s;
}

.footer-fixed .btn-sbt:hover{
	background-color: #7f9f0b !important;
}

.footer-fixed .btn-sbt a{
	color: #fff !important;
	font-family: 'Gotham-medium';
}

#back_to_top {
    bottom: 125px;
}

@media only screen and (max-width: 810px)  {
	.footer-fixed div {
		display: block;
	}

	.footer-fixed div img {
		margin: 10px 0px;
		padding-bottom: 5px;
	}

	.footer-fixed {
		padding: 20px 0px;
	}

	.footer-fixed .btn-sbt {
		width: 160px;
		margin: auto;
	}
}