/* POLICE TITRES */

/* mukta-mahee-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mukta Mahee';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/mukta-mahee-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/mukta-mahee-v18-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* mukta-mahee-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mukta Mahee';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/mukta-mahee-v18-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/mukta-mahee-v18-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* mukta-mahee-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Mukta Mahee';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/mukta-mahee-v18-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/mukta-mahee-v18-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* POLICE LABEUR */

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
  max-width: 100vw;
  background: radial-gradient(circle,rgba(18, 185, 222, 1) 0%, rgba(33, 42, 82, 1) 73%, rgba(25, 31, 57, 1) 100%);
  line-height: 1.5;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  max-width: 80%;
  height: auto;
  margin: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

h1 {
  font-family: 'Mukta Mahee';
  font-size: 5rem;
  font-style: normal;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1.5px #81D9FF;
  text-transform: uppercase;
}

h2 {
  font-family: 'Mukta Mahee';
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
}

p {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #ffffff;
}

hr {
  width: 100%;
  border: 1px dashed #81D9FFFF;
}

.logo-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .logo-section {
  margin-bottom: 4rem;
  }
}

.vignette {
  width: 13rem;
  height: 13rem;
  border-radius: 100%;
 
  background-color: #81D9FF;

  padding: 2rem;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.vignette p {
  font-family: 'Mukta Mahee';
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #181E39;
}

.hero {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  }
}

.text-section {
  max-width: 50%;
}

@media (max-width: 768px) {
  .text-section {
  max-width: 100%;
  }
}

.image-section {
  max-width: 50%;
  max-height: auto;
}

@media (max-width: 768px) {
 .image-section {
  max-width: 100%;
  margin-top: 4rem;
  }
}

.contact {
  color: #ffffff;
  margin-top: 3rem;

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
 .contact {
  margin-top: 3rem;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  }
}

.mail {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #ffffff;
  text-decoration: none;

  padding : 2rem 4rem;
  background-color: #181E39;
  border-radius: 3.5rem;

  transition: 0.3s ease-in-out;
}

@media (max-width: 768px) {
 .mail {
  margin-bottom: 2rem;
  }
}

.mail::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;

  margin-bottom: -0.6rem;
  margin-left : 1rem;

  background-image: url("/img/picto-mail.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.mail:hover , .mail:focus {
  -webkit-box-shadow: 0px 0px 18px -4px rgba(129, 217, 255, 1);
  -moz-box-shadow: 0px 0px 18px -4px rgba(129, 217, 255, 1);
  box-shadow: 0px 0px 18px -4px rgba(129, 217, 255, 1);
  text-shadow: 0px 0px 35px rgb(129, 217, 255, 0.4);
}

.mail:hover::after , .mail:hover:focus {
  box-shadow: 0px 0px 3px rgb(129, 217, 255, 0.6);
}


.tel {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  color: #ffffff;

  margin-left: 2rem;

  transition: 0.3s ease-in-out;
}

.tel::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;

  margin-bottom: -0.6rem;
  margin-left : 1rem;

  background-image: url("/img/picto-telephone.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.tel:hover::after , .tel:focus {
  background-image: url("/img/picto-telephone-hover.svg");
  box-shadow: 0px 0px 35px rgb(129, 217, 255, 0.6);
}

.tel:hover , .tel:hover:focus {
  color: #81D9FF;
  text-shadow: 0px 0px 35px rgb(129, 217, 255, 0.4);
}