.contact-media:before {
 position: relative;
 margin-right: 4px;
 font-family: 'ETmodules';
}
.contact-address:before {
 content: "\e009";
}
.contact-media {
 margin-bottom: 2px;
}
.contact-phone:before {
 content: "\e090";
}
.contact-email:before {
 content: "\e010";
}
.contact-fax:before {
 content: "\e103";
}

.icon-download:before {
 content: "\e092";
}

#top-header .container {
    padding-top: 0.8em;
    font-weight: 600;
    padding-bottom: 0.50em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
}

#et-info, #et-secondary-menu > ul > li a {
    padding-bottom: 0px;
}
 
#et-info {    
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 20px;
}

#certinergie_espace_client {
    margin: 0 0 0 38px;
    font-size: 14px;
}

.container {
    padding-top: 0px;
}

#page-container {
    padding-top: 98px !important
}

#top-header, #top-header .container, 
#top-header #et-info, 
#top-header .et-social-icon a {
    line-height: initial;
}
 
.cta {
width: 50%;
text-align:center;
float: right;
margin-top: -3px;
}
 
.cta a {
background: #262A60;
    color: #fff !important;
    padding: 10px 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 700 !important;
    transition: all 0.5s;
    margin-left: 10px;
    margin-top: -4px;
}
 
.cta a:hover {
background: #fff;
color: #262A60!important;
}
 
#et-secondary-menu {
    /* float: left; */
    margin-left: 24px;
    /* text-align: left; */
    display: flex;
    font-size: 15px;
    align-items: flex-end;
    justify-content: flex-end;
    line-height: 1.2;
}
 
@media (max-width: 740px){
.cta {display:none;}
#et-info {width: 100%;}
}

/*** Custom menu effects ***/
#top-menu .current_page_item a::before, 
.current-menu-ancestor a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #1ba8db; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}

#top-menu ul li:not(.current-menu-item) a:before {
 content: none;
}

#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}

#top-menu li a {    
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

#et-info-phone {
    font-size: 15px;
    font-weight: bold;
    padding: 0px 0px 0px 5px;
    margin-right: 0px;
}

#et-info-email {
font-size: 16px;
font-weight: bold;
}

#et-info-email:before {   
position: relative !important;
top: 2px;
}

@media (max-width: 980px){
#et-info {
    width: 100%;
    float: right;
    text-align: right;
}
 
.cta {
width: 100%;
text-align: right;
float: left;
}
 
#et-info {
padding-top:0px;
padding-bottom: 0.75em;
}
}

#top-menu > li:last-child {
    
}

/*------------------------------------------------*/
/*-----------------[CTA Menu Item]----------------*/
/*-----------------[by GenoQuiroz]----------------*/
/*------------------------------------------------*/
 
/* style the get started cta button */
            .menuOrder {
border-radius: 0px;
right: 10px;
}
            .menuOrder  a {color: #fff!important;}
            li.menuOrder {
                background-color:#e85314; 
                font-weight: 700; 
                text-align: center; 
                padding: 12px 10px 10px 10px!important;
                border: 1px solid #e85314;
            border-radius: 10px;
                -moz-transition: all 0.5s; 
                -webkit-transition: all 0.5s;
                transition: all 0.5s;}
li.menuOrder:hover {
    background-color:#fff;
    border: 1px solid #e85314;
    border-radius: 10px;
}

li.menuOrder:hover  a {
    color: #e85314!important;
}
 
/* fixed header button text color */
                 .et-fixed-header #top-menu .menuOrder a {
                        color: #fff!important;}
        .menuOrder li.current-menu-ancestor > a, .menuOrder li.current-menu-item > a {
                    color: #fff !important;}
 
 
 
    @media only screen and (min-width : 981px) {
            li.menuOrder {height: 38px;}}



.et_fixed_nav #logo {
    max-height: 200px;
}

#logo {
    max-width: 30%;
    min-width: 120px;
    position: absolute;
    top: -83px;
}

#main-header{
    z-index: 100000;
    /*top: 81px !important*/
}

.et_menu_container{
    margin-top: 12px;
}

#main-content {
    margin-top: 4px;
}

#main-header.et-fixed-header {
    -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1) !important;
}

#footer-info {
    float: none;
    text-align: center;
}



