
/*
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;
}

.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;
}


.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_pb_module:not(.menu-page-filiale) .et-menu .menu-item-has-children > a:after {
    /* content: '\4c'!important; */
    font-size: 24px !important;
    font-weight: normal!important;
    padding-left: 10px;
    right: -10px !important;
}

.et_pb_module:not(.menu-page-filiale) .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_pb_module:not(.menu-page-filiale) .et-menu .menu-item-has-children > a:after,  */
/* .et_pb_module:not(.menu-page-filiale) .et-menu .menu-item-has-children > .de-menu-switched-icon:after { */
    /* display: none !important; */
/* } */
  
/* .et_pb_module:not(.menu-page-filiale) .et-menu .menu-item-has-children > a { */
    /* position: relative; */
/* } */

.et_pb_module:not(.menu-page-filiale) .et-menu .menu-item-has-children .sub-menu li {
    display: none;
}

.et_pb_module:not(.menu-page-filiale) .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;
	/* margin-top: 60px; */
}

.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;
}

.menu-page-filiale .nav li ul {
border-color: #0C3766;
}


.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: #0C3766!important;
}
.wpml-ls-statics-shortcode_actions a {
    color: #0C3766!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; */
	height: calc(100% - 30px) !important;
}

.column-height-100 {
	/* height: 100% !important; */
	height: calc(100% - 30px) !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_main_blurb_image .et_pb_image_wrap { */
		/* width: 110px !important; */
	/* } */
	.hotspot-cf .et_pb_main_blurb_image {
		margin-bottom: 15px !important;
	}
	.hotspot-cf .et_pb_module_header a {
		font-size: 16px !important; 
	}
}
@media screen and (max-width: 768px) {
	.hotspot-cf.et_pb_blurb {
		max-width: 200px !important;
	} 
	.hotspot-cf .et_pb_main_blurb_image {
		margin-bottom: 0px !important;
	}
	.hotspot-cf .et_pb_main_blurb_image .et_pb_image_wrap { 
		width: 90px !important;
	}
	.hotspot-cf.homepage-1 {
		top: 10% !important;
		left: 9% !important;
	}
	.hotspot-cf.homepage-2 {
		top: 32% !important;
		left: 5% !important;
	}
	.hotspot-cf.homepage-3 {
		top: 12% !important;
		left: 46% !important;
	}
	.hotspot-cf.homepage-4 { 
		top: 55% !important;
		left: 3% !important;
	}
	.hotspot-cf.homepage-5 {
		top: 62% !important;
		left: 60% !important;
	} 
	.hotspot-cf.homepage-6 { 
		top: 38% !important;
		left: 68% !important;
	}
	.hotspot-cf.homepage-7 {
		top: 78% !important;
		left: 30% !important;
	} 
	
	
	
	.hotspot-cf.csr-1 {
		top: 15% !important;
		left: 5% !important;
	}
	.hotspot-cf.csr-2 {
		top: 70% !important;
		left: 5% !important;
	}
	.hotspot-cf.csr-3 {
		top: 40% !important;
		left: 40% !important;
	}
	
	
	
	.hotspot-cf.container-1 {
		top: 15% !important;
		left: 5% !important;
	}
	.hotspot-cf.container-2 {
		top: 70% !important;
		left: 5% !important;
	}
	.hotspot-cf.container-3 {
		top: 40% !important;
		left: 40% !important;
	}
}


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

/** FOOTER **/
/* .cf-footer {
	display: none;
} */
.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: 768px) {   
	.cf-footer {
		display: block;
	}
	.cf-footer-icon-open {
		display: none;
	}
}

/** TOOLTIPS **/
.tooltipster-base {
	display: none;
}

.cf-hotspot-separator {
	font-weight: bold;
	/* font-size:30px; */
	font-size:20px;
	color: #ffffff;
	text-transform: uppercase;
	margin-top: -70px;
	text-shadow: 2px 2px 11px #000000;
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}

.cf-hotspot-title {
	font-weight: bold;
	/* font-size:20px; */
	font-size:14px;
	color: #ffffff;
	text-transform: uppercase;
	/* margin-top: -20px; */
	margin-top: -40px;
	/* text-shadow: 2px 2px 11px #000000; */
	/* text-shadow: 1px 2px 2px #000000; */
	text-shadow: 2px 2px 1px (0,0,0,0.5);
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	width: 300px;
	margin-left:-100px;
	line-height: 1.5em;
}

/** FRISE **/
.cf-frise-links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
	margin-top: 22px;
}

.cf-frise-links .cf-hotspot {
	/* flex: 1;  */
	width: 200px;
	text-align: center;
	height: 64px;
}

