/* FRONT PAGE */
.front-page .row .img-maquette-1 {
	background: url('../../assets/maquette.jpg');
	background-size: cover;
  background-position: center;
  border-radius: 4px 0 0 4px;
}

.front-page .row .img-maquette-1 {
	width: 100%;
	height: 100%;
	margin-right: -25px;
}

.front-page .white-card-front {
	width: auto;
  min-height: inherit;
  position: static;
  overflow: visible;
  display: block;
  padding: 45px 25px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03), 0 3px 1px -2px rgba(0, 0, 0, 0.03), 0 1px 5px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  border-radius: 0px 4px 4px 0px;
}

.front-page .news-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 25px;
}

.front-page .news-title a {
	color: #000;
	text-decoration: none;
}

.front-page .news-title a:hover {
	color: #00254F;
	transition: 0.4s;
}

@media (max-width: 991px) {
  .front-page .row .img-maquette-1 {
    border-radius: 4px 4px 0 0;
  }

  .front-page .white-card-front {
    border-radius: 0px 0px 4px 4px;
  }

	.front-page .img-news-1, .front-page .row .img-maquette-1 {
		height: 370px !important;
  }
  
	.front-page .avoid-right-pad {
		padding-right: 15px;
		margin-bottom: 0px !important;
  }
  
	.front-page .avoid-left-pad {
		padding-left: 15px;
	}
}

.front-page .sec-third-news {
	overflow: hidden;
}

.front-page .news-content {
	height: 100%;
}

.front-page .more-news {
	width: 300px;
	height: 55px;
	border-radius: 55px;
}

.front-page .more-news:after {
	border-radius: 55px;
}

@media (max-width: 435px) {
	.front-page .wrap-button {
		padding: 3rem 0px !important;
	}

	.front-page .more-news {
		width: 250px;
	}
}

.front-page .wrap-button, .front-page .button-wrap {
	text-align: center;
}

@media (min-width: 992px) {
	.front-page .border-resp {
		border-right: 1px solid rgba(0,0,0,.125);
	}
}

/* Homepage News */
.home-news {
  margin: 0 !important;
}

.home-news .item {
  padding: 0;
  margin: 0 0 16px 0;
}

@media (min-width: 576px) {
  .home-news .item:first-child {
    padding: 0 10px 0 0;
  }
}

@media (min-width: 768px) {
  .home-news .item {
    padding: 0 10px;
    margin: 0;
  }
  
  .home-news .item:first-child {
    padding: 0 10px 0 0;
  }
  
  .home-news .item:last-child {
    padding: 0 0 0 10px;
  }
}

.home-news .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.03), 0 3px 1px -2px rgba(0, 0, 0, 0.03), 0 1px 5px 0 rgba(0, 0, 0, 0.03);
}

.home-news .item-header {
  display: flex;
  flex-direction: column;
}

.home-news .news-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px 4px 0 0;
}

.home-news .news-title {
  font-size: 16px;
  padding-bottom: 15px;
  margin: 0;
}

.home-news .news-content {
  font-size: 14px;
  background: #fff;
  height: auto;
}

