/* Common styles */
.image {
  width: 35%;
}
.image img{
  border: 1px solid #575757;
}
.image.image-right {
  float: right;
}
.image.image-left {
  float: left;
}
/* Widgets Carrossier */
.widget-carrossier {
  background: #f2f2f2;
  padding: 50px 30px;
  height: 300px;
}
.widget-carrossier .content {
  width: 60%;
  float: left;
}
.widget-carrossier .content-block {
  float: left;
  width: calc(50% - 25px);
}
.widget-carrossier .content-block.content-block--separator {
  width: 1px;
  border-left: 1px solid #575757;
  height: 240px;
  margin: 0 10px;
}
/* Prestation carrossier */
.widget-carrossier.prestation-carrossier {
  height: 230px;
}
/* Expertise carrossier */
.expertise-carrossier .image {
  width: 16%;
}
.expertise-carrossier .content {
  width: 80%;
  margin: 0 0 0 4%;
}
/* Agrements carrossier */
.agrement-carrossier {
  height: 135px;
  margin: 0 auto;
}
.agrement-carrossier .content {
  width: 100%;
}
.agrement-carrossier .content .row{
  width: calc(100% + 4px);
}
.agrement-carrossier .row span {
  margin: 0 2px 0 0;
}
.agrement-carrossier .row span img {
  width: calc(100% / 14 - 8px);
  border: 1px solid #575757;
}
.agrement-carrossier .more {
  display: block;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
/* Informations carrossier */
.info-carrossier .picture{
  min-height: 40%;
}
.info-carrossier .contact{
  min-height: 40%;
}
.info-carrossier .opening{
  min-height: 20%;
}
.info-carrossier .map{
  min-height: 20%;
}
.info-carrossier .quality{
  min-height: 20%;
}
.info-carrossier__button{
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  background: #005694;
  margin: 10px;
  display: inline-block;
}
#info-carrossier__map {
  height: 200px;
  margin-bottom: 15px;
}
.info-carrossier__panel--left {
  float: left;
  width: 25%;
  margin-right: 15px;
}
.info-carrossier__panel--right {
  float: left;
  width: calc(75% - 15px);
  text-align: left;
  line-height: 18px;
    min-height: 170px;
}


@media (max-width: 768px) {
  .elm-text-main {
    padding: 25px;
  }
  .column.column-span-2{
    width: 100% !important;
  }
  .widget-carrossier {
    height: auto;
  }
  .widget-carrossier .content{
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .widget-carrossier .image.image-right{
    float: none;
    margin: 0 auto;
  }
  .widget-carrossier .content-block {
    float: none;
    width: 100%;
  }
  .widget-carrossier .content-block.content-block--separator{
    height: 1px;
    border-left: none;
  }
  
  .expertise-carrossier .image.image-left{
  	margin: 0 auto;
    float: none;
    text-align: center;
  }  
	.expertise-carrossier .image {
	  width: 30%;
	}
}

/* Caroussel prestations carrossier */
.prestation-carrossier{
  background: #f2f2f2;
  padding: 50px 30px;
}
.prestation-carrossier .caroussel-item,
.prestation-home .caroussel-item {
  margin: 5px;
}
.prestation-carrossier .caroussel-item .caption,
.prestation-home .caroussel-item .caption {
  color: #fff;
  background: #005694;
  display: block;
  padding: 5px;
  text-align: center;
}
.prestation-carrossier .slick-prev:before, .prestation-carrossier .slick-next:before,
.prestation-home .slick-prev:before, .prestation-home .slick-next:before,
.agrement-home .slick-prev:before, .agrement-carrossier .slick-next:before {
  color: #cecece;
}

.prestation-home {
  padding: 0 15px;
}

/*Intro carrossier*/
.intro-carrossier {
  height: 230px;
  line-height: 18px;
}

/* Widgets Home */
.widget-area-container .widget-home h2 {
  margin-left: 0;
  padding-left: 0px;
  color: #6a6a6a;
  font-size: 15px;
  font-family: 'texgyreherosbold', Helvetica, Arial, sans-serif;
}

/* Search map */
#search__map--container {
  height: 520px;
}
