/*
Theme Name: BRS Bureautique
Description: 
Author: Milega
Template: Divi
*/

@import url("../Divi/style.css");



/***************************/
/*  Hauteur de la ligne    */
/***************************/
@media (min-width: 981px) {
  .et_pb_row {
    padding: 30px 0;
  }
}

/**********************/
/*  Page d'accueil    */
/**********************/
#bloc-activites .et_pb_column{
	position: relative;
}
#bloc-activites .et_pb_column .module-bouton-rose{
	position: absolute;
	display: block;	
	left: 50%;
	bottom: -8px;
    margin-left: -20px;
}

#bloc-activites .et_pb_column a.bouton-rose::before {	
  position: relative;
  display: block;	
  content: "\e050";
  color: #fc0090;
  font-size: 36px;
  font-family: ETmodules !important;
  font-style: normal;
  font-weight: 400;
  padding-right: 7px;
}

/*************/
/*   Blog    */
/*************/
.et_pb_blog_grid_wrapper.et_pb_module .et_pb_post .entry-title{
	margin: -10px -20px 10px -20px;
}

.single-post h1.entry-title{
	color: #fc0090;
}

#sidebar h4.widgettitle{
	font-size: 22px;
}
#sidebar h4.widgettitle:after{
	content: "";
	display: block;
	height: 2px;
	width: 20px;
	background-color: #fc0090;
	margin: 15px 0 10px 0;
}

.#sidebar .widget_recent_entries ul li{
 	 margin-bottom: 1em;
}
#sidebar .widget_recent_entries li A{
	display: block;
	position: relative;
	padding-left: 30px;
}
#sidebar .widget_recent_entries li A::before {
  display: block;
  content: "\68";
  color: #fc0090;
  position: absolute;
  top: 2px;
  left: 0;
  font-family: ETmodules !important;
  font-style: normal;
  font-weight: 400;
  padding-right: 7px;
}

/************************/
/*  Tarte au citron    */
/************************/
/* panneau de configuration */
#tarteaucitron {
}
/* Bandeau principal
*/#tarteaucitronAlertBig {
	background-color: #111 !important;
}
/* Petit bandeau en bas � droite */
#tarteaucitronAlertSmall {
  display: none !important;    
}
#tarteaucitronAlertBig #tarteaucitronPersonalize2{
	background-color: #99ca3e !important;
	color: #FFF !important;
}
#tarteaucitronRoot #tarteaucitronPercentage{
	background-color: #99ca3e !important;
}

/**************************/
/*  FORMULAIRE DE CONTACT */
/**************************/

#contact-coordonnees A{
	display: block;
	padding-left: 38px;
    padding-bottom: 12px;
    padding-top: 4px;
}
#contact-coordonnees A.contact-tel{
	font-size: 18px;
	font-weight: 500;
	background: url(https://brs.milega.net/wp-content/uploads/2025/10/picto-tel.webp) no-repeat 0 0;
}
#contact-coordonnees A.contact-email{
	background: url(https://brs.milega.net/wp-content/uploads/2025/10/picto-mail.webp) no-repeat 0 0;
}

#contact-coordonnees div.contact-adresse{
	background: url(https://brs.milega.net/wp-content/uploads/2025/10/picto-adresse.webp) no-repeat 0 0;
	padding-left: 38px;
	padding-top: 4px;
}


.gform_wrapper .gform_fields label.gfield_label{
	font-size: 15px !important;
	color: #777;
	font-weight: normal;
}
.gform_wrapper .gfield_required{
	display: none !important;
}
.gform_wrapper.gravity-theme .gfield input{
	vertical-align: top;
	margin-top: 5px;
}
@media only screen and (max-width: 641px) {
.gform_wrapper .ginput_container span:not(.ginput_price){
	display: none !important;
}
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], 
.gform_wrapper .gform_page_footer input.button, 
.gform_wrapper .gform_page_footer input[type="submit"]{
	border: 1px solid #ccc !important;
	background-color: #fc0090 !important;	
	font-weight: bold;
	color: #FFF !important;
	padding: 12px 26px !important;
	cursor: pointer;
	text-transform: Uppercase;
}

