/*
Theme Name: Divi CF 2022 Child Theme
Description: Theme enfant de Divi ppour la Compagnie Fruitière
Author: Philippe Albrand
Author URI: https://www.philippealbrand.com
Template: Divi
Version: 1.1
*/

body {
    touch-action: none;
    font-weight: 400;
}

.unselectable {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #cc0000;
}

.visibility-hidden {
	visibility:hidden;
	height: 0px !important;
}

.display-none {
	display: none !important;
}
.only-mobile {
	display: none !important; 
}
@media only screen and (max-width : 768px) {
	.only-mobile {
		display: block !important; 
	}
}

.badge-offres-emploi .et_pb_main_blurb_image {
    margin-bottom: 5px !important;
}

/* 
** CENTRER DU CONTENU VERTICALEMENT 
** Voir tuto : https://www.divi-community.fr/snippets-divi/centrer-du-contenu-verticalement
*/

.dc-centrer-verticalement {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	 -moz-box-orient: vertical;
	 -moz-box-direction: normal;
	  -ms-flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
}


ul {
    padding: 0 0 14px 18px !important;
}

.back-button {
	cursor: pointer;
}
  

/*
** INVERSER LE SENS DES COLONNES SUR MOBILE
** Voir tuto : https://www.divi-community.fr/snippets-divi/inverser-ordre-des-colonnes-sur-mobile
*/

