@font-face {
	font-family: "VAG-Rounded-Next-Medium";
	src: url("../fonts/monotype-medium.otf") format("truetype");
}

@font-face {
	font-family: "VAG-Rounded-Next-Bold";
	src: url("../fonts/monotype-bold.otf") format("truetype");
}

@font-face {
	font-family: "VAG-Rounded-Next-Light";
	src: url("../fonts/monotype-light.otf") format("truetype");
}

body {
  font-family: 'VAG-Rounded-Next-Medium', Arial, sans-serif;
  background-color: #F1F7FD;
  margin-top: 58px;
  font-size: 18px;
}

*, p {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

/* GLOBAL */

.flag_picture > img {
  height: 40px;
  margin: 5px;
}

.flag_selected {
  width:37px;
  height:37px;
}

/* Colors :

blue: #1C62B4
hovered blue: #2071ce

*/

/* Buttons */
nav .btn, footer .btn {
	display: block;
	border-radius: 100px;
  text-transform: uppercase;
  font-size: 15px;
  height: 55px;
  padding: 0 40px;
  border-radius: 100px;
  border: none;
  font-family: 'VAG-Rounded-Next-Bold', Arial, sans-serif;
}

.btn-solen {
  padding: 10px 30px;
  border-radius: 100px;
}

@media (max-width: 991.98px) {
  nav .btn, footer .btn  {
    font-size: 12px;
    height: 45px;
		padding: 0 30px;
		margin: 0 auto;
  }
}

.btn-primary {
  background-color: #1C62B4;
}

.btn-primary:hover {
  background: #2071ce;
}

.btn-secondary {
  color: #1C62B4;
  background-color: white;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.2);
}

.btn-secondary:hover {
  color: #1C62B4;
  background-color: #eeeeee;
}

.list, footer ol, nav ol, footer ul, nav ul {
  list-style-type: none;
}

.list-item {
  font-size: 13px;
}

.list-item:not(:last-child) {
  margin-bottom: 5px;
}

footer a, nav a {
  color: inherit;
}

footer a:hover, nav a:hover {
  color: inherit;
  text-decoration: none;
}

/* FONTS */

/* Titles */
h2 {
  font-family: 'VAG-Rounded-Next-Bold', Arial, sans-serif;
  line-height: 50px;
  font-size: 34px;
}

h3 {
  font-family: 'VAG-Rounded-Next-Bold', Arial, sans-serif;
  font-size: 22px;
}

.bold, b {
  font-family: 'VAG-Rounded-Next-Bold', Arial, sans-serif;
}

.light {
  font-family: "VAG-Rounded-Next-Light", Arial, sans-serif;
}

.white {
  color: white;

  /* text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34); */
}

.blue {
  color: #4394F2;
}

.form-control {
  border: none;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.18);
}