/***************************/
/*    PAGE ACTU        */
/**************************/
/* removing vertical line */
.container:before { background-color:transparent !important; }
.et_pb_widget_area_right { border-left:0 !important; }
.et_pb_widget_area_left { border-right:0 !important; }

/************************/
/*    FONTS + TITRES    */
/************************/
H1, H2, H3, H4, H5, H6{
 }
 H1{
 }
body{
}

/************************/
/*       HEADER         */
/************************/
@media only screen and (min-width: 981px) {
  .et_header_style_left #main-header #et-top-navigation {
    padding-left: 400px !important;
  }
}

/************************/
/*        MENU          */
/************************/
header#main-header.et-fixed-header, #main-header{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
}

#main-header ul#top-menu{
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0px;
  row-gap: 0px;
  grid-auto-flow: column;
}

@media only screen and (min-width: 981px) {
  .et_header_style_left #main-header #et-top-navigation{
    padding-top: 0;
  }
  .et_header_style_left #main-header #et-top-navigation nav > ul > li{
  	height: 100%;
   }
  .et_header_style_left #main-header #et-top-navigation nav > ul > li > a{
    padding: 81px 15px 25px 15px;
	text-align: center;
	border-left: 1px solid #ebebeb;
	height: 100%;
  }
  .et_header_style_left #main-header #et-top-navigation nav > ul > li:last-child > a{
   border-right: 1px solid #ebebeb;
  }
  .et_header_style_left #main-header #et-top-navigation nav > ul > li > a:hover{
	background-color: rgba(255,255,255,0.1);
  }
}

#top-menu li:nth-child(1) a{
	background: url(/wp-content/uploads/2025/10/icone-mobilier.webp) no-repeat center 25px;
}
#top-menu li:nth-child(2) a{
	background: url(/wp-content/uploads/2025/10/icone-imprimante.webp) no-repeat center 29px;
}
#top-menu li:nth-child(3) a{
	background: url(/wp-content/uploads/2025/10/icone-ecran.webp) no-repeat center 30px;
}


#top-menu li a{
	font-weight: 400;
} 
#top-menu li a:hover{
}
.et-fixed-header #top-menu a:hover{
}
.et-fixed-header #top-menu li ul li>a:hover{
}

#top-menu li{
	padding-right: 0;
}

#top-menu .menu-item-has-children > a:first-child::after{
	display: none;
}
#top-menu .menu-item-has-children > a:first-child {
	padding-right: 0;
}

#top-menu li.current_page_item>a,
#top-menu li.current-menu-ancestor>a,
#top-menu li.current-page-ancestor>a,
#top-menu li.current-menu-item>a{
	color: #fc0090 !important;
} 

/*  Menu du haut */
#top-header .container {
  padding-top: 8px;
}
#et-secondary-menu > ul > li a {
  font-weight: 500;
}
#et-secondary-menu > ul > li.bouton-tel a{
	display: inline-block;
	color: #FFF;
	background-color: #fc0090;
	border-radius: 10px;
	padding: 4px 12px 4px 10px;
}

#et-secondary-menu > ul > li.bouton-tel a::before {	
  display: inline-block;	
  content: "\e090";
  position: relative;
  font-family: ETmodules !important;
  font-style: normal;
  font-weight: 400;
  padding-right: 7px;
}

/****  Menu mobile  *****/
#main-header .mobile_menu_bar::before{
	/* color: #FFF;	*/
}
#mobile_menu li a{
	/* color: #FFF; */
}
#main-header #mobile_menu{
	/*background-color: #73b844;*/
}
#mobile_menu{
	/*border-color: #11582f;*/
}


#mobile_menu li.menu-item-106 A{
	background: url(/wp-content/uploads/2025/10/icone-mobilier.webp) no-repeat 0 13px;
	background-size: 19px 21px;
}
#mobile_menu li.menu-item-107 A{
	background: url(/wp-content/uploads/2025/10/icone-imprimante.webp) no-repeat 0 13px;
	background-size: 16px 18px;
}
#mobile_menu li.menu-item-108 A{
	background: url(/wp-content/uploads/2025/10/icone-ecran.webp) no-repeat 0 13px;
	background-size: 16px 18px;
}

