/*
 Theme Name:   Industrial Child Theme
 Theme URI:    http://themeforest.net/user/Anps/portfolio
 Description:  Industrial Child Theme
 Author:       AnpsThemes
 Author URI:   http://themeforest.net/user/Anps/portfolio
 Template:     industrial
 Version:      1.0.0
 License:      GNU General Public License
 License URI:  license.txt
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, left-sidebar, custom-colors, custom-header, custom-menu, theme-options, translation-ready, threaded-comments
 Text Domain:  industrial-child
*/

/* Place your custom CSS in this file */


/* Pages "Solutions" et "Services" */
.breadcrumb {
    display: none !important;
}
.featured-title {
    font-size: 16px;
    line-height: 20px !important;
    padding-top: 15px;
}
.featured.featured-has-link.featured-has-content {
    min-height: 256px;
}


/*@
 * Styling custom gear animation home page
 */

#servicesRow1 {

transform: translateX(-150%);
  
}


#servicesRow2 {

transform: translateX(150%);
margin-top: 40px;
  
}


.gear1 {
	/*display: none;*/
	left: -258px;
    width: 260px;
    position: absolute;
    top: 321px;
}

.gear2 {
	/*display: none;*/
    right: -268px;
    width: 310px;
    position: absolute;
    top: 172px;
}


@media only screen and ( min-width: 330px)  and  ( max-width: 700px ) {
    .gear1 {
        left: -230px;
        width: 260px;
        position: absolute;
        top: 771px;
    }
}

@media only screen and ( min-width: 701px ) {

    .gear1 {
        /*display: none;*/
        left: -258px;
        width: 260px;
        position: absolute;
        top: 321px;
    }

}


/* Postes Disponibles */

#postes-disponibles {
    margin-left: -15px;
    margin-right: -15px;
}
.poste-disponible {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.home .poste-disponible {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


.home #postes-disponibles {
  margin-left: 0px !important;
  margin-right:0px !important;
	margin-bottom:20px !important;
}



/* Postes - Single */

.single-postes .content-container {
    padding-bottom: 0;
}
.single-postes .page-header-media::before {
    background: transparent;
}
.content-container {
    padding-bottom: 40px;
	padding-top:40px;
}
.single-postes .post-title {
    color: #B3301F;
    text-transform: inherit;
    font-size: 24px;
}
.underlined::after {
    display: block;
    content: "";
    width: 310px;
    height: 3px;
    background-color: #983621;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0 !important;
}
.underlined.light-red::after {
    background-color: #B3301F;
}


#avantages {
    background: #B3301F;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
}
#avantages h2 {
    margin-top: 0;
    margin-bottom: 70px;
}
.avantages-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.avantages-icons > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 700;
    max-width: 180px;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 25px;
    padding: 10px 15px;
    box-sizing: border-box;
    flex: 1 0 15%;
}
@media screen and (max-width:991px) {
    .avantages-icons > div {
        flex: 1 0 33%;
        max-width: inherit;
    }
}
@media screen and (max-width:767px) {
    .avantages-icons > div {
        flex: 1 0 50%;
    }
}
.avantages-icons > div img {
    max-width: 40px;
}
.avantages-icons > div hr {
    height: 3px;
    width: 100%;
    border-width: 3px;
    margin-top: 25px;
    margin-bottom: 12px;
}
.avantage-icon {
    height: 50px;
    display: flex;
    align-items: center;
}
#formulaire-candidature {
    padding: 70px 0;
}
#formulaire-candidature > div {
    display: flex;
    align-items: flex-start;
}
#formulaire-candidature > div img {
    max-width: 315px;
}
#formulaire-candidature > div .gform_wrapper {
    padding-left: 30px;
    padding-top: 20px;
}
#certifications-partenaires {
    background: #f9f9f9;
}
.certifications-partenaires {
    display: flex;
    justify-content: space-around;
    padding: 30px 0 30px;
}
.certifications-partenaires > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.certifications-partenaires > div h3,
.certifications-partenaires > div img {
    margin-bottom: 35px;
}
.container.padding-fixer {
    padding-left: 50px;
    padding-right: 50px;
}
@media screen and (max-width:991px) {
    #formulaire-candidature > div {
        flex-direction: column;
    }
    #formulaire-candidature > div .gform_wrapper {
        padding-left: 0;
    }
}

/* Gravity Forms */

.gform_wrapper input:not([type=submit]), .gform_wrapper textarea {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 3px;
    color: inherit;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}


/* Footer Widgets - Font Awesome Fix */

.anps_menu_widget .menu a::before {
    font-family: 'FontAwesome' !important;
}