.hoverEffect {
    padding: 24px 10px;    
    border-radius: 2px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.hoverEffect:hover {    
  background-color: #74afe2;
  color: #fff;
}

.et_pb_toggle_title:before {
    position: relative;
    margin-right:20px;
    color: #1ba8db;
    font-size: 20px;
}
h5.et_pb_toggle_title {    
    color: #1d2d61 !important;
    font-size: 18px;
}
.et_pb_toggle_open .et_pb_toggle_title:before {
    color:#e85314;
}
.et_pb_toggle_open {
    padding: 0px;
}
.et_pb_toggle_close {
    padding: 0px;
    background-color: #fff;
}
.et_pb_toggle {
    margin-bottom: 10px !important;    
    border: none;
}

.et_pb_divider {
    margin-bottom: 12px !important;
}

.footer-widget {
letter-spacing: 0.1em;
}

.textwidget div{
padding: 5px 0px;
}
#menu-footer-services{
padding: 6px 0px;
}
#menu-footer-services li{
padding: 2px 0px;
}
#menu-footer-services li:before{
top:10px !important;
}

.et_pb_widget a {
letter-spacing: 0.18em;
font-weight:100 !important;
}
.contact-media:before {
    margin-right: 8px;
    font-size:16px;
}

.et_pb_fullscreen {
    padding: 0;
}

#et-top-navigation{
    padding-top: 4px !important;
}

#et-secondary-menu > ul > li a:hover {
    color:#e85314;
}

#footerPtsForts {
    background-color: #ededed !important;
    padding: 10px 0;
}

#footer4Pts {
    display: flex;
    align-items: baseline;
    padding: 0px 0 20px 0;
}

#footerTitle {
    padding: 24px 0 0px 0;
}

#footerPtsForts::after {
    background: #ededed;
    height: 44px;
    width: 44px;
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -22px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Hover.css effects */
/* Sweep To Bottom */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-icon-pulse:hover {    
 color: #e85314 !important;  
 animation-duration: 1s;
 opacity: 0.7;
 -webkit-transition: all 0.4s ease-in-out;
 -moz-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out;
}

.hvr-icon-pulse:before {  
  content: "\f015";
  position: absolute;  
  left: -1.2em;
  top: 2px;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@-webkit-keyframes globe-icon-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  @keyframes globe-icon-pulse {
    25% {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
    75% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
    }
  }
  .globe-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
  }
  .globe-icon-pulse:hover {    
   color: #e85314 !important;  
   animation-duration: 1s;
   opacity: 0.7;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
  }
  
  .globe-icon-pulse:before {  
    content: "\f0ac";
    position: absolute;  
    left: -1.2em;
    top: 2px;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

/*.hvr-icon-pulse:hover:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:active:before {
  color: #e85314;
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}*/

/* END Hover.css effects */

@media only screen and (min-width: 981px){
.et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 24px;
}}

/* Divi Custom */

.et_pb_button {
   /* border-color: #e85314 !important;
    color: #e85314 !important;
    border-radius: 10px !important;*/
}

.sticky-links {
  position: fixed !important;
  top: 50px; /* how far from the top of the page the item should be pinned */
}

/* Site Wide Style */

.darkBlueText {
    color: #1d2d61 !important;
}

.lightBlueText {
    color: #1ba8db !important;
}

.orangeText {
    color: #e85314 !important;
}

.toUpperCase {
    text-transform: uppercase;
}

.textAlignCenter {
    text-align: center !important;
}

.textUnderline {
    text-decoration: underline !important;
}

.lineHeight {
    line-height: 1.5em !important;
}

.boldText {
    font-weight: 800 !important;
}

p {
    padding-bottom: 0.1em !important;
}

.noBorderTable {
    border-style: hidden !important;
}

.marginTop {
    margin-top: 1em !important;
}

.marginBottom {
    margin-bottom: 1em !important;
}

.letterSpacingH2 {
    letter-spacing: 0.12em !important;
}

hr.lightBlue {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #1ba8db;
    margin: 0.6em 0;
    padding: 0; 
}

h5.et_pb_toggle_title {
    font-weight: 800 !important;
    margin-left: 40px !important;
    line-height: 1.5em !important;
    padding-right: 0px !important;
}

.et_pb_toggle_content {
    margin-left: 40px !important
}