#mobile_menu li.bouton-tel{
	margin-left: -22px;
}


#mobile_menu .bouton-tel a::before {	
  display: inline-block;	
  content: "\e090";
  color: #fc0090;
  position: relative;
  font-family: ETmodules !important;
  font-style: normal;
  font-weight: 400;
  padding-right: 9px;
}

@media (max-width: 480px) {
	#mobile_menu li a {
	padding-left: 30px;
	}
}

/*adjust Divi Menu module breakpoint*/
/*
@media only screen and (max-width: 1200px) {
    #et-top-navigation #top-menu-nav {
        display: none;
    }
    #et_mobile_nav_menu {
        display: block;
    }
}
*/


/* menu mobile fixe */
/*
@media (max-width: 980px) {
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
	   position: fixed;	
	}
}	
.et_mobile_menu {	
	   overflow: scroll !important;	
	   max-height: 83vh;
}
*/


/***** sous-menu  *****/
#main-header .nav li ul{
 /* width: 250px;*/
}
#top-menu li li a {
   /* width: 210px; */
}

@media all and (max-width: 1280px) {

}
@media all and (max-width: 1100px) {
 
}
@media all and (max-width: 980px) {
	#main-header #logo{
	  max-height: 80% !important;
	  max-width: 68%;
	}
	.et_header_style_left #et-top-navigation {
    	padding-top: 40px;
	}
	#main-header ul#top-menu{
		display: none;
	}
} 
@media all and (max-width: 768px) {
 
}
@media all and (max-width: 480px) {
 
}


/************************/
/*       FOOTER         */
/************************/
#main-footer{
}
#footer-bottom{
	display: none;
}
footer.et-l--footer{
	font-size: 15px;
}
footer.et-l--footer h3 {
  font-size: 21px;
}

footer.et-l--footer #footer-presentation{
	padding-top: 15px;
}

/*
#footer-logo{
	float: left;
	padding-right: 13px;
}
#footer-coordonnees{
	padding-top: 10px;
	float: left;
}

*/

#footer-coordonnees A{
	display: block;
	font-size: 14px;
	color: #FFF;
	padding-left: 38px;
    padding-bottom: 8px;
    padding-top: 4px;
}
#footer-coordonnees A.footer-tel{
	font-size: 18px;
	font-weight: 500;
	background: url(https://brs.milega.net/wp-content/uploads/2025/10/picto-tel.webp) no-repeat 0 0;
}
#footer-coordonnees A.footer-email{
	background: url(https://brs.milega.net/wp-content/uploads/2025/10/picto-mail.webp) no-repeat 0 0;
}

#footer-coordonnees div.footer-adresse{
	background: url(https://brs.milega.net/wp-content/uploads/2025/10/picto-adresse.webp) no-repeat 0 0;
	color: #FFF;
	font-size: 14px;
	padding-left: 38px;
}

#footer-linkedin{
  text-align: center;
  padding-top: 15px;
}
#footer-linkedin img{
	max-width: 92%;
}

/*
@media only screen and (max-width: 1500px) {

	footer.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_0_tb_footer{
		width: 100%;
		margin-bottom: 10px;
	} 
	footer.et-l--footer .et_pb_row_0_tb_footer .et_pb_column_1_tb_footer {
		width: 100%;
	}
    footer.et-l--footer #footer-presentation{
       width: 75%;
    }
}

@media only screen and (max-width: 1200px) {
	footer.et-l--footer #footer-presentation{
       width: 60%;
    }
}

@media only screen and (max-width: 468px) {
  footer.et-l--footer #footer-presentation {
    width: 100%;
    border-right-width: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
   footer.et-l--footer #footer-linkedin{
	text-align: center;
  }
}
*/

/************************/
/*  ICONE HAUT DE PAGE  */
/************************/
.et_pb_scroll_top.et-pb-icon {
	background-color: #fc0090;
}