/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.portfolio_desc{
    width:220px;
}
.one_fourth {
    width: 23%;
}
.option.active .portfolio200_overlay2 .overlay_icon_circle {
    background: none repeat scroll 0 0 #9ACA42;

}
@media screen and (max-width: 600px){
.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    margin-right:0;
    width: 100%; 
}
.portfolio_desc{
    width:100%
}
form.offerte {
    width:100%
}
.option.active .portfolio200_overlay2{
    width:100%; 
    height: 100%;
    margin-top: -226px;
}
}