/*-----------------------------Tools Archive-----------------------------------*/


#tj-s-featured-tools {
    padding-bottom: 0px !important;
}

.tj-tools-wrapper {
    padding:0px !important;
}


#tj-tools-grid .et_pb_tj_il_tools_module_2 {
    padding: 60px 30px 0 30px !important;
}

.tj-tools {
    display: inline-block;
    margin-bottom: 0;
    margin-left:-1px;
    padding:0 30px 60px 30px !important;
    vertical-align: top;
    width: 33%;
}

.tj-tools-thumb-desc,
.tj-tools-thumb {
    background: #ececec;
}
.tj-tools.visible{
    display:block;
}
.tj-tools.hidden{
    display:none;
}

.tj_title_archive a {
    color:#363636 !important;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.tj_tools_category_archive {
    font-size:14px;
    font-weight: bold;
    margin-bottom:10px;
    padding-top: 10px;
    text-transform: uppercase;
}


.tj-category-feature {
    font-size:20px;
    font-weight: bold;
    margin-bottom:10px;
    text-transform: uppercase;
}

.tj_title {
        font-size: 40px;
        line-height: 1em;
    }

@media all and (max-width: 1199px) {
    .tj-tools {
    margin-left: -3px;
    padding:0 30px 60px 30px !important;
    width: 50%;
    }

} /* CLOSE MEDIA QUERY 1199 */

@media all and (max-width: 980px) {
    .tj-tools {
    margin-left: -3px;
    padding:0 20px 40px 20px !important;
    width: 50%;
    }
    .tj-tools-wrapper {
        margin-top: -8px !important;
    }

    #tj-tools-nav-row {
    padding: 40px 0 0 0;
    }

    #tj-tools-grid .et_pb_tj_il_tools_module_2 {
        padding: 40px 20px 0 20px !important;
    }

    .tj-tools-featured-info {
        background: #fff;
        float:left;
        margin: -5% 5% 0 5% !important;
        padding: 40px 30px;
        position: relative;
        text-align: center;
        width: 90% !important;
    }

    .tj-tools-featured-thumbnail {
        position: relative;
        width: 100%;
    }

    .tj_title {
        font-size: 32px;
        line-height: 1em;
    }


} /* CLOSE MEDIA QUERY 980 */

@media all and (max-width: 767px) {

    .tj-tools {
    padding: 0 0 30px 0 !important;
    width: 100%;
    }

    .tj-tools:last-child {
    padding: 0 !important;
    }

    #tj-tools-nav-row {
        padding: 30px 0 0 0;
    }

    #tj-tools-grid .et_pb_tj_il_tools_module_2 {
        padding: 20px 10px 20px 16px !important;
    }

    #tj-tools-grid .et_pb_tj_il_tools_module_2:last-child {
        padding: 20px 10px 30px 16px !important;
    }

    .tj-tools-thumb-desc {
        padding:20px 10% 10% 10%;
    }


} /* CLOSE MEDIA QUERY 767 */

/*-----------------------------Navigation Filter DROPDOWN-----------------------------*/

@media all and (max-width: 980px) {

/* The navigation wrapper */
.tj-category-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

.dropbtn {
    background-color: #3bbca3;
    border: none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 26px 40px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.dropbtn:after {
    color: #ffffff;
    content: "\33";
    float: right;
    font-family: ETmodules!important;
    font-size: 22px;
    font-weight: 700;
}


/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #1c9f86;
}

/* Dropdown Content (Hidden by Default) */
.tj-tools-category-navigation {
    background-color: #363636;
    height:0;
    min-width: 160px;
    overflow:auto;
    position: relative;
    visibility: hidden;
    z-index: 1;
}

/* Links inside the dropdown */
.tj-tools-category-navigation a {
    border-bottom: 1px solid #2e2e2e;
    color: black;
    display: block;
    padding: 16px 40px;
    text-decoration: none;
}

.tj-tools-category-navigation a:hover {background-color: #2e2e2e}

/* Show the dropdown menu */
.show {
    height:auto;
    padding-bottom: 0 !important;
    visibility: visible;
}

/* Font styling */

.tj_tools_category_name {
    color:#fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.tj_tools_category_count {
    color:#fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#tools-category {
    padding-bottom:0px !important;
}

#tj-tools-nav-row .et_pb_column {
    margin-bottom: 0;
}

.tj-tools-category-navigation li {
    cursor: pointer;
}




} /*--------CLOSE MEDIA QUERY--------*/