@media only screen and (max-width : 980px) {
	.dc-inverser-colonnes--section .dc-inverser-colonnes--ligne {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

/**/
/** MENU MOBILE : en pleine largeur et le hamburger devient une croix pour fermer */
/**/

.et_mobile_menu {
	margin-left: -30px;
	padding: 5%;
	width: calc( 100% + 60px);
}

.mobile_nav.opened .mobile_menu_bar:before {
	content: "\4d";
}


/* 
** AUGMENTER LA LARGEUR CHAMP RÉSULTAT CAPTCHA 
** Parfois, suivant la taille du texte, certains chiffres du résultat sont masqués
*/
.et_pb_contact_right p input {
	max-width: 50px;
}


/*
** METTRE EXPOSANTS ET INDICES À LA BONNE TAILLE
** Généralement, ils sont bien trop gros…
*/
sup, sub {
    font-size: 70%;
}

/** HEADER **/
.header-border-radius-no-bg {
	background: transparent !important;
}
.menu-display-none {
	display: none !important;
}








/* * MENU * */
.et-menu .menu-item-has-children > a:after {
    /*content: '\4c'!important;*/
    font-size: 24px !important;
    font-weight: normal!important;
    padding-left: 10px;
    right: 0 !important;
}

.et-menu .menu-item-has-children > .de-menu-switched-icon:after {
    content: '\32' !important;
    font-size: 24px !important;
    font-weight: normal!important;
    padding-left: 10px;
    right: -10px !important;
}
  
/* .et-menu .menu-item-has-children > a { */
    /* position: relative; */
/* } */

.et-menu .menu-item-has-children .sub-menu li {
    display: none;
}

.et-menu .menu-item-has-children .sub-menu .de-show-menu-items {
    display: block;
}
  
.de-menu .et_pb_menu__menu {
    display: block;
}

.de-menu .et_mobile_nav_menu {
    display: none;
}
  
.de-menu .et-menu-nav .et-menu {
    /* align-items: center !important; */
    flex-direction: column;
}

.de-menu .et-menu > li {
    display: flex;
    flex-direction: column;
    margin-top: 15px !important;
}

.de-menu .sub-menu {
    border-top: 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    left: 0 !important;
    opacity: 1;
    padding: 0 !important;
    position: relative;
    top: 10px !important;
    visibility: visible;
    width: auto;
}

.de-menu .nav li li {
    padding: 0 0 0 15px;
    margin: 0;
}

.de-menu .et-menu li li a {
    font-size: 18px !important;
    padding: 0 0 16px 0;
    width: auto;
}

.de-menu .nav ul li a:hover {
	background: transparent ! important;
}

.de-menu-row {
    overflow: auto;
    scrollbar-width: none;
    transform: translateY(-100%);
    transition: all 1s ease;
}

.de-menu-row::-webkit-scrollbar {
    display: none;
}

.de-menu-row .et_pb_column {
    display: flex;
}

.de-menu-row .et_pb_column.de-menu-col {
    display: block;
}

.de-menu-row.de-menu-active {
    transform: translateY(0);
    transition: all 1s ease;
}

.de-menu-ham-icon,
.de-menu-close-icon {
    cursor: pointer;
}

.de-menu-ham-icon {
    display: inline-block;
}

.de-menu-ham-icon-hide {
	display: none;
}

.de-menu-ham-icon .et_pb_main_blurb_image,
.de-menu-close-icon .et_pb_main_blurb_image {
    margin-bottom: 0;
}


.lien-professionnels:before {
	display: inline-block;
    content: "";
    border-top: 2px solid #ffffff;
    width: 30px;
    margin: 20px 0;
}

@media screen and (max-width: 980px) { 

	.et_pb_menu--style-left_aligned .et_pb_menu__wrap {
		justify-content: flex-start;
	}
 
}

@media screen and (max-width: 479px) { 

	.de-menu-row .et_pb_column {
		display: block;
		margin-top: 60px !important;
	}
	
	
 
}

/** MENU LANGUES **/
.wpml-ls-legacy-dropdown-click {
    width: auto !important;
}

.wpml-ls-legacy-dropdown-click ul {
    padding: 0 !important;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a {
    color: rgba(0,0,0,0.5) !important;
}
.wpml-ls-statics-shortcode_actions a {
    color: rgba(0,0,0,0.5) !important;
}

/** MENU RECHERCHE **/
button.et_pb_menu__icon {
    padding-left: 30px;
}

.hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu { display: flex!important; } 

.hide-mobile-menu .et_mobile_nav_menu { display: none; }
/** MENU FIN **/


/** ACCUEIL **/
.ligne-acceuil .et_pb_module_header {
	margin-top: -15px!important;
	padding-bottom: 5px!important;
}

.section-height-100 .et_pb_row,
.section-height-100 .et_pb_row .et_pb_column {
	height: 100% !important;
}

.column-height-100 {
	height: 100% !important;
}

.module-height-100 .et_pb_code_inner,
.module-height-100 .et_pb_text_inner,
.module-height-100 .et_pb_text_inner p,
.module-height-100 .et_pb_blurb_content,
.module-height-100 .et_pb_slides,
.module-height-100 .et_pb_slider_container_inner, 
.module-height-100 .et_pb_slider_container_inner .et_pb_slide_description,
.module-height-100 .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content,
.et_pb_video_box {
	height: 100%;
}

.module-height-100 .et_pb_slide {
	padding: 0;
}


.wvt-panorama-wrapper, .wvt-panorama {
    height: 100% !important;
	overflow: hidden;
}
.wvt-panorama {
    padding-bottom: 45%;
}

.wvt-toolbar-wrapper {
	background: none !important;
}

.wvt-toolbar-wrapper .wvt-panorama-title {
	display: none !important;
}

.wvt-toolbar-wrapper .wvt-fullscreen-control {
	margin-right: 30px;
}

.hotspot-cf .et_pb_main_blurb_image {
	margin-bottom: 0 !important;
}
 
/** HOTSPOTS **/
@media screen and (max-width: 1400px) { 
	.hotspot-cf .et_pb_module_header a {
		font-size: 16px !important; 
	}
	.hotspot-cf.homepage-1 {
	}
	.hotspot-cf.homepage-2 {
		top: 58vh !important; 
	}
	.hotspot-cf.homepage-3 {
	}
	.hotspot-cf.homepage-4 { 
		top: 56vh !important; 
	}
	.hotspot-cf.homepage-5 {
	}
	.hotspot-cf.homepage-6 {
		top: 61vh !important; 
	} 
	
	
	.hotspot-cf.apropos-1 {
		left: 8vw !important; 
	}
	.hotspot-cf.apropos-2 {
		top: 55vh !important; 
		left: 12vw !important; 
	}
	.hotspot-cf.apropos-3 {
	}
	.hotspot-cf.apropos-4 { 
	}
	.hotspot-cf.apropos-5 {
		top: 56vh !important; 
		left: 35vw !important; 
	}
	.hotspot-cf.apropos-6 {
		top: 58vh !important; 
		left: 55vw !important; 
	} 
	
	
	.hotspot-cf.logistique-1 {
	}
	.hotspot-cf.logistique-2 {
	}
	.hotspot-cf.logistique-3 {
		top: 45vh !important; 
		left: 18vw !important; 
	}
	.hotspot-cf.logistique-4 { 
	}
	.hotspot-cf.logistique-5 {
	}
	
	
	.hotspot-cf.producteur-1 {
	}
	.hotspot-cf.producteur-2 {
	}
	.hotspot-cf.producteur-3 {
	}
	.hotspot-cf.producteur-4 { 
	}
}
@media screen and (max-width: 768px) {
	.hotspot-cf.et_pb_blurb {
		max-width: 200px !important;
	} 
	.hotspot-cf .et_pb_main_blurb_image .et_pb_image_wrap { 
		width: 90px !important;
	}
	.hotspot-cf.homepage-1 {
		top: 10% !important; 
		left: 0% !important; 
	}
	.hotspot-cf.homepage-2 {
		top: 34% !important; 
		left: 0% !important; 
	}
	.hotspot-cf.homepage-3 {
		top: 17% !important; 
		left: 50% !important; 
	}
	.hotspot-cf.homepage-4 { 
		top: 58% !important; 
		left: 0% !important; 
	}
	.hotspot-cf.homepage-5 {
		top: 42% !important; 
		left: 50% !important; 
	}
	.hotspot-cf.homepage-6 {
		top: 68% !important; 
		left: 50% !important; 
	} 
	
	
	.hotspot-cf.apropos-1 {
		left: 5vw !important; 
	}
	.hotspot-cf.apropos-2 {
		top: 33vh !important; 
		left: 6vw !important; 
	}
	.hotspot-cf.apropos-3 {
		top: 29vw !important; 
		left: 46vw !important; 
	}
	.hotspot-cf.apropos-4 { 
		top: 72vw !important; 
		left: 45vw !important; 
	}
	.hotspot-cf.apropos-5 {
		top: 56vh !important; 
		left: 4vw !important; 
	}
	.hotspot-cf.apropos-6 {
		top: 60vh !important; 
		left: 47vw !important; 
	} 
	
	
	.hotspot-cf.logistique-1 {
		top: 15vh !important; 
		left: 3vw !important; 
	}
	.hotspot-cf.logistique-2 {
		top: 25vh !important; 
		left: 60vw !important; 
	}
	.hotspot-cf.logistique-3 {
		top: 65vh !important; 
		left: 0vw !important; 
	}
	.hotspot-cf.logistique-4 { 
		top: 37vh !important; 
		left: 5vw !important; 
	}
	.hotspot-cf.logistique-5 {
		top: 57vh !important; 
		left: 55vw !important; 
	}
	
	
	.hotspot-cf.producteur-1 {
		top: 11vh !important; 
		left: 2vw !important; 
	}
	.hotspot-cf.producteur-2 {
		top: 50vh !important; 
		left: 10vw !important; 
	}
	.hotspot-cf.producteur-3 {
		top: 30vh !important; 
		left: 50vw !important; 
	}
	.hotspot-cf.producteur-4 { 
		top: 60vh !important; 
		left: 50vw !important; 
	}
	
	
	.hotspot-cf.reseau-1 {
		top: 10vh !important; 
		left: 5vw !important; 
	}
	.hotspot-cf.reseau-2 {
		top: 35vh !important; 
		left: 10vw !important; 
	}
	.hotspot-cf.reseau-3 {
		top: 60vh !important; 
		left: 5vw !important; 
	}
	.hotspot-cf.reseau-4 { 
		top: 18vh !important; 
		left: 50vw !important; 
	}
	.hotspot-cf.reseau-5 {
		top: 45vh !important; 
		left: 45vw !important; 
	}
	.hotspot-cf.reseau-6 {
		top: 67vh !important; 
		left: 50vw !important; 
	}
	
	
	.hotspot-cf.rse-1 {
		top: 12vh !important; 
		left: 0vw !important; 
	}
	.hotspot-cf.rse-2 {
		top: 37vh !important; 
		left: 0vw !important; 
	}
	.hotspot-cf.rse-3 {
		top: 63vh !important; 
		left: 3vw !important; 
	}
	.hotspot-cf.rse-4 { 
		top: 18vh !important; 
		left: 50vw !important; 
	}
	.hotspot-cf.rse-5 {
		top: 45vh !important; 
		left: 55vw !important; 
	}
	.hotspot-cf.rse-6 {
		top: 67vh !important; 
		left: 50vw !important; 
	} 
	
	.column-to-show {
		padding-bottom: 90px !important; 
	}
	
	.column-to-show.contact .mCustomScrollbar {
		padding-bottom: 145px !important; 
	}
	
	.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul {
		padding: 0 7px !important;
	}
}


@media (max-width: 980px){
	.colonne-height-100 {height: 100vh;}
}

/** FOOTER **/
.cf-footer {
	display: none;
}

.cf-footer ul {
    padding: 0 !important;
}
.cf-footer .et_pb_social_media_follow li {
    margin-bottom: 0px !important; 
}

.cf-footer-icon-open .et_pb_main_blurb_image,
.cf-btn-close-footer .et_pb_main_blurb_image {
	cursor: pointer
}

.cf-footer .et_mobile_menu {
	border-top: none !important;
	margin-left: -100px !important;
    width: 230px !important;
	margin-bottom: 15px !important;
}



@media screen and (max-width: 980px) {  
	.cf-footer-col-1,
	.cf-footer-col-2 { 
		margin: 15px 0 !important;
	}
}


@media screen and (max-width: 768px) {   
	.cf-footer {
		display: block;
	}
	.cf-footer-icon-open,
	.cf-footer-col-1 {
		display: none !important;
	}
	.cf-footer-col-2 {
		justify-content: flex-start !important;
	}
}




/** VIDEO 360 **/
.background-video-360, .column-with-grab {
	cursor: grab;
}


/** COLONNE TEXTE **/
.close-text-column, .open-text-column {
	cursor: pointer;
}
.open-text-column {
	display: none;
}

/** SLIDER **/
.dnxte_coverflowslider_parent_0 .img-fluid {
	border-radius: 15px !important;
}
.dnxte-coverflow-multitext, .mfp-counter {
  display: none;
}
.dnxte-blog-carousel-slide-active.is_equal_height_on [class*=dnxte-blog-carousel-layout-]:not(.dnxte-blog-carousel-layout-seven) .dnxte-blog-carousel-wrap .dnxte-content-wrapper {
    -ms-flex: 1 0 150px !important;
    flex: 1 0 150px !important;
}
.dnxte_blog_slider_0 .swiper-button-prev:after, .dnxte_blog_slider_0 .swiper-button-next:after {
    margin-top: -150px!important;
}
.dnxte-blog-carousel-layout-one .dnxte-content-wrapper h2 {
    font-size: 14px !important;
    line-height: 1.2em !important;
    font-weight: 500 !important;
}
.mb-30 {
    margin-bottom: 0px !important;
}
.lwp-slick-slider.lwp-center-slider .slick-slide:not(.slick-center) img {
	-webkit-transform: scale(1);
    transform: scale(1);
}
.lwp-slick-slider.lwp-center-slider .slick-slide img {
	border-radius: 10px;
}

.lwp-slick-slider .slick-prev {
    left: 5px !important;
    background: rgba(255,255,255,0.5);
    z-index: 9999;
    border-radius: 50px;
}

.lwp-slick-slider .slick-next {
    right: 5px !important;
    background: rgba(255,255,255,0.5);
    z-index: 9999;
    border-radius: 50px;
}

/** MENU TYPE CATALOGUE **/

.menu-type-catalogue .et-menu-nav, 
.menu-type-catalogue .et_pb_menu__menu {
	flex: 1;
}
.menu-type-catalogue ul  {
	flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: space-between !important;
	flex: 1;
}
	
.menu-type-catalogue li  {
	margin: 0px !important;
    padding: 0px 7px !important;
	flex: 0 1 33%;
}

@media (max-width: 1465px) {
	.menu-type-catalogue li  {
		flex: 0 1 50%;
	}
}
@media (max-width: 980px) {
	.menu-type-catalogue li  {
		flex: 0 1 33%;
	}
}
@media (max-width: 590px) {
	.menu-type-catalogue li  {
		flex: 0 1 50%;
	}
}
@media (max-width: 400px) {
	.menu-type-catalogue li  {
		padding: 0px 0px !important;
		flex: 0 1 50%;
	}
}
@media (max-width: 370px) {
	.et-menu li {
    font-size: 13px;
}
}
	
.menu-type-catalogue.menu-2-col li  {
	flex: 0 1 50%;
}
.menu-type-catalogue li a {
	border: 1px solid rgba(0,0,0,0.5);
    background-color: #fff;
    border-radius: 15px;
	margin: 5px !important;
    padding: 5px 20px !important;
	text-align: center;
	width: 100%;
	font-size: 14px;
    text-transform: uppercase!important;
}

/*show desktop menu on phone*/
@media (max-width: 980px) {
	.menu-type-catalogue .et_pb_menu__menu {
		display: flex!important;
	}
	.menu-type-catalogue .et_mobile_nav_menu {
		display: none!important;
	}
}

/* .menu-type-catalogue.catalogue-productions li a , */
/* .menu-type-catalogue.filiales li a , */
/* .menu-type-catalogue.nos-marques li a { */
	/* min-width: 180px; */
/* } */
/* .menu-type-catalogue.rejoindre-cf li a, */
/* .menu-type-catalogue.metiers-oppotunites li a, */
/* .menu-type-catalogue.temoignages-groupe li a , */
/* .menu-type-catalogue.etudiants-jeunes-diplomes li a { */
	/* min-width: 250px; */
/* } */

.commande-production {
	display: none;
}

.btn-commander-production {
	margin-top: 30px;
}

.texte-production h3  {
	padding-bottom:0px;
	line-height: 1.8em;
}

::placeholder {
	font-size: 14px;
}


.forminator-edit-module {
	display: none;
}
.forminator-row:not(:last-child) {
    margin-bottom: 15px !important;
}
.forminator-ui {
	margin: 15px 0 30px 0 !important;
}
.forminator-input, .forminator-textarea, .forminator-select, .forminator-select2, .forminator-button-submit {
	border: 1px solid rgba(0,0,0,0.5) !important;
	color: rgba(0,0,0,0.5) !important;
	background: #ffffff !important;
	border-radius: 5px !important;
	font-size: 14px!important;
    font-weight: 400!important;
	padding: 5px 10px !important;
}
.forminator-select2 {
	color: rgba(0,0,0,0.7) !important;
	width: 100% !important;
}
.select2-container .selection .select2-selection {
	border-color: #ffffff !important;
    background-color: #ffffff !important;
	height: 18px !important;
}
.select2-container .selection .select2-selection .select2-selection__arrow,
.select2-container .selection .select2-selection:hover .select2-selection__arrow {
	color: #777771 !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
	padding: 0!important;
	font-size: 14px!important;
	color: #888888 !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder  {
	font-size: 14px!important;
	color: #888888 !important;
}
.forminator-select-dropdown {
	border-color: #ffffff !important;
    background-color: #ffffff !important;
	font-size: 14px!important;
	padding: 0!important;
}
.forminator-select-dropdown li.select2-results__option {
	font-size: 14px!important;
	padding: 0!important;
}
.forminator-select-dropdown li.select2-results__option.select2-results__option--selected {
    background-color: #999999 !important;
}
.forminator-button-submit {
	border: 1px solid rgba(0,0,0,0.5) !important;
	color: rgba(0,0,0,0.5) !important;
	background: #ffffff !important;
	border-radius: 15px !important;
	padding: 2px 15px !important;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.8em;
}
.close-form {
	cursor: pointer;
	text-decoration: underline;
}


/** DEBUT **/
.delete-row-zindex-blocking {
	z-index: unset;
}


/** SCROLLBAR STYLING **/
.scrollbar h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6em;
	padding-bottom: 0 !important; 
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.35);
    border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.45);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.45);
}