@media (max-width: 992px) {
  .name-container, .firstname-container {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .name-container {
    padding-right: 10px;
    margin-bottom: 20px;
  }

  .firstname-container {
    padding-left: 10px;
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #29383A !important;
  opacity: 0.4 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #29383A !important;
  opacity: 0.4 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #29383A !important;
  opacity: 0.4 !important;
}

/* UTILITIES */
.no-p {
  padding: 0;
}

/* HEADER */
.navbar {
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.16);
  font-size: 11px;
  background-color: white;
}

.navbar-brand {
  padding: 10px 0 15px;
}

.navbar-lbc img {
  height:47px;
  padding: 5px 0 5px;
}

.nav-item {
  display: flex;
  align-items: center;
  height: 60px;
}

.nav-item.active {
  border-bottom: 5px solid #FFDF00;
}

.nav-item.active .nav-link {
  position: relative;
  top: 4px;
}

.navbar-light .navbar-nav .nav-link.blue {
  background-color: #1C62B4;
  color: white;
  padding: 23px 25px 21px;
  margin: 0;
  transition: .2s;
}

.navbar-light .navbar-nav .nav-link.blue:hover {
  background-color: #2071ce;
}

.dev-menu .dropdown-toggle, .realestate-menu .dropdown-toggle {
  margin-right:10px !important;
  cursor:pointer;
}

.active .dropdown-toggle {
  padding-top:10px !important;
}

.dev-menu .nav-link, .realestate-menu .nav-link {
  margin-right:10px !important;
}

@media (max-width: 992px) {
  .nav-item.blue {
    margin: 0px -16px -8px;
    padding-left: 16px;
  }
}

.dropdown-menu {
  font-size: 14px;
}

.dropdown-menu-right {
  right: 20px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar {
    padding: 0;
  }

  .navbar-brand {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .navbar {
    font-size:14px;
  }

  .navbar-light .navbar-nav .nav-link.blue {
    padding: 20px 25px 19px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 15px;
  }
}

/* FOOTER */
.newsletter {
  background-color: #003F8B;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 170px;
  padding: 0 15px;
}

@media (max-width: 992px) {
  .newsletter {
    height: auto;
    flex-direction: column;
  }

  .newsletter > * {
    margin: 20px 0;
  }
}

.newsletter__form {
  max-width: 320px;
  margin: 0 30px;
  height: 55px;
}

.sitemap {
  background-color: #1C62B4;
  padding: 50px 0 20px;
  color: white;
}

.sitemap__title {
  margin-bottom: 20px;
  height: 32px;
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  font-family: "VAG-Rounded-Next-Bold", Arial, sans-serif;
}

.sitemap__link {
  font-size: 13px;
  opacity: .6;
}

.sitemap__link:hover {
  opacity: 1;
  text-decoration: none;
}

.sitemap__social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.sitemap__social__icon {
  height: 20px;
	margin-bottom: 10px;
}

@media (max-width: 992px) {
  .sitemap__legal, .sitemap__social {
    text-align: center;
    justify-content: center;
  }
}

.sitemap__year:hover {
	opacity: .6;
}

/* COMMONS */
.hook {
  height: 800px;
  background-size: cover;
  background-position: center;
  padding-top: 120px;
}

@media (max-width: 991px) {
  .hook {
    height: 1100px;
  }
}

.vignette-video {
  width:100%;
  max-width:450px;
}

.hook__title {
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.trust {
  background-color: white;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.11);
  margin-top: -110px;
  padding: 40px 30px 30px;
  text-align: center;
  z-index: 1;
  position: relative;
  border-radius:15px;
}

.trust__slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 20px;
}

/* CARD */
.card {
  box-shadow: 0 3px 3px 0 rgba(24, 28, 64, 0.07);
  border: none;
  font-size: 15px;
  margin-bottom: 15px;
  transition: .3s;
}

.card:hover {
  box-shadow: 0 8px 14px 0 rgba(27, 35, 92, 0.2);
}

.card-title {
  font-family: 'VAG-Rounded-Next-Bold', Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}

.card-subtitle {
  font-size: 14px;
  color: #6e7077;
}

.card-text {
  font-family: 'VAG-Rounded-Next-Light', Arial, sans-serif;
}

.card-header {
  background-color: white;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 20px 0;
}

.card-text {
  display: inline;
}

.card-link {
  color: #007bff;
  padding-top:10px;
  font-family: 'VAG-Rounded-Next-Bold', Arial, sans-serif;
}

.card:hover .card-link {
  color:#0056b3;
}

.why {
  overflow-x: hidden;
}

.why__title {
  text-align: center;
  margin: 100px 0 50px;
}

.why__yellowform--left {
  position: absolute;
  left: -40px;
  top: -40px;
}

.why__yellowform--right {
  position: absolute;
  bottom: -25px;
  right: -40px;
}

/* DEVELOPER */
.developer {
  margin-top: 15px;
  position: relative;
}

@media (max-width: 992px) {
  .developer {
    height: 400px;
  }
}

.developer__img {
  width: 100%;
}

@media (max-width: 992px) {
  .developer__img {
    position: absolute;
    bottom: 0;
  }
}

.developer__hook {
  text-align: center;
  top: 20%;
  left: 50%;
  position: absolute;
  background-color: white;
  height: 409px;
  width: 409px;
  box-shadow: 0 20px 44px 0 rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  padding: 60px;
}

@media (max-width: 992px) {
  .developer__hook {
    top: 0;
    left: unset;
    right: 15px;
    width: 290px;
    height: 290px;
  }
}

.developer__title {
  font-size: 35px;
  margin: 25px 0 20px;
}

@media (max-width: 992px) {
  .developer__title {
    font-size: 25px;
    line-height: 30px;
    margin: 0 0 10px;
  }
}

.developer__text {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .developer__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.cookie {
  transition: all 200ms ease-in;
  opacity: 0;
  display:none;
  padding: 15px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background: #ffffff;
  border-top:1px solid #e7e7e7;
  text-align: center;
  font-size:12px;
}

.cookie .btn {
    display: inline;
    border: none;
    height:15px;
    padding:0px;
}

.cookie a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.cookie--active {
    opacity:1;
    display:block;
}

.cookies-close {
    width: 30px;
   border-radius: 15px;
   font-size: 25px;
   line-height: 1;
   background: #2E3034;
    display: inline-block;
   vertical-align: middle;
   color: #fff;
}

.grecaptcha-badge {display: none;}


.errorList {
    list-style: none;
}

.hightlight {
  padding:0px 10px;
  border-radius:30px;
  background-color:#FFDF00;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color:#1C62B4;
}

/* PRESSE */
.title-press {
	font-weight: bold;

}

.subtitle-press {
	font-size:14px;
}

.extract-press {
	font-style: italic;
	text-align: justify;
	font-size:16px;
	line-height: 20px;
	color: #555555;
	font-family: "VAG-Rounded-Next-Light";
}

.press {
	color:#03162D;
	background-color: white;
	border-radius:10px;
	padding-top:10px;
	padding-bottom:5px;
	margin-top:10px;
	margin-bottom:15px;
	border-radius:10px;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.11);
	transition: .3s;
}

.link-plus {
	color:#007bff;
	font-weight: bold;
}

.link-plus:hover {
	color: #0056b3;
}

.press:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
}

