/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        3.1
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

/*/// #004085 blue main ///*/

/*//// Navigation ////*/
#logo {
    max-height: 90%;
    padding: 5px 0;
}

#main-header,
.et_mobile_menu {
    border-top: none;
    border-bottom: none;
    box-shadow: none;
}

.et_header_style_left #et-top-navigation {
    padding: 0 !important;
}

.et_header_style_left #et-top-navigation

#et-info span,
#et-info a {
    color: #333 !important;
}

#et-info-whatsapp {
    margin-left: 13px;
}

#et-info-whatsapp i,
#et-info-email:before, 
#et-info-phone:before {
    color: #25D366;
}

#top-menu li {
    padding-right: 0;
}

#top-menu-nav a {
    padding-top: 47px;
    padding-bottom: 47px;
    padding-right: 15px;
    padding-left: 15px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
}

#top-menu-nav a:hover {
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.sub-menu li a {
    font-size: 12px !important;
}

.nav li ul {
    border-top: 3px solid #d0d0d0;
}

#et-secondary-nav .menu-item-has-children>a:first-child:after, #top-menu .menu-item-has-children>a:first-child:after {
    top: auto;
}

#et-top-navigation {
    font-weight: 400;
}

.et_header_style_left .mobile_menu_bar {
    padding-top: 12px;
    padding-bottom: 12px;
}


/*/fixed contac btns /*/

.contact-btn-container {
    position: fixed;
    right: 0;
    top: 25%;
    z-index: 999;
}

.contact-btn-container .contact-btn {
    position: relative;
    display: block;
    float: right;
    clear: both;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 10px;
    color: #fff;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    width: 180px;
    margin-right: -130px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.mobile-btn {
    background: #004085;
}

.mobile-btn .fas {
    margin-left: 8px;
}

.whatsapp-btn .fab {
    margin-left: 4px;
}

.mail-btn .fas {
    margin-left: 3px;
}

.whatsapp-btn {
    background: #25D366;
}

.mail-btn {
    background: #ea4335;
}

.contact-btn p {
    position: absolute;
    display: inline-block;
    top: 17px;
    right: 8px;
    font-size: 18px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
}

.contact-btn:hover {
    margin-right: 0;
    text-align: left;
    cursor: pointer;
}

.whatsapp-btn:hover span {
    display: inline-block;
}
   
/*//// Home page ////*/ 

#online-btn:hover .fas,
#bel-btn:hover .fas,
#whatsapp-btn:hover .fab,
#whatsapp-contact .fab {
    color: #25D366;
    cursor: pointer;
}

#whatsapp-contact:hover .whatsappgreen {
    color: #25D366;
}

#scrollToOfferte {
    cursor: pointer;
}

#scrollToOfferte:hover h3 {
    text-decoration: underline;
}

/*//// contact form ////*/

.contact-form-h4 {
    font-size: 18px;
}

.wpcf7-text,
.wpcf7-textarea {
    width: 100%;
    border-radius: 25px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    padding: 7.5px 15px;
}

/*//// Footer ////*/ 

#footer-nav a {
  color: #004085;
}

#footer-contact-btn {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    color: #fff;
}

#footer-contact-btn:hover {
    background: #fff;
    color: #004085 !important;
}


/* Nesting Menu */


/* when mobile menu is open, change hamburger icon to x icon */

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: '\4d';
}
/* makes sub sub menu icon be right arrow instead of down arrow */

#top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
#et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: '5';
}
/* - mobile menu toggling elements, injected via jQuery - */
/* make menu list item be relative, to be able to position toggle within this item */

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
}
/* the new toggle element, which is added via jQuery */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    background-color: rgba(255,255,255, 0.2);
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 35px;
    right: 30px;
    cursor: pointer;
    text-align: center;
    -webkit-box-shadow: 0 2px 14px 0 rgba(0,0,0, .1);
            box-shadow: 0 2px 14px 0 rgba(0,0,0, .1);
}
/* the new toggle element when popped */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
    background-color: rgba(255,255,255, 0.2);
}
/* toggle icon */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: '\33';
    color: #fff;
}
/* toggle icon when triggered */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: '\32';
}
/* hide sub menus by default */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
}
/* show sub menu when triggered via jQuery toggle, and add slight bg color */

#main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
}
/* remove sub menu list item left padding, since padding will be on anchors */

#main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
}
/* adjust mobile menu anchors side paddings */

#main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 20px;
    padding-right: 20px;
}
/* indent sub sub menus further */

#main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 60px;
    padding-right: 20px;
}

#main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
}
/* make the current page's mobile menu link be different */

#main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
}

/****** Code Style: Menu Full-screen ******/

/* Font Awesome */
.fa {
    margin: 10px ;
  }

@media screen and (max-width: 980px) {
  .et_header_style_centered #main-header {
    position: fixed;
  }
  .et_header_style_centered #main-header .mobile_nav {
    background-color: transparent;
  }
  .mobile_nav.closed .select_page {
    display: none;
  }
  .et-fixed-header#main-header {
    background-color: transparent !important;
  }
}
.et_mobile_menu {
  top: 0;
  left: 0;
  position: fixed;
  z-index: 9998;
  overflow: scroll !important;
  background-color: #fff !important;
  margin-left: -30px;
  padding: 10% 0;
  height: 100%;
  width: calc( 100% + 60px);
  border-top: none;
}
.et_mobile_menu li a {
  text-align: center;
  font-size: 1.55em;
  border: 0;
  padding: 5% 0;
  text-transform: none;
  letter-spacing: 2px;
}

.mobile_nav ul#mobile_menu .current_page_item > a {
  color: #5376F6;
  background-color: rgba(255,255,255, 0.1);
}
.mobile_nav ul#mobile_menu li ul li a {
  font-size: 1.05em !important;
  margin: auto;
  padding-top: 0.2em;
}
.et_mobile_menu li a:hover {
  color: #999;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mobile_nav.opened .mobile_menu_bar:before {
  content: '\4d';
  z-index: 9999;
  color: #333;
}

.street-btn .fas {
    margin-right: 30px !important;
}
.street-btn .fa {
    margin-right: 30px !important;
}
.street-btn {
    background: #004085;
}
