/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.bandeau-theme-colored2 {
  height: 75px;
  width: 100%;
  background-color: #2789ca;
}

.prev-next {
  display: flex;
  justify-content: space-between;
}

.atouts-item {
  margin-bottom: 4em;
}

.services-item {
  margin-bottom: 4em;
}

.title-slider-text-shadow {
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.7);
}

.title-text-shadow {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  display: inline-block;
}

.btn-factor:hover {
  background-color: #cc0b3c;
  border-color: #c20b39;
  color: #fff;
}

.background-text-white {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.2em 1.5em;
  display: inline-block;
}

.search-wrapper .search-input {
  width: 100%;
}

.content-padding.simplesearch {
  margin: 200px auto;
  width: 75%;
}

.post .entry-content {
  border: none;
}

.header-top .styled-icons li:nth-child(2), .header-top .styled-icons li:nth-child(3), .header-top .styled-icons li:nth-child(4) {
display:none;
}
#footer .styled-icons li:nth-child(2), #footer .styled-icons li:nth-child(3), #footer .styled-icons li:nth-child(4), #footer .styled-icons li:nth-child(5) {
display: none;
}

.menuzord-brand {
width: 30%;
height: 70px;
margin-top: 0px !important;
margin-bottom: 0px !important;
margin-right: 0;
background-image: url(https://factor.ocean-application.fr/user/themes/factor/images/logo-header/logo-compact-assurance-vf-01.png);
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
}
.menuzord-brand img {
display: none;
height: 100%;
width: auto;
max-height:none;
}
#footer .widget img {
width: 100%;
height: auto;
background-image: url(https://factor.ocean-application.fr/user/themes/factor/images/logo-footer/logo-compact-assurance-vf-04.png);
background-repeat: no-repeat;
background-size: cover;
background-position: left center;
}

#features .col-md-3 {
width: 33.33%;
}
#features h2 {
text-transform: uppercase;
}
.parallax .col-md-3 {
width: 33.33%;
}
.parallax .col-md-3:nth-child(4) {
display:none;
}