@media all and (max-width: 767px) {

.tj-tools-category-navigation a {
    padding: 16px 30px;
}

.dropbtn {
    font-size:16px;
    padding: 26px 30px;
}

.tj_tools_category_name {
    font-size:16px;
}

.tj_title a {
    font-size: 26px !important;
}

.tj_title {
    color:#363636;
    font-size: 26px;
    line-height: 1em;
}

.nav-label,
.nav-single a {
    font-size:13px !important;
    font-weight: 700;
}

} /* CLOSE MEDIA QUERY 767 */



/*-----------------------------Navigation Filter DESKTOP------------------------------------*/

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

.dropbtn {
    display: none;
}

.tj-tools-wrapper {
    margin-top:-4px !important;
}

#tj-tools-nav-row {
    display: table;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    z-index: 99;
}

#tools-category {
    padding-bottom: 0px;
}

.tj_tools_category_name {
    font-size:16px;
    line-height: 0.9em;
    margin-bottom:6px;
}

.nav-text-tools {
    line-height: 1em;
}

.tj_tools_category_count {
    font-size:12px;
}

.tj-tools-category-navigation li {
     cursor: pointer;
     display: table-cell;
     vertical-align: middle;
     width: 300px;
}

.tj-tools-category-navigation a {
    color: rgba(255, 255, 255, 0.7) !important;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0 6px;
    padding: 12px 4px;
    text-align: center;
    text-transform: uppercase;
}

.active-tools {
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.3);
    -webkit-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    transform: scale(1.05,1.2);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.active-tools a {
    color: rgba(255, 255, 255, 1)!important;
    -webkit-transform: scale(1,0.9);
    -ms-transform: scale(1,0.9);
    -moz-transform: scale(1,0.9);
    transform: scale(1,0.9);
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/*--------COLOR SCHEME--------*/

.tj-category-wrapper {
	background-color: #111111;
}

.nav-pieges-a-eviter {
	background-color: #f2404d;
}

.nav-conversation {
	background-color: #3bbca3;
}

.nav-anglais-pour-voyager  {
	background-color: #457da3;
}

.nav-anglais-pour-le-travail  {
	background-color: #888888;
}

.nav-tj-tools {
	background-color: #363636;
}


.tj-tools-featured-thumbnail {
    float: left;
    width: 66%;
}


.tj-tools-featured-info {
    background: #fff;
    float:left;
    margin: 3% -6% 4% !important;
    margin: 40px -80px 50px;
    padding: 6% 2%;
    position: relative;
    text-align: center;
    width: 40% !important;
}

} /*--------CLOSE MEDIA QUERY--------*/


/*--------Hover Effect Archive Thumb--------*/


.tj_thumbnail a:hover,
.tj_title a:hover,
#tj-tools-m-desc .tj_title a:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -o-transition:.2s;
     -ms-transition:.2s;
     -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
  }

/*------------------------------------Tools Featured------------------------------------*/



.tj_title a {
    color: #363636;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.05em;
    text-transform: uppercase;
}

.tj_btn_readmore a{
    background: #457da3;
    border: 2px solid;
    border-color: #457da3;
    border-radius: 33px;
    border-width: 1px !important;
    color:#fff !important;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 1.7em !important;
    margin-top: 6%;
    padding: 1em 2em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


.tj_btn_readmore a:after {
    color: #457da3;
    content: "\35";
    font-family: ETmodules!important;
    font-size: 22.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    speak: none;
    text-shadow: 0 0;
    text-transform: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.tj_btn_readmore a:before {
    content: "\35";
    display: none;
    font-size: 32px;
    line-height: 1em;
    margin-left: -1em;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.tj_btn_readmore a:hover {
    background: #ffffff !important;
    border: 2px solid transparent;
    border-color: #457da3 !important;
    border-radius: 33px;
    color: #457da3 !important;
    display: inline-block;
    padding: 1em 2em;

}

.tj_btn_readmore a:hover:after {
    margin-left: 0;
    opacity: 1

}
/*--------Tools category color --------*/

.pieges-a-eviter {
    color: #f2404d;
}

.anglais-pour-le-travail {
    color: #888888;
}

.anglais-pour-voyager {
    color: #457da3;
}

.conversation {
    color: #3bbca3;
}


/*------------------------------------Tools single-----------------------------*/


.et_pb_posts_nav {
    margin-top:80px;
}

.nav-label,
.nav-single a {
    color:#f2404d !important;
    font-size:16px;
    font-weight: 700;
}

.tj-tools-thumb-desc {
    min-height: 180px;
    padding: 4% 10% 10% 10% !important;
}

.tj_tools_description h1 {
    margin-bottom: 2%;
}

.tj_tools_description h3 {
    font-size:24px;
    font-weight: bold;
    margin: 2% 0 2% 0;
}

.tj_field.tj_title h1{
    color: #363636;
}
