/* 
 Theme Name:     Divi Child
 Author:         Xuan
 Author URI:     http://xuan.fr
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

.titre-blanc{
       color: #ffffff;
       font-family: 'Open Sans', Arial, sans-serif;
       font-size: 30px;
       font-weight:900;
       text-transform:uppercase;
}
.titre-jaune{
       color: #ff9600;
       font-family: 'Open Sans', Arial, sans-serif;
       font-size: 30px;
       font-weight:900;
       text-transform:uppercase;
}
.home .post-content{
display:none;
}

.et_pb_post {
    margin-bottom: 44px;
}

/***Footer ***/
.et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 0 0;
}
#footer-widgets {
    padding: 3% 0 0;
}
#main-footer .footer-widget h4 {
    color: #ffffff;
}

@media (max-width: 1024px) {
     #main-header{
     position : fixed !important;     
     }

     #logo {
     
     content: url("http://armis.tech/v2/wp-content/uploads/2017/07/logo-Armis-couleur.png");
     }

     .et_mobile_menu li li {
      padding-left: 0;
     }

}

/* Mobile menu */

@media (max-width: 980px) {
.et_fixed_nav #top-header {
position: fixed !important; height: 50px;
}
}
/*** Hide Sidebar for single posts ***/
/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none !important;}
#main-content .container {width:60%;    text-align: justify;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100% !important;
    float: none !important;
}
}

@media (min-width: 981px)
.et_right_sidebar #sidebar {
    display: none !important;
}
.et_pb_post  .post-meta {
   display:none !important;
}

.job-manager-application-wrapper .application .application_button, .single_job_listing .application .application_button {
    background-color: #ff9600;
    border :0px;
    color:#fff;
}
#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul {
    padding-left: 0;
    list-style-type: none;
}