.scrollbar ul {
	margin: 0;
	padding: 0 0 1em 0 !important;
}
.scrollbar ul {
	list-style-type: none;
}
.scrollbar ul > li {
	line-height: 1.2em;
}
.scrollbar ul > li:before {
	content: "-";
	margin-right: 5px;
}



@media only screen and (max-width : 768px) {
	.only-mobile {
		display: block !important; 
	}
	.cf-frise-links {
		display: none !important; 
	}
}


@media only screen and (max-width : 980px) {
	.col-content-fisheye {
		width: 100% !important; 
	}
}
@media only screen and (min-width : 980px) {
	.close-text-column-fisheye, .open-text-column-fisheye {
		display: none; 
	}
}

/* AFFICHAGE DES CONTROLES VIDEOS */


#containervideofull {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#containervideofull > #videofull {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* 1. Pas de support d'object-fit */
@media (min-aspect-ratio: 16/9) {
  #containervideofull > #videofull {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  #containervideofull > #videofull {
    width: 300%;
    left: -100%;
  }
}
/* 2. En cas de support d'object-fit, écrase les règles en (1) */
@supports (object-fit: cover) {
  #containervideofull > #videofull {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}

@media (max-width: 950px) {
	#containervideofull > #videofull {
		object-fit: contain;
	}
}