.cf-frise-links .cf-hotspot a .circle {
	display: inline-block;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	/* border: 0.25rem solid #ffffff; */
	border: 2px solid #ffffff;
	position: relative;
}

.cf-frise-links .cf-hotspot a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	/* text-shadow: 2px 2px 11px #000000; */
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
}

.cf-frise-links .cf-hotspot a:hover .circle {
	background: #ffffff;
}

/** LIGNES ENTRE LES POINTS DES HOSPOTS **/
.cf-frise-links .cf-hotspot a .circle:before  {
	content: " ";
	display: block;
	position: absolute;
	height: 2px;
	background: white;
	right: 100%;
	top: calc(50% - 2px);
}
.cf-frise-links .cf-hotspot a .circle:after  {
	content: " ";
	display: block;
	position: absolute;
	height: 2px;
	background: white;
	left : 100%;
	top: calc(50% - 2px);
}
.cf-frise-links.cf-frise-nb-hotspots-3 .cf-hotspot a .circle:before {
	width: 8em;	
}
.cf-frise-links.cf-frise-nb-hotspots-3 .cf-hotspot a .circle:after {
	width: 8em;	
}

.cf-frise-links.cf-frise-nb-hotspots-4 .cf-hotspot a .circle:before {
	width: 8em;	
}
.cf-frise-links.cf-frise-nb-hotspots-4 .cf-hotspot a .circle:after {
	width: 8em;	
}

.cf-frise-links.cf-frise-nb-hotspots-5 .cf-hotspot a .circle:before {
	width: 8em;	
}
.cf-frise-links.cf-frise-nb-hotspots-5 .cf-hotspot a .circle:after {
	width: 8em;	
}

.cf-frise-links.cf-frise-nb-hotspots-6 .cf-hotspot a .circle:before {
	width: 14em;	
}
.cf-frise-links.cf-frise-nb-hotspots-6 .cf-hotspot a .circle:after {
	width: 14em;	
} 

.cf-frise-links.cf-frise-nb-hotspots-9 .cf-hotspot a .circle:before {
	width: 5em;	
}
.cf-frise-links.cf-frise-nb-hotspots-9 .cf-hotspot a .circle:after {
	width: 5em;	
} 




@media only screen and (max-width : 1550px) {
	.cf-frise-links.cf-frise-nb-hotspots-6 .cf-hotspot a .circle:before {
		width: 7em;	
	}
	.cf-frise-links.cf-frise-nb-hotspots-6 .cf-hotspot a .circle:after {
		width: 7em;	
	}
}
@media only screen and (max-width : 1280px) {
	.cf-frise-links.cf-frise-nb-hotspots-5 .cf-hotspot a .circle:before {
		width: 7em;	
	}
	.cf-frise-links.cf-frise-nb-hotspots-5 .cf-hotspot a .circle:after {
		width: 7em;	
	} 
}
@media only screen and (max-width : 1070px) {
	.cf-frise-links.cf-frise-nb-hotspots-3 .cf-hotspot a .circle:before {
		width: 10em;	
	}
	.cf-frise-links.cf-frise-nb-hotspots-3 .cf-hotspot a .circle:after {
		width: 10em;	
	}
	.cf-frise-links.cf-frise-nb-hotspots-4 .cf-hotspot a .circle:before {
		width: 8em;	
	}
	.cf-frise-links.cf-frise-nb-hotspots-4 .cf-hotspot a .circle:after {
		width: 8em;	
	}
}
@media only screen and (max-width : 870px) {
	.cf-frise-links.cf-frise-nb-hotspots-6 .cf-hotspot a .circle:before {
		width: 4em;	
	}
	.cf-frise-links.cf-frise-nb-hotspots-6 .cf-hotspot a .circle:after {
		width: 4em;	
	}
}
@media only screen and (max-width : 720px) {
	.cf-frise-links.cf-frise-nb-hotspots-5 .cf-hotspot a .circle:before {
		width: 4em;	
	}
	.cf-frise-links.cf-frise-nb-hotspots-5 .cf-hotspot a .circle:after {
		width: 4em;	
	} 
}
/* @media only screen and (max-width : 640px) { */
	/* .cf-frise-links.cf-frise-nb-hotspots-4 .cf-hotspot a .circle:before { */
		/* width: 4em;	 */
	/* } */
	/* .cf-frise-links.cf-frise-nb-hotspots-4 .cf-hotspot a .circle:after { */
		/* width: 4em;	 */
	/* } */
