.iconw{
    font-size: 50px;
}
.iconw-contact{
    font-size: 20px;
}
.iconbg{
    background-image:url(assets/images/icons/cog-solid.svg)
}
.icon-contact{
    font-size: 40px;
    color: #1c6188;
}
.chevron{
    font-size: 30px;
    color: #fff;
}
.ligne{
    background-color: #252525;
    width: 100px;
    height: 4px;
}
.ligne-img{
    background-color: #fff;
    width: 150px;
    height: 4px;
    
}

.btn-perso{
    background-color: #1c6188;
    border-color: #1c6188;
}
.btn-perso:hover{
    background-color: #1c3b71;
    border-color: #1c3b71;
}


.liens{
    text-decoration: none;
    color:#fff;
}
.liens:hover{
       text-decoration: none;
    color: #bbbbbb !important;
    
}
.logo-menu{
    width: 200px;
}

.clr-menu:before{
    background-color: #1c6188;
    
}

input[type=text]:hover {
background: #f2f2f2; }
input[type=tel]:hover {
background: #f2f2f2; }
input[type=email]:hover {
background: #f2f2f2; }
textarea:hover { background: #f2f2f2; }