header.top-head.fixed-head.top{
    position: fixed;
}
header.top-head.simple.classic.full.fixed-head{
    box-shadow: none;
}
header.top-head.simple.classic.full.fixed-head .head-cont .container{
    padding-top: 0;
    padding-bottom: 0;
    height: 70px;
    line-height: 70px;
}
.site-nav nav > ul > li > a {
    color: #555555;
}
header.top-head.simple.classic.full.fixed-head .head-cont .container .site-nav nav > ul > li > a:hover{
    color: #47b0ea;
}
.title-headings h1{
    text-transform: uppercase;
}
.nousContacter{
    text-align: right;
}
.nousContacter p:first-child{
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}
.nousContacter p:first-child::before{
    background-image: url(http://themisweb-fm.fr/wp-content/uploads/2018/07/discourse.svg);
    width: 45px;
    height: 45px;
    vertical-align: bottom;
    margin-right: 20px;
}
.nousContacter p:first-child::before,
.nousContacter p a::before{
    content: "";
    filter: invert(1);
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.nousContacter p a::before{
    background-image: url(http://themisweb-fm.fr/wp-content/uploads/2018/07/map-marker-alt.svg);
    width: 10px;
    height: 14px;
    vertical-align: baseline;
    margin-right: 9px;
    margin-left: 10px;
}
.nousContacter p:last-child{
    font-size: 16px;
    opacity: 0.5;
    margin-bottom: 0;
}
.nousContacter p a:not(:last-child){
    margin-right: 10px;
}
.nousContacter p a:hover{
    text-decoration: underline;
}
.foot_widgets{
    margin-bottom: 80px;
}
.footer-bottom .copyrights{
    background: none;
    padding: 0;
    margin: 0;
}
#footWrapper .footer-bottom .copyrights p{
    margin: 0;
}
#footWrapper.footer-minimal .footer-bottom{
    padding: 40px 0 25px 0;
}
#footWrapper.footer-minimal .footer-bottom .foot_widgets .widget{
    padding-top: 0;
}

.widget_text:first-child div p:last-child {
    font-size: 14px;
}
.widget_text:first-child div p{
    margin: 0;
}
.widget_text:first-child div p:last-child{
    font-size: 14px;
    padding-left: 38px;
    padding-top: 18px;
    position: relative;
    display: inline-block;
}
.widget_text:first-child div p:last-child::before{
    content: "";
    background: #cb2f2f;
    height: 42px;
    width: 6px;
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 24px;
}
@media (max-width: 992px){
    .nousContacter,
    .widget_text{
        text-align: center;
    }
}
.icon_center .col-md-2{
    text-align: center;
}
.icon_center .col-md-2 span{
    margin: 0;
}

.themis-service > .filter-by{
    background: #47b0ea;
}
.themis-service > .filter-by.style4 ul{
    border: none;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.themis-service > .filter-by.style4 ul li{
    width: 100%;
    text-align: center;
}
.themis-service > .filter-by.style4 ul li a span{
    color: #fff;
}
.themis-service > .filter-by.style4 ul li a:hover span {
    color: #fff;
    background-color: rgba(59,100,152,0.25);
}
.themis-service > .filter-by.style4 ul li.selected a span{
    background-color: #4371ad;
    color: #fff;
}


.themis-service .portfolio-item .port-container .port-img .por-hover{
    display: none !important;
}
.themis-service .portfolio-item .port-container .media-cont::before{
    content: none;
}
.themis-service .portfolio-item .port-container .port-captions h4{
    font-family: roboto;
    font-weight: 500;
    border: none;
    font-size: 16px;
    padding-top: 10px;
    background: #fff;
    margin-bottom: 0;
}
.themis-service .portfolio-item .port-container .port-captions h4 a{
    color: #555;
}
.send-contact{
    border-radius: 50px;
    background-color: #4371ad;
    border: 1px solid #4371ad;
    font-weight: bold;
    color: #fff;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 12px;
}
.centered.has-sub.title_home > p{
    font-size: 13px;
    line-height: 20px;    
}
.space-between > div{
    display: flex;
    justify-content: space-evenly;
}
.space-between > div .btn-container{
    margin: 0;
}