/* BLOG LINKEDIN */
.page-id-911 .sk-ww-linkedin-page-post .grid-content {
	border: 1px solid #dedede;
	box-shadow: unset !important;
}
.page-id-911 .sk-ww-linkedin-page-post .grid-content:hover {
	border: 1px solid rgb(245, 115, 27);
}
.page-id-911 .sk-ww-linkedin-page-post .grid-content .post-header {
    padding: 0 0 8px 0 !important;
}
.page-id-911 .sk-ww-linkedin-page-post .grid-content .post-content {
    padding: 8px 0 !important;
}
.page-id-911 .sk-ww-linkedin-page-post .grid-content .post-post-counts {
    padding: 8px 0 0 0 !important;
}

.cf-content-btn {
	border: 1px solid rgba(0,0,0,0.5) !important;
	background: #fff;
    padding: 2.9px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 10px 5px;
    display: inline-block;
}

.cf-content-btn:hover {
	opacity: 0.7;
}


.fruit-suivant {
	border: 1px solid rgba(0,0,0,0.5);
    background-color: #fff;
    border-radius: 15px;
	margin: 5px !important;
    padding: 2.9px 20px !important;
	text-align: center;
	width: 100%;
	font-size: 14px;
    text-transform: uppercase!important;
	color: rgba(0,0,0,0.5)!important;
} 

#mobile_menu2 {
	left: -59px !important;
}

.et_pb_row.et_pb_row_1_tb_header.de-menu-row.ligne-2.et_pb_equal_columns.et_pb_gutters1.de-menu-active .et_pb_column.et_pb_column_1_3.et_pb_column_4_tb_header.dc-centrer-verticalement.et_pb_css_mix_blend_mode_passthrough {
	display: flex;
}
