/*
Theme Name: avocatgoedertbyinova
Version: 2.0
Description: A child theme of Divi
Template: Divi
Author: Administrator
*/
@import url("../Divi/style.css");

/*------------------------------------------------------------*/
/*------------- GESTION HEADER ET FOOTER ---------------*/
/*------------------------------------------------------------*/

@media (max-width: 1100px){
	#menuheaderresp .et_pb_menu__menu .et-menu-nav a
	{
		font-size:14px !important;
	}
}


/* On désactive les header et footer de DVI */
#top-header, #main-header, #main-footer {
  display: none !important;
}

/* On cache le sticky_header sur desktop*/

/* Your awesome customization starts here */
#sticky_header {
  width:100%;
}

@media (max-width: 1385px){
  #menubar a {
    font-size:14px !important;
  }
}
#slider .et_pb_button_wrapper {
  background-color: rgba(77,79,76,0.75);
  padding-bottom:25px !important;
}


.cli-bar-btn_container a {
	color: #ffffff !important;
}
.et_pb_menu__logo-wrap {
	width: 30% !important;
}
@media all and (min-width:1280px) and (max-width:1459px) {
	#mainmenu .et_pb_row .et_pb_column:first-child {
		width:100% !important;
		margin-right:0px !important;
	}
	#mainmenu .et_pb_row .et_pb_column:last-child {
		display: none !important;	
	}
}

@media all and (min-width:981px) and (max-width:1279px) {

	#mainmenu .et_pb_row .et_pb_column:first-child {
		width:100% !important;
		margin-right:0px !important;
	}
	
	#mainmenu .et_pb_menu__logo {
		margin-right:25px !important;
	}
	#mainmenu .et_pb_row .et_pb_column:last-child {
		display: none !important;	
	}
}

/*------------------------------------------------------------*/
/*------------- GESTION STICKY DESKTOPS SCROLL ---------------*/
/*------------------------------------------------------------*/
@media (min-width: 981px){
  #sticky_header {  
    width:100%;
    /* position: fixed; */
    z-index: 99999;
  }
  body.wp-admin #sticky_header {
    position: static !important;
  }
  #sticky_logo img {
    max-height:70px !important;
  }
}
@media (max-width: 980px){
  #sticky_header {  
    position:static;
  }
}
.hidden {
  display: none !important;
}
@media (min-width: 981px){
  .hidden_lg {
    display: none !important; 
  }
}
/*------------------------------------------------------------*/
/*------------ GESTION HEADER MOBILES + TABLETTES ------------*/
/*------------------------------------------------------------*/
@media (max-width: 980px) {
    .primary_menu_fixed .et_pb_menu_inner_container,
    .primary_menu_fixed .et_pb_menu__wrap {
      justify-content: center !important;
  }

  body:not(.wp-admin) #col_logo img {
    max-height:70px !important;
  }
}

/*------------------------------------------------------------*/
/*------------------ GESTION FOOTER STICKY -------------------*/
/*------------------------------------------------------------*/

@media (min-width: 768px) {
  #sticky-footer {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #sticky-footer {
    display: block !important;
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:999 !important;
  }
}

/*------------------------------------------------------------*/
/*-------------CENTRAGE VERTICAL DANS DIV---------------------*/
/*------------------------------------------------------------*/
.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

.ds-vertical-align-bottom { 
    display: flex; 
    align-items: flex-end;
} 
.align-center {
  margin:auto !important;
}

/*------------------------------------------------------------*/
/*-------------------- ORDRE DES COL -------------------------*/
/*------------------------------------------------------------*/

@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; /* Safari 6.1+ */
  flex-wrap: wrap;
  }
   
  /*** custom classes that will designate the 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;
  }
}

.et_pb_row_1_tb_header.et_pb_row {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

/*------------------------------------------------------------*/
/*-------------------CAROUSEL BOOTSTRAP 4---------------------*/
/*------------------------------------------------------------*/

#main-carousel .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-carousel .carousel .boxed {
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.8);
  display: inline-block;
}
#main-carousel .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 66.66667vh;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-carousel .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-carousel .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-carousel .prev,
#main-carousel .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
z-index: 5;
}
#main-carousel .prev:hover,
#main-carousel .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-carousel .prev {
  left: 10px;
}
#main-carousel .next {
  right: 10px;
}




#main-carousel .type1 {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 1em;
  letter-spacing: 2px;
  font-weight: 900;
  color:#f5d020;
  text-shadow: 1px 1px 1px #000000;
  text-align: left;
  padding-bottom: 0em;
  text-transform: uppercase;
}
#main-carousel .type2 {
    font-size: 81px;
    margin-top: 0;
    text-transform: lowercase;
  letter-spacing: 2px;
  font-weight: 700;
  color:#ffffff;
  text-shadow: 1px 1px 1px #000000;
  text-align: left;
    line-height: 1em;
  padding-bottom: 0em
}

#main-carousel .type3 {
  max-width: 580px; 
  line-height: 35px;
    font-weight: 400;
    font-size: 30px;
  color:#ffffff;
  text-shadow: 1px 1px 1px #000000;
  text-align: left;
}
#main-carousel .carousel-indicators {
    bottom: 0px !important;
}

#main-carousel .carousel-item  {
  height: 66.66667vh !important;
}
#main-carousel .carousel-caption.centered {
  top:0px !important;
}
#main-carousel .centered {
  margin-top: calc(66.66667vh / 3);
}

.btn-entrepr {
    color: #fff;
    background-color: #f5d020;
  border-color: #f5d020;
}

.competences:hover {

  padding:10px;
  background-color: #636060 !important;
  color:#ffffff !important;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
