
/**** Contact ***/
.contact .form-control{
    background-color: #fff;
    color: #213b4a;

    border: 1px solid #ddd;
}
.contact .form-control::placeholder{
    color: #467c9b !important;
}

.contact i.big{
    color: #2d7ec1;
}
.contact i.medium{
    color: #81519a;
}

@media (max-width: 1024px){
    .homepage .couloir-grid .header-collection{
        background: #333;
    }
}




/*********************************************/
/***** Page contact  320 px *******/
/*********************************************/
@media (min-width : 320px) {
 .contact label,
    .contact .form-control{
        font-size: 1.4rem;
    }    
    .btn.btn-customize{
        font-size: 1.8rem;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
        border-width: 3px;
        text-transform: lowercase;

        position: relative;
        overflow: hidden;
        padding: 7px 11px;
        padding: 4px 8px;
    }
    .contact.panel-body{
        padding-top: 60px;
    }
    .contact i{
        position: absolute;
    }
    .contact i.big{
        font-size: 6rem;
        top: -48px;
        left: 8%;
        transform: rotate(-17deg);
    }
    .contact i.medium{
        font-size: 4rem;
        top: -36px;
        left: 24%;
        transform: rotate(12deg);
    }
    .contact .form-group{
        margin-bottom: 10px;
    }


    .contact .form-control{
        padding: 12px 12px;
        /*        border-radius: 9px;*/
    }
    .contact .submit{
        padding: 7px 11px;
    }
    .contact-logo{
        width: 40px;
    }
    .bg-round-flex{
        width: 100px;
        height: 100px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .social{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    
    .btn.btn-social{
        border: none!important;
        border-radius: 50%;
        height: 6rem;
        width: 6rem;
        font-size: 2.5rem;
        line-height: 4.5rem;
    }
    
    input.btn.btn-customize {
        background-color: #fab510;
        color: #fff;
        border-color: #fab510;        
    }
    
}

/*********************************************/
/***** Page contact  769 px *******/
/*********************************************/

@media (min-width : 769px) {
    .contact .form-group .row .col-sm-3,
    .contact .form-group .row .col-sm-9{
        width: 50%;
    }
}

/*********************************************/
/***** Page contact  all  *******/
/*********************************************/
.bg-white{
    background-color: #fff !important;
}
.bg-white .form-control-feedback, 
.bg-white input::placeholder,
.bg-white a:hover{
    color: #213b4a;
}
.bg-facebook{
    background-image: linear-gradient(to right, #0277f8, #008cfe, #009fff, #00b0fd, #02bff8);
    color: #fff;
}
.bg-instagram{
    background-image: linear-gradient(to left bottom, #4f5bd5, #7f50c9, #9f45b9, #b738a6, #c82e92, #db3582, #e94473, #f15665, #fd785c, #ff9a5b, #ffbb62, #feda75);
    color: #fff;
}
.bg-linkedin{
    background-image: linear-gradient(to right bottom, #31d1ce, #00bfda, #00aae3, #0093e4, #1e78d9, #5469d0, #7457c2, #8d42af, #9d3aaa, #ac30a3, #ba239b, #c70f92);
    color: #fff;
}
.bg-twitter{
    background-image: linear-gradient(to right, #563966, #574a7d, #545b93, #4b6da7, #3c7fba, #308dc6, #1f9cd1, #00aadb, #00b8e2, #00c5e8, #00d3ec, #00e0ee);
    color: #fff;
}
.text-customize{
    color: #F39343;
}