.home-news .news-link {
  color: #fff;
  background: #7CD0F5;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}

.home-news .news-link::after {
  border-radius: 999px;
}

.home-news .news-link .arrow {
  display: inline-block;
  transition: all ease .5s;
}

.home-news .news-link:hover .arrow {
  transform: translateX(4px);
}

/* Separator : more news */
.separator-container {
  position: relative;
  width: 100%;
  margin: 3rem 0;
}

.separator-container .separator {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-image: linear-gradient(to right, rgba(82, 200, 255, 0) 0%, rgba(82, 200, 255, 0.3) 3%, #7CD0F5 40%, #7CD0F5 60%, rgba(82, 200, 255, 0.3) 97%, rgba(82, 200, 255, 0) 100%);
}

.separator-container .mask {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 5px;
  background: #eee;
}

.separator-container .wrap-button {
  position: relative;
  z-index: 3;
}

@media (max-width: 435px) {
	.separator-container {
    margin: 0 0 3rem 0;
    border: solid #7CD0F5;
    border-width: 0 0 2px;
    border-image: linear-gradient(to right, rgba(82, 200, 255, 0) 0%, rgba(82, 200, 255, 0.3) 20%, #7CD0F5 40%, #7CD0F5 60%, rgba(82, 200, 255, 0.3) 80%, rgba(82, 200, 255, 0) 100%) 1;
  }

  .separator-container .wrap-button {
    padding: 2rem 0 3rem !important;
  }
}

/* SideBar */
.sidebar .more-news {
  margin: 12px 0 0 0;
}

@media (max-width: 1199px) {
	.sidebar .more-news {
    font-size: 14px;
    padding: 0 10px;
    height: auto;
	}
}

@media (max-width: 991px) {
	.sidebar .more-news {
    font-size: 16px;
    padding: .375rem .75rem;
    height: 55px;
    margin: 0;
	}
}

@media (max-width: 767px) {
  .sidebar .more-news {
    margin: 12px 0 0 0;
	}
}

.sidebar .more-news:first-child {
  margin: 0;
}

#twitter-widget-0 {
  margin: 30px 0 0 0 !important;
  height: calc(100% - 283px) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

@media (max-width: 991px) {
	#twitter-widget-0 {
    display: none !important;
	}
}

.sidenav-cta {
  margin-top: 97px;
  background-color: #f7fafc;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%237cd0f5' fill-opacity='0.13' fill-rule='evenodd'/%3E%3C/svg%3E");ground-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%237cd0f5' fill-opacity='0.21' fill-rule='evenodd'/%3E%3C/svg%3E");ground-image: url("data:image/svg+xml,%3Csvg width='80' height='88' viewBox='0 0 80 88' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 21.91V26h-2c-9.94 0-18 8.06-18 18 0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73 3.212-6.99 9.983-12.008 18-12.73V62h2c9.94 0 18-8.06 18-18 0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73-3.212 6.99-9.983 12.008-18 12.73zM54 58v4.696c-5.574 1.316-10.455 4.428-14 8.69-3.545-4.262-8.426-7.374-14-8.69V58h-5.993C12.27 58 6 51.734 6 44c0-7.732 6.275-14 14.007-14H26v-4.696c5.574-1.316 10.455-4.428 14-8.69 3.545 4.262 8.426 7.374 14 8.69V30h5.993C67.73 30 74 36.266 74 44c0 7.732-6.275 14-14.007 14H54zM42 88c0-9.94 8.06-18 18-18h2v-4.09c8.016-.722 14.787-5.738 18-12.73v7.434c-3.545 4.262-8.426 7.374-14 8.69V74h-5.993C52.275 74 46 80.268 46 88h-4zm-4 0c0-9.943-8.058-18-18-18h-2v-4.09c-8.012-.722-14.785-5.738-18-12.73v7.434c3.545 4.262 8.426 7.374 14 8.69V74h5.993C27.73 74 34 80.266 34 88h4zm4-88c0 9.943 8.058 18 18 18h2v4.09c8.012.722 14.785 5.738 18 12.73v-7.434c-3.545-4.262-8.426-7.374-14-8.69V14h-5.993C52.27 14 46 7.734 46 0h-4zM0 34.82c3.213-6.992 9.984-12.008 18-12.73V18h2c9.94 0 18-8.06 18-18h-4c0 7.732-6.275 14-14.007 14H14v4.696c-5.574 1.316-10.455 4.428-14 8.69v7.433z' fill='%237cd0f5' fill-opacity='0.21' fill-rule='evenodd'/%3E%3C/svg%3E");
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #BEE3F8;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: border .4s ease;
}

.sidenav-cta:hover {
  border: 1px solid #90CDF4;
}

@media (max-width: 991px) {
	.sidenav-cta {
    margin: 24px 0 0 0;
	}
}