.press-link:hover {
  text-decoration: none !important;
}

.realisations {
  background-color:white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.11);
  transition: .3s;
}

.realisations:hover {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
  margin-top:-5px;
  text-decoration: none !important;
}

.title-rea:hover, .href-rea {
  text-decoration: none !important;
}

.image-rea {
  width: 100%;
  background-position:center;
  background-size:cover;
}

.realisations .image-rea {
  height: 200px;
}

.page-realisation .image-rea {
  height: 300px;
  border-radius: 20px;
}

.page-realisation .realisations .image-rea {
  height: 200px;
  border-radius: 0px;
}

.page-realisation .phases {
  display: inline;
  font-size: 18px;
  margin-right: 5px;
}

.page-realisation .description {
  padding: 30px;
  background-color: white;
  border-radius: 30px;
}

.rich-text ul {
  padding-left:30px;
}

.rich-text h2 {
  margin-bottom: 15px;
  font-size: 28px;
}

.rich-text h4 {
  font-size: 1.2rem;
}

.rich-text p {
  margin-bottom: 1rem;
}

.color_blue {
  color:#1C62B4;
}

.title-others-rea {
  font-size: 22px;
  font-weight: bold;
}

.realisations .title-rea {
  color:#1C62B4;
  font-size:21px;
  padding-top:10px
}

.ask-quote {
  background-color: #1C62B4;
  padding: 30px 50px;
  border-radius: 30px;
  color:white;
  font-family: 'VAG-Rounded-Next-Light', Arial, sans-serif;
  width: 100%;
}

.ask-quote .title-quote {
  font-size: 22px;
  color:white;
}

.ask-quote .subtitle-quote {
  font-size: 16px;
  color:white;
}

.ask-quote img {
  height:100px;
}

.img-team {
  max-height: 500px;
  border-radius: 20px;
}

.btn-phone {
  padding: 10px;
  background-color: #FFDF00;
  border-radius:10px;
  display: inline-block;
  transition: .3s;
  color: #007bff;
  font-family: 'VAG-Rounded-Next-Medium', Arial, sans-serif;
}

.btn-phone:hover {
  text-decoration: none;
  background-color: #ffd607;
}

@media (min-width: 768px) {

	.error404 {
		background-image: url('../img/lune.png');
		background-size: 400px 400px;
		background-position: right top;
		background-repeat: no-repeat;
	}
}