.et_pb_toggle_title:before {
    margin-right: -20px !important;
    left: -40px !important;
}

.contact-media:before {
    color: #e85314;
}

/* Login Page */
.login {
  position: relative;
  top: 50%;
  width: 250px;
  display: table;
  margin: 0 auto;
  background: #ededed;
  border-radius: 4px;
}
.legend {
  position: relative;
  width: 100%;
  display: block;
  background: #FF7052;
  padding: 10px 15px;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
}
.legend:after {
  content: "";
  background-image: url(https://www.certinergie.lu/wp-content/uploads/commande/custom/Icones/multy-user.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: 152px -16px;
  opacity: 0.06;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.input {
  position: relative;
  width: 90%;
  margin: 15px auto;
  height: 40px;
}
.input span {
  position: absolute;
  display: block;
  color: #d4d4d4;
  left: 10px;
  top: 8px;
  font-size: 20px;
}
.input input {
  width: 100%;
  padding: 10px 5px 10px 40px;
  display: block;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  transition: 0.2s ease-out;
  color: #a1a1a1;
}
.input input:focus {
  padding: 10px 5px 10px 10px;
  outline: 0;
  border-color: #FF7052;
}
.submit {
  width: 45px;
  height: 45px;
  display: block;
  margin: 15px auto -18px auto;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #FF7052;
  color: #FF7052;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0px 0px 0px 7px #ededed;
  transition: 0.2s ease-out;
}
.submit:hover,
.submit:focus {
  background: #FF7052;
  color: #fff;
  outline: 0;
}
.login-feedback {
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #2ecc71;
  padding: 10px 0;
  font-size: 12px;
  display: none;
  opacity: 0;
}
.login-feedback:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(46, 204, 113, 0);
  border-bottom-color: #2ecc71;
  border-width: 10px;
  margin-left: -10px;
}

.login-feedback.error:before {
  border-bottom-color: red;
}

.login-feedback.error {
  background: red;
}

.icon-wrapper-1{
    top: 4px !important;
}

.icon-wrapper-2{
    top: 5px !important;
    font-size: 24px !important;
    padding-left: 1px;
}

.forgot{
    cursor: pointer;
    padding: 0 0 0 15px;
    font-size: 16px;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li#menu-item-3591 > a {
    color:white !important;
}

.et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li#menu-item-3591 > a:hover {
    color:#e85314 !important;
}
/* Login Page End */

.et_pb_contact p input, .et_pb_contact p textarea {
  border-radius: 8px !important;
}


@media (min-width : 1100px) and (max-width: 1370px){    
    .container {
        width: 100% !important;
        margin: auto;
    }
}

@media (max-width: 1099px){    
    .container {
        width: 100% !important;
        margin: auto;
    }
    #top-menu li a {
        font-size: 12px;
    }
    .footer-widget {
        padding-left: 2em;
    }
}

@media (max-width: 460px){
    #logo {
        top: -48px;
    }

    #App {
        padding: 0 10px;
    }
}

#landingFooter1 {
  background-image: url(https://www.certinergie.lu/wp-content/uploads/2017/06/CPE-B.png);
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  height: 174px;
  width: 156px;
  border:none;
}

#landingFooter2 {
  background-image: url(https://www.certinergie.lu/wp-content/uploads/2017/06/plans2D-B.png);
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
  height: 137px;
  width: 261px;
  border:none;
}

.landingFooter {
    padding-bottom: 5vh;
    margin: 6vh 0;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    clear: both; float: left; 
    position: relative;  
    width: 100%;
    color:#80bd26;
    font-size: 2vh;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 100px !important;
    padding-right: 100px !important;
}        

.landingImg {
   
}

.landingImg > a > img {
    max-width: 50%;
}

.AppCommande .popup .form-send {
  position: relative !important;
  top: -12px !important;
  left: 14px !important;
}

.AppCommande .popup.popup-order-edit.Card.Card-shadow {
  height: 446px !important;
}

.flag {
    display: inline-block;    
    margin: 0 0 0 38px;
    width: 16px;
    height: 11px;
    background: url('./Icones/flags.png') no-repeat;
}

.flag.flag-be {
    background-position: 0 0;
}

#certinergie_be {
    font-size: 14px;
    margin-left: 5px;
    display: none;
}