/* } */
/* @media only screen and (max-width : 580px) { */
	/* .cf-frise-links.cf-frise-nb-hotspots-3 .cf-hotspot a .circle:before { */
		/* width: 5em;	 */
	/* } */
	/* .cf-frise-links.cf-frise-nb-hotspots-3 .cf-hotspot a .circle:after { */
		/* width: 5em;	 */
	/* } */
	/* .cf-frise-links.cf-frise-nb-hotspots-5 .cf-hotspot a .circle:before { */
		/* width: 3em;	 */
	/* } */
	/* .cf-frise-links.cf-frise-nb-hotspots-5 .cf-hotspot a .circle:after { */
		/* width: 3em;	 */
	/* }  */
/* } */

.cf-frise-links .cf-hotspot:first-of-type a .circle:before,
.cf-frise-links .cf-hotspot:last-of-type a .circle:after {
	display:none;
}
/** FIN DES LIGNES ENTRE LES POINTS DES HOSPOTS **/


/** 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;
}

/* BLOG */
@media only screen and (min-width: 1080px) {
    .dt-blog .et_pb_post.has-post-thumbnail .entry-featured-image-url {
        float: left;
		height: 150px;
		width: 220px;
		border-radius: 15px;
        margin-right: 15px;
		overflow: hidden;
    }
    .dt-blog .et_pb_post.has-post-thumbnail .entry-featured-image-url img {
		border-radius: 15px;
		height: 150px;
		width: auto;
    }
    .dt-blog .et_pb_post.has-post-thumbnail:not(.format-gallery) > .post-content {
        padding-left: 235px;
    }
	.et_pb_post {
		margin-bottom: 30px;
	}
}

/** 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 50%;
}

@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 #0C3766;
    background-color: #fff;
    border-radius: 20px; 
	margin: 10px 5px !important;
    padding: 5px 15px !important;
    text-transform: uppercase;
	text-align: center;
	width: 100%;
    display: inline-block;
}

/*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;
}

.forminator-input::placeholder, 
.forminator-textarea::placeholder {
	font-size: 14px !important;
	color: #0C3766 !important;
}
.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-button-submit {
	border: 1px solid #0C3766 !important;
	color: #0C3766 !important;
	background: #ffffff !important;
	border-radius: 5px !important;
	font-size: 14px!important;
    font-weight: 400!important;
	padding: 5px 10px !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: #0C3766 !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
	padding: 0!important;
	font-size: 14px!important;
	color: #0C3766 !important;
}
.select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder  {
	font-size: 14px!important;
	color: #0C3766 !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 #0C3766 !important;
	color: #0C3766 !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 **/
.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;
  }
}

/* MARGE SLIDER PAGE FILIALE */
/* .slider-filiale:first-of-type .et_pb_module_inner { */
	/* padding-bottom: 30px; */
/* } */

.header-haut-droit .wpml-ls-legacy-list-horizontal,
.header-haut-droit .wpml-ls-legacy-list-horizontal ul {
    padding: 0;
}

.header-haut-droit .wpml-ls-legacy-list-horizontal .wpml-ls-current-language {
	font-weight: bold;
}

/* AFFOCHAGE DES POSTS */
.display-posts ul {
	column-count: 2;
	column-gap: 20px;
	width: 100%;
}

.display-posts ul li {
	border: 1px solid #dedede;
    padding: 5px;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
}

.display-posts ul li:hover {
	border: 1px solid #0C3766;
}

.display-posts ul li:before {
	display: none
}

.display-posts ul li h2 {
    padding: 0;
}

.cf-content-btn {
	border: 1px solid #0C3766;
    padding: 5px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 10px 5px;
    display: inline-block;
}

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

.news-post-img img {
	border-radius: 15px;
}

.single img.mfp-img {
	padding: 0 !important;
}

/******************* SHORTCODE AEL *********************/
.ael-liners-schedule {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}
@media (max-width: 980px) {
	.ael-liners-schedule {
		margin:20px;
	}
}
.route {
	position:relative;
	display:inline-block;
	cursor:pointer;
	width:140px;
	margin-right: 10px;
}
@media (max-width: 980px) {
 .route {
	 width:30%;
	 }
}
.route .button{
	width:100%;
	text-align:center;
    padding: 5px 15px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}
