/*
 Theme Name:     Divi Child Parsec
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Parsec
 Author:         Elegant Themes - Mathilde Grandi
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*--- RESPONSIVE ---*/


/* Ordre colonnes mobile + tablette  */

@media all and (max-width: 980px) {
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; 
flex-wrap: wrap;
}
 
/*order of columns in the flex box row*/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
 
}

/*--- MISE EN PAGE TXT ---*/

/* Liste Font Awesome*/
.fa-ul {
  margin-left: 0.5em !important;
}

/*Liste couleur */

.blue-ul ul {
list-style-type: none!important;
}

.blue-ul ul li::before {
  content: "\2022";  
  font-size : 16px; 
  color: #016eff; 
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

/* LANGUAGE SWITCHER */



/*---NAV---*/

/*------Menu Scroll------*/

/*default background color*/
.pa-header {
	background: transparent;
}


/*background color fixed header when scrolling*/
.pa-fixed-header {
	background-color: #FFF!important;

}

/*active link*/

.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a{
	color: #016eff !important;
	
}

.et_pb_menu_0_tb_header.et_pb_menu li.current-menu-ancestor > a {
color: #016eff !important;
}


/*Menu Mobile*/

/*--- mobile ---*/
@media only screen and (max-width: 980px) {
    .two-columns .et_pb_column {
    width: 50%!important;
	}
}

@media only screen and ( max-width: 980px ){
ul#mobile_menu2 {
	margin-top: 10px;
    width: 100vw !important;
}
}


/*COLLAPSE NAV MOBILE*/

/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color (items with children)*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '3';
	color: #006eff;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '2';
}


/*styling top of the nav*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}





/*Blurb*/

.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-left: 0px !important;
}

.et_pb_blurb_0 .et-pb-icon {
    padding-top: 3px !important;
}



/* COOKIE NOTICE */

#cn-more-info{
	background-color: #ffffff7a !important;
}

#cookie-notice .cookie-notice-container{
	background-color: #121D43 !important;
}

#cn-accept-cookie{
	background-color: #F9F9F9 !important;
	color: black;
}




/*TABLE PRICING*/


/*Table border*/
.tablepress,
.tablepress tr,
.tablepress tbody td,
.tablepress thead th,
.tablepress tfoot th {
	border: none !important;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: #FFF !important;
}


.tablepress .column-2,
.tablepress .column-3,
.tablepress .column-4 {
	text-align: center;
}

.tablepress .table-sub{
	font-weight: 700;
	font-size: 14px; 
}

.entry-content tr td, body.et-pb-preview #main-content .container tr td{
	padding: 15px 15px !important;
}


/*---BLOG---*/

/* Search bar*/

.ds-icon-search input.et_pb_searchsubmit,
.widget_search input#searchsubmit {
    background: transparent;
    color: transparent;
    border: none;
    width: 55px;
    z-index: 2;
}

.ds-icon-search .et_pb_searchform:before,
.widget_search::before {
    content: '\55';
    position: absolute;
    font-family: 'ETModules';
    z-index: 1;
    right: 0;
    font-size: 20px;
    padding: 15px 20px;
}

/*  WP PAGE NAVI  */

/* Center the pagination */
.wp-pagenavi { 
	text-align:center !important; 
	font-size : 13px !important;
	margin-top : 5em !important;
}

/* Style the current / hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover { 
    color: #016eff !important; 
	text-decoration: underline !important;
    background-color: #ffffff !important; 
}


/*NEWSLETTER*/

.sib-form-message-panel--active{
	color: white !important;
}