.button{
	font-size:14px;
	border:none;
	display:inline-block;
	padding:8px 16px;
	vertical-align:middle;
	overflow:hidden;
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	cursor:pointer;
	white-space:nowrap;
}
.ael-blue {
	background-color:transparent!important;
	border:1px solid #0C3766!important;
}
.route:hover .ael-blue {
	color:#fff!important;
	background-color:#0C3766!important;
	border:1px solid #0C3766!important;
	position: relative;
    z-index: 10;
}
.line-option-active {
	color:#fff!important;
	background-color:#0C3766!important;
	border:1px solid #0C3766!important;
}
.dropdown-content{
	cursor:auto;
	color:#000;
	background-color:#fff;
	display:none;
	position:absolute;
	min-width:140px;
	margin:-1px 0 0 0;
	padding:0;
	z-index:5;
}
@media (max-width: 980px) {
	.dropdown-content {
		border-top:1px solid #0C3766!important;
		min-width: 30px;
		width:30%;
	}
}
.route:hover .dropdown-content {
	display:block;
	width:130px;
	margin-top: -15px;
}
.border-top {
	/* border-top:1px solid #0C3766!important; */
}
.border-bottom {
	border-bottom:1px solid #0C3766!important;
}
.bar-block .bar-item {
	border-right:1px solid #0C3766!important;
	border-left:1px solid #0C3766!important;
	width:100%;
	display:block;
	padding:0 8px;
	border:none;
	white-space:normal;
	font-size:14px;
	line-height: 1.7em;
	font-weight: 400;
    margin: 0;
}
.bar-block .bar-item:first-of-type {
	padding-top: 20px;
}
.bar-block .bar-item:hover {
	background-color:#f3f7fb!important
}
.reset-lines-filter {
	font-size: 12px!important;
	font-style: italic;
}
.reset-lines-filter:hover {
	color:#0C3766!important;
}
.title-vessel {
	display:block;
	width:100%;
	font-size:16px;
	font-weight:700;
	color:#0C3766!important;
}
.title-vessel span {
	padding-left:40px;
	color:#666!important;
	font-size:16px;
}
.schedules-separator {
	height:30px;
	display: block;
	width: 100%;
}
.table-schedules-head {
	display:block;
	width:100%;
}
.table-schedules-body {
	display:block;
	width:100%;
	background-color:#f3f7fb!important;
}
.schedule-row-1 {
	display:inline-block;
	width:45%;padding:4px;
	font-size:14px;
	vertical-align: middle;
}
.schedule-row-2 {
	display:inline-block;
	width:25%;padding:4px;
	font-size:14px;
	text-align:center;
	vertical-align: middle;
}
.schedule-row-3 {
	display:inline-block;
	width:5%;
	padding:4px;
	font-size:14px;
	text-align:center;
	vertical-align: middle;
}
.schedule-row-4 {
	display:inline-block;
	width:25%;
	padding:4px;
	font-size:14px;
	text-align:center;
	vertical-align: middle;
}
.table-schedules-head .schedule-row-2 {
	color:#0C3766!important;
	text-transform:uppercase;
	font-weight:bold;
}
.table-schedules-head .schedule-row-4 {
	color:#0C3766!important;
	text-transform:uppercase;
	font-weight:bold;
}

.table-schedules-body .schedule-row-1 {
	color:#0C3766!important;
	font-weight:bold;
}
.table-schedules-body .schedule-row-3 {
	color:#0C3766!important;
	font-weight:bold;
}
.schedules-vessel-info {
	font-size:14px;
}
.schedules-vessel-info strong {
	color:#0C3766!important;
}
.schedules-vessel-info ul {
	list-style: none;
	padding-left: 0px!important;
}
.schedules-vessel-info li::before {
	display: inline-block;
	content: '';
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	height: 0.50rem;
	width: 0.50rem;
	background-color: #0C3766;
	margin-right:0.5em;
	color: #0C3766;
}
.schedules-vessel-photo {
	padding-right:20px;
	margin-bottom: 20px;
}
.schedules-port-info {
	font-size:14px;
}
.schedules-port-info strong {
	color:#0C3766!important;
}
.schedules-port-info ul {
	list-style: none;
	padding-left: 0px!important;
}
.schedules-port-info li::before {
	display: inline-block;
	content: '';
	-webkit-border-radius: 0.25rem;
	border-radius: 0.25rem;
	height: 0.50rem;
	width: 0.50rem;
	background-color: #0C3766;
	margin-right:0.5em;
	color: #0C3766;
}


/* LIGHTBOX */
#slb_viewer_wrap .slb_theme_slb_default .slb_container {
    box-shadow: none !important;
    border-radius: 0 !important;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    padding: 0 !important;
}

/* TABLES NINJA*/
.footable.table>thead:first-child>tr:first-child>th,
.footable.table>tbody td.footable-first-visible {
    color: #002aa0;
    font-weight: 600; 
}
.footable.table>thead:first-child>tr:first-child>th:not(.footable-first-visible) {
	text-align: center;
}
.footable.table>tbody td:not(.footable-first-visible) {
    color: #ea5b0c;
    font-weight: 600; 
	text-align: center;
}